From a89f5fb69af05db6d973e6d6c77eef5b96886be4 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mar 09 2015 13:13:02 +0000 Subject: Add aliases for apache groupId --- diff --git a/apache-commons-logging.spec b/apache-commons-logging.spec index 19207d4..df3eb86 100644 --- a/apache-commons-logging.spec +++ b/apache-commons-logging.spec @@ -7,7 +7,7 @@ Name: apache-%{short_name} Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Apache Commons Logging License: ASL 2.0 URL: http://commons.apache.org/%{base_name} @@ -68,7 +68,7 @@ sed -i 's/\r//' RELEASE-NOTES.txt LICENSE.txt NOTICE.txt # for compatibility reasons %mvn_file ":%{short_name}{*}" "%{short_name}@1" "%{name}@1" -%mvn_alias ":%{short_name}{*}" "org.apache.commons:%{short_name}@1" +%mvn_alias ":%{short_name}{*}" "org.apache.commons:%{short_name}@1" "apache:%{short_name}@1" # Remove log4j12 tests rm -rf src/test/java/org/apache/commons/logging/log4j/log4j12 @@ -108,6 +108,9 @@ install -pm 644 %{SOURCE2} %{buildroot}/%{_mavenpomdir}/JPP-%{short_name}-api.po # ----------------------------------------------------------------------------- %changelog +* Mon Mar 9 2015 Mikolaj Izdebski - 1.2-3 +- Add aliases for apache groupId + * Tue Jul 29 2014 Mikolaj Izdebski - 1.2-2 - Generate different Bundle-SymbolicName for different JARs - Resolves: rhbz#1123055