Accepting request 852397 from Linux-PAM
OBS-URL: https://build.opensuse.org/request/show/852397 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam_mount?expand=0&rev=71
This commit is contained in:
commit
78a709d7ed
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user