rpms/pam_mount/F-13 .cvsignore, 1.27, 1.28 pam_mount.spec, 1.63, 1.64 sources, 1.28, 1.29

Till Maas till at fedoraproject.org
Sun May 16 17:55:07 UTC 2010


Author: till

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

Modified Files:
	.cvsignore pam_mount.spec sources 
Log Message:
* Sun May 16 2010 Till Maas <opensource at till.name> - 2.2-1
- Update to new release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pam_mount/F-13/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- .cvsignore	23 Sep 2009 23:34:55 -0000	1.27
+++ .cvsignore	16 May 2010 17:55:07 -0000	1.28
@@ -1,2 +1,2 @@
-pam_mount-1.32.tar.bz2
-pam_mount-1.32.tar.bz2.asc
+pam_mount-2.2.tar.xz
+pam_mount-2.2.tar.xz.asc


Index: pam_mount.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pam_mount/F-13/pam_mount.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -p -r1.63 -r1.64
--- pam_mount.spec	23 Sep 2009 23:37:43 -0000	1.63
+++ pam_mount.spec	16 May 2010 17:55:07 -0000	1.64
@@ -1,7 +1,7 @@
-%global packext bz2
+%global packext xz
 
 Name:           pam_mount
-Version:        1.32
+Version:        2.2
 Release:        1%{?dist}
 Summary:        A PAM module that can mount volumes for a user session
 
@@ -15,14 +15,20 @@ Source0:        http://downloads.sourcef
 Source1:        http://downloads.sourceforge.net/pam-mount/%{name}-%{version}.tar.%{packext}.asc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  glib2-devel, pam-devel, openssl-devel
+BuildRequires:  glib2-devel pam-devel openssl-devel
 BuildRequires:  libxml2-devel
-BuildRequires:  libHX-devel >= 3.1
+BuildRequires:  cryptsetup-luks-devel
+BuildRequires:  libHX-devel >= 3.4
 %if %packext == lz
 BuildRequires:  lzip
 %endif
 Requires:       pam
-Requires:       libHX >= 3.1
+Requires:       libHX >= 3.4
+
+# Used in mtcrypt.c / mount.crypt
+# The Requires is used to detect potential breakage caused by readlink only
+# being in /usr/bin/readlink
+Requires:       /bin/readlink
 
 # for /etc/catalog and xmlcatalog
 #Requires:         xml-common
@@ -100,8 +106,8 @@ rm -rf $RPM_BUILD_ROOT
 /sbin/mount.crypt
 /sbin/mount.encfs13
 /sbin/umount.crypt
-/sbin/mount.crypt_LUKS
-/sbin/umount.crypt_LUKS
+%exclude /sbin/mount.crypt_LUKS
+%exclude /sbin/umount.crypt_LUKS
 /sbin/mount.crypto_LUKS
 /sbin/umount.crypto_LUKS
 %{_mandir}/man?/*
@@ -112,6 +118,19 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May 16 2010 Till Maas <opensource at till.name> - 2.2-1
+- Update to new release
+
+* Sun May 16 2010 Till Maas <opensource at till.name> - 2.1-1
+- Update to new release
+- Add BuildRequires: cryptsetup-luks-devel
+- Cleanup BRs
+- Add Requires: /bin/readlink
+- Update libHX dependency
+
+* Mon Jan 04 2010 Till Maas <opensource at till.name> - 1.32-2
+- Do not package compatibility symlinks anymore
+
 * Thu Sep 24 2009 Till Maas <opensource at till.name> - 1.32-1
 - Update to new release
 - Update libHX dependency


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pam_mount/F-13/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- sources	23 Sep 2009 23:34:55 -0000	1.28
+++ sources	16 May 2010 17:55:07 -0000	1.29
@@ -1,2 +1,2 @@
-e37a3f217be532823dbea5ee29360938  pam_mount-1.32.tar.bz2
-62aff12f3c9d61c7dd59e85c5a4ea552  pam_mount-1.32.tar.bz2.asc
+29bf53be742b158e757f99d3201988e2  pam_mount-2.2.tar.xz
+f80eee6ce8f435a787f2688efdcd4f9f  pam_mount-2.2.tar.xz.asc



More information about the scm-commits mailing list