Accepting request 852366 from home:marcinbajor:branches:Linux-PAM

- Restore symlinks for crypt_LUKS
  Fixes: https://bugzilla.opensuse.org/show_bug.cgi?id=1179229

OBS-URL: https://build.opensuse.org/request/show/852366
OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam_mount?expand=0&rev=71
This commit is contained in:
Jan Engelhardt 2020-12-01 16:04:31 +00:00 committed by Git OBS Bridge
parent 32258ee073
commit 2947ed2cbd
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 1 14:21:57 UTC 2020 - Marcin Bajor <marcin.bajor@gmail.com>
- 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 <jengelh@inai.de>

View File

@ -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