[acegisecurity] Rebuild to remove R on optional dependencies

Michal Srb msrb at fedoraproject.org
Wed Mar 11 13:29:13 UTC 2015


commit 86dcc2a1e6bb411a7d8e3031bf4dcb4f1b9f0e23
Author: Michal Srb <msrb at redhat.com>
Date:   Wed Mar 11 14:28:26 2015 +0100

    Rebuild to remove R on optional dependencies

 acegisecurity.spec | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/acegisecurity.spec b/acegisecurity.spec
index e05d28d..2d055e1 100644
--- a/acegisecurity.spec
+++ b/acegisecurity.spec
@@ -1,6 +1,6 @@
 Name:           acegisecurity
 Version:        1.0.7
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Java/J2EE application security framework
 License:        ASL 2.0
 URL:            http://sourceforge.net/projects/acegisecurity
@@ -79,8 +79,8 @@ cp %{SOURCE2} license.txt
 %pom_remove_dep jmock:jmock
 
 # TODO: remove this
-%pom_remove_dep aspectj:aspectjrt
-%pom_add_dep org.aspectj:aspectjrt
+#%%pom_remove_dep aspectj:aspectjrt
+#%%pom_add_dep org.aspectj:aspectjrt
 
 # fix springframework gId:aId
 # TODO: upstream moved a lot of classes to different JARs in springframework
@@ -94,8 +94,8 @@ cp %{SOURCE2} license.txt
 %pom_add_dep org.springframework:spring-context
 %pom_add_dep org.springframework:spring-beans
 %pom_add_dep org.springframework:spring-jdbc
-%pom_add_dep org.springframework:spring-web
-%pom_add_dep org.springframework:spring-test
+%pom_add_dep org.springframework:spring-web "<optional>true</optional>"
+%pom_add_dep org.springframework:spring-test "<optional>true</optional>"
 
 # don't add classes containing only stubs into the final jar
 %pom_xpath_inject "pom:project/pom:build" \
@@ -137,6 +137,9 @@ cp %{SOURCE2} license.txt
 %doc license.txt notice.txt
 
 %changelog
+* Wed Mar 11 2015 Michal Srb <msrb at redhat.com> - 1.0.7-4
+- Rebuild to remove R on optional dependencies
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.7-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list