rpms/setroubleshoot/devel setroubleshoot.spec,1.92,1.93

John Dennis (jdennis) fedora-extras-commits at redhat.com
Fri Dec 28 15:46:42 UTC 2007


Author: jdennis

Update of /cvs/pkgs/rpms/setroubleshoot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12654

Modified Files:
	setroubleshoot.spec 
Log Message:
fix requires for plugins



Index: setroubleshoot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/setroubleshoot/devel/setroubleshoot.spec,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- setroubleshoot.spec	28 Dec 2007 15:22:44 -0000	1.92
+++ setroubleshoot.spec	28 Dec 2007 15:46:04 -0000	1.93
@@ -1,7 +1,7 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
 Version: 2.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://hosted.fedoraproject.org/projects/setroubleshoot
@@ -102,7 +102,7 @@
 Summary: SELinux troubleshoot server
 Group: Applications/System
 
-Requires: %{name}-plugins
+Requires: %{name}-plugins >= 2.0.0
 Requires: audit >= 1.2.6-3
 Requires: audit-libs-python >= 1.2.6-3
 Requires: libselinux >= 1.30.15-1
@@ -185,6 +185,9 @@
 %attr(0755,root,root) /etc/rc.d/init.d/%{name}
 
 %changelog
+* Fri Dec 28 2007  <jdennis at redhat.com> - 2.0.0-2
+	- fix requires for plugins
+
 * Fri Dec 28 2007  <jdennis at redhat.com> - 2.0.0-1
 	- prepare for v2 test release
 	- Completed most work for version 2 of setroubleshoot, prepare for test release




More information about the fedora-extras-commits mailing list