diff --git a/cglib.spec b/cglib.spec index 4aca54e..ececc02 100644 --- a/cglib.spec +++ b/cglib.spec @@ -2,7 +2,7 @@ Name: cglib Version: 3.2.9 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Code Generation Library for Java # ASM MethodVisitor is based on ASM code and therefore # BSD-licensed. Everything else is ASL 2.0. @@ -17,7 +17,6 @@ BuildRequires: javapackages-local BuildRequires: mvn(org.apache.ant:ant) BuildRequires: mvn(org.ow2.asm:asm) BuildRequires: mvn(junit:junit) -BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) %description cglib is a powerful, high performance and quality code generation library @@ -33,6 +32,9 @@ Documentation for the cglib code generation library. %prep %setup -q -n %{name}-%{tarball_name} +# remove unnecessary dependency on parent POM +%pom_remove_parent + %pom_disable_module cglib-nodep %pom_disable_module cglib-integration-test %pom_disable_module cglib-jmh @@ -73,6 +75,9 @@ Documentation for the cglib code generation library. %license LICENSE NOTICE %changelog +* Sun Aug 30 2020 Fabio Valentini - 3.2.9-8 +- Remove unnecessary dependency on parent POM. + * Mon Jul 27 2020 Fedora Release Engineering - 3.2.9-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild