[jenkins-xstream] Rebuild to remove R on optional dependencies

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


commit 3fedf1bf77b73bd3cd3f3ba8980536a8a8d16e09
Author: Michal Srb <msrb at redhat.com>
Date:   Wed Mar 11 14:14:35 2015 +0100

    Rebuild to remove R on optional dependencies

 jenkins-xstream.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/jenkins-xstream.spec b/jenkins-xstream.spec
index a153eb2..6ad7239 100644
--- a/jenkins-xstream.spec
+++ b/jenkins-xstream.spec
@@ -2,7 +2,7 @@
 
 Name:           jenkins-xstream
 Version:        1.4.7
-Release:        3.jenkins%{patchlvl}%{?dist}
+Release:        4.jenkins%{patchlvl}%{?dist}
 Summary:        Jenkins XStream library
 
 License:        BSD
@@ -84,7 +84,7 @@ API documentation for %{name}.
 
 # use cglib 3.x
 %pom_remove_dep :cglib-nodep xstream
-%pom_add_dep cglib:cglib xstream
+%pom_add_dep cglib:cglib xstream "<optional>true</optional>"
 
 %build
 # tests require old JMock library (version 1.x)
@@ -100,6 +100,9 @@ API documentation for %{name}.
 %doc LICENSE.txt
 
 %changelog
+* Wed Mar 11 2015 Michal Srb <msrb at redhat.com> - 1.4.7-4.jenkins1
+- Rebuild to remove R on optional dependencies
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.7-3.jenkins1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list