Dominique Leuenberger 2020-12-02 12:58:48 +00:00 committed by Git OBS Bridge
commit 78a709d7ed
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