rpms/ecryptfs-utils/devel .cvsignore, 1.28, 1.29 ecryptfs-utils-75-nocryptdisks.patch, 1.1, 1.2 ecryptfs-utils.spec, 1.52, 1.53 sources, 1.29, 1.30

Michal Hlavinka mhlavink at fedoraproject.org
Tue Aug 18 06:56:18 UTC 2009


Author: mhlavink

Update of /cvs/extras/rpms/ecryptfs-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14069

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/devel/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- .cvsignore	29 Jul 2009 13:10:41 -0000	1.28
+++ .cvsignore	18 Aug 2009 06:56:17 -0000	1.29
@@ -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/devel/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	21 May 2009 09:42:20 -0000	1.1
+++ ecryptfs-utils-75-nocryptdisks.patch	18 Aug 2009 06:56:17 -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/devel/ecryptfs-utils.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- ecryptfs-utils.spec	29 Jul 2009 13:45:10 -0000	1.52
+++ ecryptfs-utils.spec	18 Aug 2009 06:56:17 -0000	1.53
@@ -2,8 +2,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name: ecryptfs-utils
-Version: 78
-Release: 2%{?dist}
+Version: 79
+Release: 1%{?dist}
 Summary: The eCryptfs mount helper and support libraries
 Group: System Environment/Base
 License: GPLv2+
@@ -58,7 +58,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
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -ggdb -O2 -Werror"
@@ -143,6 +143,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
@@ -153,6 +155,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,-)
@@ -172,6 +175,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
+
 * Wed Jul 29 2009 Michal Hlavinka <mhlavink at redhat.com> - 78-2
 - ecryptfs-dot-private is no longer used
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ecryptfs-utils/devel/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- sources	29 Jul 2009 13:10:42 -0000	1.29
+++ sources	18 Aug 2009 06:56:17 -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