diff --git a/cglib.changes b/cglib.changes index 8ce05d1..de6cb81 100644 --- a/cglib.changes +++ b/cglib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 13 15:39:52 UTC 2018 - fstrba@suse.com + +- Depend on asm3 and not objectweb-asm, since the binaries + are equivalent. + ------------------------------------------------------------------- Wed May 16 09:07:44 UTC 2018 - fstrba@suse.com diff --git a/cglib.spec b/cglib.spec index 6849fbc..741cdcf 100644 --- a/cglib.spec +++ b/cglib.spec @@ -31,9 +31,9 @@ BuildRequires: ant >= 1.6 BuildRequires: fdupes BuildRequires: java-devel >= 1.8 # Needed for maven conversions +BuildRequires: asm3 BuildRequires: javapackages-local BuildRequires: javapackages-tools -BuildRequires: objectweb-asm BuildRequires: unzip Provides: %{name}-nohook = %{version}-%{release} Obsoletes: %{name}-nohook < %{version}-%{release} @@ -57,7 +57,7 @@ runtime. %setup -q -T -c -n %{name} unzip -q %{SOURCE0} rm lib/*.jar -build-jar-repository -s -p lib objectweb-asm ant +build-jar-repository -s -p lib asm3 ant %patch0 -p1 %build