rpms/libcap-ng/devel libcap-ng.spec,1.16,1.17

Steve Grubb sgrubb at fedoraproject.org
Mon May 24 17:39:00 UTC 2010


Author: sgrubb

Update of /cvs/pkgs/rpms/libcap-ng/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16847

Modified Files:
	libcap-ng.spec 
Log Message:
* Mon May 24 2010 Steve Grubb <sgrubb at redhat.com> 0.6.4-2
- In utils subpackage added a requires statement.



Index: libcap-ng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libcap-ng/devel/libcap-ng.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- libcap-ng.spec	6 May 2010 14:10:15 -0000	1.16
+++ libcap-ng.spec	24 May 2010 17:39:00 -0000	1.17
@@ -3,7 +3,7 @@
 Summary: An alternate posix capabilities library
 Name: libcap-ng
 Version: 0.6.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://people.redhat.com/sgrubb/libcap-ng
@@ -42,6 +42,7 @@ and can be used by python applications.
 Summary: Utilities for analysing and setting file capabilities
 License: GPLv2+
 Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
 
 %description utils
 The libcap-ng-utils package contains applications to analyse the
@@ -108,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0644,root,root) %{_mandir}/man8/*
 
 %changelog
+* Mon May 24 2010 Steve Grubb <sgrubb at redhat.com> 0.6.4-2
+- In utils subpackage added a requires statement.
+
 * Thu May 06 2010 Steve Grubb <sgrubb at redhat.com> 0.6.4-1
 - New upstream release fixing multi-threading issue
 



More information about the scm-commits mailing list