[java-sig-commits] [maven-doxia-tools] Don't require post/postun jpackage-utils.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Dec 5 17:07:07 UTC 2011


commit c40687889df6bb36ab2d2c2156e4ec745a021b4e
Author: Alexander Kurtakov < <akurtako at redhat.com>
Date:   Mon Dec 5 19:06:47 2011 +0200

    Don't require post/postun jpackage-utils.

 maven-doxia-tools.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/maven-doxia-tools.spec b/maven-doxia-tools.spec
index 1877054..189a8c5 100644
--- a/maven-doxia-tools.spec
+++ b/maven-doxia-tools.spec
@@ -1,6 +1,6 @@
 Name:		maven-doxia-tools
 Version:	1.4
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Maven Doxia Integration Tools
 
 Group:		Development/Libraries
@@ -42,8 +42,6 @@ Requires:	maven-doxia
 Requires:	maven-doxia-sitetools
 
 Requires:	jpackage-utils
-Requires(post):	jpackage-utils
-Requires(postun):	jpackage-utils
 
 %description
 A collection of tools to help the integration of Doxia in Maven plugins.
@@ -90,6 +88,9 @@ install -Dpm 644 pom.xml %{buildroot}/%{_mavenpomdir}/JPP-%{name}.pom
 %doc LICENSE
 
 %changelog
+* Mon Dec 5 2011 Alexander Kurtakov <akurtako at redhat.com> 1.4-3
+- Don't require post/postun jpackage-utils.
+
 * Tue Sep 27 2011 Alexander Kurtakov <akurtako at redhat.com> 1.4-2
 - Install license as doc.
 - Use new package names.


More information about the java-sig-commits mailing list