[mx4j] Fix FTBFS due to xmvn changes (#1106253)

Yaakov Selkowitz yselkowitz at fedoraproject.org
Thu Jul 31 17:23:29 UTC 2014


commit 2c5ecabe3a5241fb9bd95a0498c409546dd7fb25
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Thu Jun 26 19:34:14 2014 -0500

    Fix FTBFS due to xmvn changes (#1106253)

 mx4j.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/mx4j.spec b/mx4j.spec
index 3b9abb4..3cfff4b 100644
--- a/mx4j.spec
+++ b/mx4j.spec
@@ -30,7 +30,7 @@
 
 Name:           mx4j
 Version:        3.0.1
-Release:        19%{?dist}
+Release:        20%{?dist}
 Epoch:          1
 Summary:        Open source implementation of JMX Java API
 License:        ASL 1.1
@@ -199,10 +199,8 @@ if [ "$1" = "0" ]; then
   %{_sbindir}/update-alternatives --remove jmxri %{_javadir}/%{name}/%{name}-jmx.jar
 fi
 
-%files
-%{_javadir}/%{name}
-%{_mavenpomdir}/JPP.%{name}-*.pom
-%{_mavendepmapfragdir}/%{name}
+%files -f .mfiles
+%{_javadir}/%{name}/boa/
 %doc LICENSE.txt
 %doc README.txt
 
@@ -213,6 +211,9 @@ fi
 %doc dist/docs/*
 
 %changelog
+* Fri Jun 27 2014 Yaakov Selkowitz <yselkowi at redhat.com> - 1:3.0.1-20
+- Fix FTBFS due to xmvn changes (#1106253)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:3.0.1-19
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list