From b498689610ae704e022f8ecccf736d2aa5494251 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Jun 09 2011 11:36:09 +0000 Subject: check for ecryptfs pam module before home dir migration --- diff --git a/ecryptfs-utils.spec b/ecryptfs-utils.spec index ffca490..6dc189f 100644 --- a/ecryptfs-utils.spec +++ b/ecryptfs-utils.spec @@ -5,7 +5,7 @@ Name: ecryptfs-utils Version: 87 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The eCryptfs mount helper and support libraries Group: System Environment/Base License: GPLv2+ @@ -38,6 +38,9 @@ Patch9: ecryptfs-utils-87-autoload.patch # sent upstream, for e-u < 88, rhbz#706911 Patch10: ecryptfs-utils-87-mtab.patch +# fedora/rhel specific, check for pam ecryptfs module before home migration +Patch11: ecryptfs-utils-87-authconfig.patch + # allow building with -Werror Patch999: ecryptfs-utils-75-werror.patch @@ -86,6 +89,7 @@ the interface supplied by the ecryptfs-utils library. %patch8 -p1 -b .manfix %patch9 -p1 -b .autoload %patch10 -p1 -b .mtabfix +%patch11 -p1 -b .authconfig %patch999 -p1 -b .werror %build @@ -214,6 +218,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/ecryptfs-utils/_libecryptfs.so %changelog +* Thu Jun 09 2011 Michal Hlavinka - 87-4 +- check for ecryptfs pam module before home dir migration + * Tue Jun 07 2011 Michal Hlavinka - 87-3 - update of mtab does not work if it's a symlink (#706911)