rpms/pam_mount/F-13 pam_mount.spec,1.65,1.66

Till Maas till at fedoraproject.org
Sat Jul 3 17:41:40 UTC 2010


Author: till

Update of /cvs/pkgs/rpms/pam_mount/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17596

Modified Files:
	pam_mount.spec 
Log Message:
* Sat Jul 03 2010 Till Maas <opensource at till.name> - 2.4-2
- Add cryptsetup-luks-libs Requires
- list all manpages explicitly



Index: pam_mount.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pam_mount/F-13/pam_mount.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- pam_mount.spec	2 Jul 2010 19:18:22 -0000	1.65
+++ pam_mount.spec	3 Jul 2010 17:41:40 -0000	1.66
@@ -2,7 +2,7 @@
 
 Name:           pam_mount
 Version:        2.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A PAM module that can mount volumes for a user session
 
 Group:          System Environment/Base
@@ -32,6 +32,7 @@ BuildRequires:  lzip
 %endif
 Requires:       pam
 Requires:       libHX >= 3.4
+Requires:       cryptsetup-luks-libs >= 1.1.2
 %if (0%{?fedora} >= 14)
 BuildRequires:  man-db
 %else
@@ -134,7 +135,17 @@ rm -rf $RPM_BUILD_ROOT
 %exclude /sbin/umount.crypt_LUKS
 /sbin/mount.crypto_LUKS
 /sbin/umount.crypto_LUKS
-%{_mandir}/man?/*
+%{_mandir}/man1/pmt-fd0ssh.1*
+%{_mandir}/man5/pam_mount.conf.5*
+%{_mandir}/man8/mount.crypt.8*
+%exclude %{_mandir}/man8/mount.crypt_LUKS.8*
+%{_mandir}/man8/mount.crypto_LUKS.8*
+%{_mandir}/man8/pam_mount.8*
+%{_mandir}/man8/pmt-ehd.8*
+%{_mandir}/man8/pmvarrun.8*
+%{_mandir}/man8/umount.crypt.8*
+%exclude %{_mandir}/man8/umount.crypt_LUKS.8*
+%{_mandir}/man8/umount.crypto_LUKS.8*
 %{_localstatedir}/run/pam_mount
 %dir %{_datadir}/xml/pam_mount/
 %dir %{_datadir}/xml/pam_mount/dtd/
@@ -142,6 +153,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul 03 2010 Till Maas <opensource at till.name> - 2.4-2
+- Add cryptsetup-luks-libs Requires
+- list all manpages explicitly
+
 * Fri Jul 02 2010 Till Maas <opensource at till.name> - 2.4-1
 - Update to new release
 - add patch to keep cmtab at /etc



More information about the scm-commits mailing list