diff --git a/apache-commons-beanutils.changes b/apache-commons-beanutils.changes index 5948e46..93001b4 100644 --- a/apache-commons-beanutils.changes +++ b/apache-commons-beanutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 7 07:22:44 UTC 2019 - Fridrich Strba + +- Add aliases to account for the ephemeral commons-beanutils-core + and commons-beanutils-bean-collections split. + ------------------------------------------------------------------- Thu Oct 3 08:16:19 UTC 2019 - Fridrich Strba diff --git a/apache-commons-beanutils.spec b/apache-commons-beanutils.spec index 0650260..5a8cc5e 100644 --- a/apache-commons-beanutils.spec +++ b/apache-commons-beanutils.spec @@ -90,7 +90,7 @@ popd # come back from javadir # poms install -d -m 755 %{buildroot}%{_mavenpomdir} install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom -%add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar -a "org.apache.commons:%{short_name}" +%add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar -a "%{short_name}:%{short_name}-core,%{short_name}:%{short_name}-bean-collections" # javadoc install -d -m 755 %{buildroot}%{_javadocdir}/%{name}