rpms/ecryptfs-utils/F-11 .cvsignore, 1.26, 1.27 ecryptfs-utils-75-nocryptdisks.patch, 1.1, 1.2 ecryptfs-utils.spec, 1.50, 1.51 sources, 1.29, 1.30

Michal Hlavinka mhlavink at fedoraproject.org
Tue Aug 18 07:03:23 UTC 2009


Author: mhlavink

Update of /cvs/extras/rpms/ecryptfs-utils/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15646

Modified Files:
	.cvsignore ecryptfs-utils-75-nocryptdisks.patch 
	ecryptfs-utils.spec sources 
Log Message:
updated to 79



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ecryptfs-utils/F-11/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- .cvsignore	28 Jul 2009 14:41:34 -0000	1.26
+++ .cvsignore	18 Aug 2009 07:03:22 -0000	1.27
@@ -1,2 +1,2 @@
 ecryptfs-mount-private.png
-ecryptfs-utils_78.orig.tar.gz
+ecryptfs-utils_79.orig.tar.gz

ecryptfs-utils-75-nocryptdisks.patch:
 ecryptfs-setup-swap |   10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

Index: ecryptfs-utils-75-nocryptdisks.patch
===================================================================
RCS file: /cvs/extras/rpms/ecryptfs-utils/F-11/ecryptfs-utils-75-nocryptdisks.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ecryptfs-utils-75-nocryptdisks.patch	22 May 2009 09:56:23 -0000	1.1
+++ ecryptfs-utils-75-nocryptdisks.patch	18 Aug 2009 07:03:22 -0000	1.2
@@ -1,9 +1,9 @@
-=== modified file 'src/utils/ecryptfs-setup-swap'
---- src/utils/ecryptfs-setup-swap	2009-03-20 21:44:01 +0000
-+++ src/utils/ecryptfs-setup-swap	2009-05-19 14:50:01 +0000
-@@ -158,13 +158,5 @@
- # Add fstab entry
- echo "/dev/mapper/cryptswap none swap sw 0 0" >> /etc/fstab
+diff -up ecryptfs-utils-79/src/utils/ecryptfs-setup-swap.nocryptdisks ecryptfs-utils-79/src/utils/ecryptfs-setup-swap
+--- ecryptfs-utils-79/src/utils/ecryptfs-setup-swap.nocryptdisks	2009-08-17 15:50:12.000000000 +0200
++++ ecryptfs-utils-79/src/utils/ecryptfs-setup-swap	2009-08-18 08:46:44.734619290 +0200
+@@ -158,13 +158,5 @@ for swap in $swaps; do
+ 	echo "/dev/mapper/cryptswap$i none swap sw 0 0" >> /etc/fstab
+ done
  
 -# Turn swap off
 -swapoff -a
@@ -14,7 +14,5 @@
 -# Turn the swap on
 -swapon -a
 -
- info "Successfully setup encrypted swap!"
+ info `gettext "Successfully setup encrypted swap!"`
 +info "This will take effect after reboot"
-\ No newline at end of file
-


Index: ecryptfs-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/ecryptfs-utils/F-11/ecryptfs-utils.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- ecryptfs-utils.spec	28 Jul 2009 14:41:34 -0000	1.50
+++ ecryptfs-utils.spec	18 Aug 2009 07:03:22 -0000	1.51
@@ -2,7 +2,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name: ecryptfs-utils
-Version: 78
+Version: 79
 Release: 1%{?dist}
 Summary: The eCryptfs mount helper and support libraries
 Group: System Environment/Base
@@ -61,7 +61,7 @@ the interface supplied by the ecryptfs-u
 %setup -q
 %patch2 -p1 -b .build
 %patch4 -p1 -b .werror
-%patch6 -p0 -b .nocryptdisks
+%patch6 -p1 -b .nocryptdisks
 %patch9 -p1 -b .rhbz503261
 
 %build
@@ -147,6 +147,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/ecryptfs-rewrap-passphrase.1.gz
 %{_mandir}/man1/ecryptfs-rewrite-file.1.gz
 %{_mandir}/man1/ecryptfs-setup-private.1.gz
+%{_mandir}/man1/ecryptfs-setup-swap.1.gz
+%{_mandir}/man1/ecryptfs-stat.1.gz
 %{_mandir}/man1/ecryptfs-umount-private.1.gz
 %{_mandir}/man1/ecryptfs-unwrap-passphrase.1.gz
 %{_mandir}/man1/ecryptfs-wrap-passphrase.1.gz
@@ -157,6 +159,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/ecryptfsd.8.gz
 %{_mandir}/man8/mount.ecryptfs.8.gz
 %{_mandir}/man8/pam_ecryptfs.8.gz
+%{_mandir}/man8/umount.ecryptfs.8.gz
 
 %files devel
 %defattr(-,root,root,-)
@@ -176,6 +179,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/ecryptfs-utils/_libecryptfs.so
 
 %changelog
+* Tue Aug 18 2009 Michal Hlavinka <mhlavink at redhat.com> - 79-1
+- updated to 79
+
 * Tue Jul 28 2009 Michal Hlavinka <mhlavink at redhat.com> 78-1
 - updated to 78
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ecryptfs-utils/F-11/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- sources	28 Jul 2009 14:41:34 -0000	1.29
+++ sources	18 Aug 2009 07:03:22 -0000	1.30
@@ -1,2 +1,2 @@
 e612ddb9ccb17f8fec79df26e626a8c6  ecryptfs-mount-private.png
-0ea4f56d7086412f89dc166ee97c2246  ecryptfs-utils_78.orig.tar.gz
+ecafae1b1fbaa17460a4f9468f450d8b  ecryptfs-utils_79.orig.tar.gz




More information about the fedora-extras-commits mailing list