rpms/cryptsetup-luks/devel cryptsetup-luks.spec,1.45,1.46

Till Maas (till) fedora-extras-commits at redhat.com
Fri Aug 17 12:31:31 UTC 2007


Author: till

Update of /cvs/pkgs/rpms/cryptsetup-luks/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7490

Modified Files:
	cryptsetup-luks.spec 
Log Message:
+- fix devel subpackage requires
+- remove empty NEWS README
+- remove uneeded INSTALL




Index: cryptsetup-luks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cryptsetup-luks/devel/cryptsetup-luks.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- cryptsetup-luks.spec	8 Aug 2007 11:28:20 -0000	1.45
+++ cryptsetup-luks.spec	17 Aug 2007 12:30:59 -0000	1.46
@@ -1,7 +1,7 @@
 Summary: A utility for setting up encrypted filesystems
 Name: cryptsetup-luks
 Version: 1.0.5
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL
 Group: Applications/System
 URL: http://clemens.endorphin.org/LUKS
@@ -23,7 +23,7 @@
 
 %package devel
 Group: Development/Libraries
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}-%{release}
 Requires: libgcrypt-devel > 1.1.42, device-mapper-devel, e2fsprogs-devel
 Summary: Headers and libraries for using encrypted filesystems
 
@@ -61,7 +61,7 @@
 
 %files -f cryptsetup.lang
 %defattr(-,root,root,-)
-%doc COPYING ChangeLog AUTHORS INSTALL NEWS README TODO
+%doc COPYING ChangeLog AUTHORS TODO
 %{_mandir}/man8/cryptsetup.8.gz
 /sbin/cryptsetup
 /%{_lib}/libcryptsetup.so.*
@@ -75,6 +75,11 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Fri Aug 17 2007 Till Maas <opensource till name> - 1.0.5-5
+- fix devel subpackage requires
+- remove empty NEWS README
+- remove uneeded INSTALL
+
 * Wed Aug 08 2007 Till Maas <opensource till name> - 1.0.5-4
 - disable patch2, libsepol is now detected by configure
 - move libcryptsetup.so to %%{_libdir} instead of /%%{_lib}




More information about the fedora-extras-commits mailing list