[ecryptfs-utils/f16] fix typo in restorecon path (#865839)

Michal Hlavinka mhlavink at fedoraproject.org
Thu Oct 18 15:13:14 UTC 2012


commit 47bb9c3f01ab4a77d0316b73ffba3183c0075387
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Thu Oct 18 17:13:09 2012 +0200

    fix typo in restorecon path (#865839)

 ecryptfs-utils-99-selinux.patch |    2 +-
 ecryptfs-utils.spec             |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ecryptfs-utils-99-selinux.patch b/ecryptfs-utils-99-selinux.patch
index 2c3bc19..07f945f 100644
--- a/ecryptfs-utils-99-selinux.patch
+++ b/ecryptfs-utils-99-selinux.patch
@@ -14,7 +14,7 @@ diff -up ecryptfs-utils-99/src/utils/ecryptfs-migrate-home.selinux ecryptfs-util
  	info "Encrypted home has been set up, encrypting files now...this may take a while."
  	# Show progress, but on stderr, in case the user wants to filter that out
 +	semanage fcontext -a -e /home /home/.ecryptfs >/dev/null 2>&1 ||:
-+	restorecon -R $HOME/.ecrypfs/$USER >/dev/null 2>&1 ||:
++	restorecon -R $HOME/.ecryptfs/$USER >/dev/null 2>&1 ||:
  	rsync -aP "$orig/" "$USER_HOME/" 1>&2
  	umount "$USER_HOME/"
  	echo
diff --git a/ecryptfs-utils.spec b/ecryptfs-utils.spec
index 3489c3a..f1ceb69 100644
--- a/ecryptfs-utils.spec
+++ b/ecryptfs-utils.spec
@@ -5,7 +5,7 @@
 
 Name: ecryptfs-utils
 Version: 100
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: The eCryptfs mount helper and support libraries
 Group: System Environment/Base
 License: GPLv2+
@@ -252,6 +252,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/ecryptfs-utils/_libecryptfs.so
 
 %changelog
+* Thu Oct 18 2012 Michal Hlavinka <mhlavink at redhat.com> - 100-3
+- fix typo in restorecon path (#865839)
+
 * Thu Sep 27 2012 Michal Hlavinka <mhlavink at redhat.com> - 100-2
 - do not crash in pam module when non-existent user name is used (#859766)
 - fix Werror messages in new build environment


More information about the scm-commits mailing list