diff --git a/pam_mount.changes b/pam_mount.changes index 685707d..856c2e3 100644 --- a/pam_mount.changes +++ b/pam_mount.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 1 14:21:57 UTC 2020 - Marcin Bajor + +- Restore symlinks for crypt_LUKS + Fixes: https://bugzilla.opensuse.org/show_bug.cgi?id=1179229 + ------------------------------------------------------------------- Thu Nov 26 20:18:51 UTC 2020 - Jan Engelhardt diff --git a/pam_mount.spec b/pam_mount.spec index f3eefb5..2a4ec0a 100644 --- a/pam_mount.spec +++ b/pam_mount.spec @@ -117,6 +117,8 @@ install -m 755 %SOURCE2 "$b/%_docdir/%name/examples/" mkdir -p "$b/sbin" ln -s /usr/sbin/mount.crypt "$b/sbin" ln -s /usr/sbin/umount.crypt "$b/sbin" +ln -s /usr/sbin/mount.crypt_LUKS "$b/sbin" +ln -s /usr/sbin/umount.crypt_LUKS "$b/sbin" %fdupes %buildroot/%_prefix %post