Accepting request 113065 from home:msmeissn:Factory

- patch so ecryptfs-setup-swap executes boot.crypto

OBS-URL: https://build.opensuse.org/request/show/113065
OBS-URL: https://build.opensuse.org/package/show/security/ecryptfs-utils?expand=0&rev=29
This commit is contained in:
Marcus Meissner 2012-04-10 09:25:57 +00:00 committed by Git OBS Bridge
parent 7e8a098188
commit 0fe0cc32a8
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- ecryptfs-utils-96/src/utils/ecryptfs-setup-swap 2011-12-13 18:01:38.000000000 -0500
+++ ecryptfs-utils-96/src/utils/ecryptfs-setup-swap-mod 2012-04-06 11:24:50.083041485 -0400
@@ -172,7 +172,7 @@
swapoff -a
# Restart cryptdisks
- /etc/init.d/cryptdisks restart
+ /etc/init.d/boot.crypto restart
# Turn the swap on
swapon -a

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 6 15:33:03 UTC 2012 - darin@darins.net
- patch so ecryptfs-setup-swap executes boot.crypto
-------------------------------------------------------------------
Wed Mar 28 14:47:13 UTC 2012 - meissner@suse.com

View File

@ -25,6 +25,7 @@ Version: 96
Release: 0
Source0: http://launchpad.net/ecryptfs/trunk/%version/+download/ecryptfs-utils_%version.orig.tar.gz
Source1: baselibs.conf
Patch0: ecryptfs-setup-swap-SuSE.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gtk2-devel
BuildRequires: intltool
@ -46,6 +47,7 @@ A stacked cryptographic filesystem for Linux.
%prep
%setup -q
%patch0 -p1
%build
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"