diff --git a/glassfish-servlet-api.changes b/glassfish-servlet-api.changes index 9122b5e..fe9244c 100644 --- a/glassfish-servlet-api.changes +++ b/glassfish-servlet-api.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 8 11:08:15 UTC 2019 - Fridrich Strba + +- Do not depend at all on the parent pom, since we are not building + with maven. + ------------------------------------------------------------------- Tue Jan 29 12:40:33 UTC 2019 - Fridrich Strba diff --git a/glassfish-servlet-api.spec b/glassfish-servlet-api.spec index 36a5ecf..115fbca 100644 --- a/glassfish-servlet-api.spec +++ b/glassfish-servlet-api.spec @@ -31,8 +31,6 @@ Source3: glassfish-servlet-api-build.properties BuildRequires: ant BuildRequires: fdupes BuildRequires: javapackages-local -BuildRequires: jvnet-parent -Requires: mvn(net.java:jvnet-parent:pom:) BuildArch: noarch %description @@ -59,6 +57,8 @@ cp -p %{SOURCE3} build.properties # README contains also part of javax.servlet-api license cp -p src/main/resources/META-INF/README . +%pom_remove_parent . + %build ant package javadoc