rpms/pam_mount/devel .cvsignore, 1.18, 1.19 pam_mount.spec, 1.46, 1.47 sources, 1.19, 1.20 pam_mount-1.2-o-cipher.patch, 1.1, NONE

Till Maas till at fedoraproject.org
Thu Nov 27 14:44:41 UTC 2008


Author: till

Update of /cvs/pkgs/rpms/pam_mount/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8436

Modified Files:
	.cvsignore pam_mount.spec sources 
Removed Files:
	pam_mount-1.2-o-cipher.patch 
Log Message:
* Thu Nov 27 2008 Till Maas <opensource at till.name> - 1.4-1
- Update to new release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pam_mount/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	29 Oct 2008 13:31:21 -0000	1.18
+++ .cvsignore	27 Nov 2008 14:44:11 -0000	1.19
@@ -1,2 +1,2 @@
-pam_mount-1.2.tar.lzma
-pam_mount-1.2.tar.lzma.asc
+pam_mount-1.4.tar.lz
+pam_mount-1.4.tar.lz.asc


Index: pam_mount.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pam_mount/devel/pam_mount.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- pam_mount.spec	29 Oct 2008 13:31:21 -0000	1.46
+++ pam_mount.spec	27 Nov 2008 14:44:11 -0000	1.47
@@ -1,6 +1,6 @@
 Name:           pam_mount
-Version:        1.2
-Release:        2%{?dist}
+Version:        1.4
+Release:        1%{?dist}
 Summary:        A PAM module that can mount volumes for a user session
 
 Group:          System Environment/Base
@@ -9,16 +9,14 @@
 # mount.encfs13 and pmt-ofl are Public Domain
 License:        LGPLv2+ and (LGPLv2 or LGPLv3) and Public Domain
 URL:            http://pam-mount.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/pam-mount/%{name}-%{version}.tar.lzma
-Source1:        http://downloads.sourceforge.net/pam-mount/%{name}-%{version}.tar.lzma.asc
-# From upstream SCM:
-Patch0:         pam_mount-1.2-o-cipher.patch
+Source0:        http://downloads.sourceforge.net/pam-mount/%{name}-%{version}.tar.lz
+Source1:        http://downloads.sourceforge.net/pam-mount/%{name}-%{version}.tar.lz.asc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  glib2-devel, pam-devel, openssl-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  libHX-devel >= 1.25
-BuildRequires:  lzma
+BuildRequires:  lzip
 Requires:       pam
 Requires:       libHX >= 1.25
 
@@ -44,8 +42,7 @@
 
 %prep
 %setup -q -T -c
-lzma -c -d %SOURCE0 | tar -xvvf - -C ..
-%patch0 -p1 -b .o-cipher
+lzip -c -d %SOURCE0 | tar -xvvf - -C ..
 
 
 %build
@@ -82,11 +79,16 @@
 /sbin/umount.crypt
 /sbin/mount.crypt_LUKS
 /sbin/umount.crypt_LUKS
+/sbin/mount.crypto_LUKS
+/sbin/umount.crypto_LUKS
 %{_mandir}/man?/*
 %{_localstatedir}/run/pam_mount
 
 
 %changelog
+* Thu Nov 27 2008 Till Maas <opensource at till.name> - 1.4-1
+- Update to new release
+
 * Sun Oct 26 2008 Till Maas <opensource at till.name> - 1.2-2
 - Add patch to mount luks volumes without -o cipher
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pam_mount/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	29 Oct 2008 13:31:21 -0000	1.19
+++ sources	27 Nov 2008 14:44:11 -0000	1.20
@@ -1,2 +1,2 @@
-7386eeb6ea3b7f4b21e30fd98dab0828  pam_mount-1.2.tar.lzma
-ccf8700ecb7d6a97946af90eadf04c05  pam_mount-1.2.tar.lzma.asc
+0868825d438d80697ee03d020e5fa90f  pam_mount-1.4.tar.lz
+63fa0f99b2ee011b03528a3be2fef1f0  pam_mount-1.4.tar.lz.asc


--- pam_mount-1.2-o-cipher.patch DELETED ---




More information about the scm-commits mailing list