forked from pool/cryptsetup
Accepting request 140034 from security
- Remove crypttab manpage, it is now provided by systemd. OBS-URL: https://build.opensuse.org/request/show/140034 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=77
This commit is contained in:
commit
0caf5deb99
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 25 11:40:07 UTC 2012 - fcrozat@suse.com
|
||||
|
||||
- Remove crypttab manpage, it is now provided by systemd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 1 13:37:04 UTC 2012 - lnussel@suse.de
|
||||
|
||||
|
@ -160,6 +160,9 @@ ln -s /etc/init.d/boot.crypto $RPM_BUILD_ROOT/sbin/rccrypto
|
||||
#
|
||||
%find_lang %name --all-name
|
||||
|
||||
# systemd is now providing cryptsetup manpage
|
||||
rm -f $RPM_BUILD_ROOT%_mandir/man5/crypttab.5*
|
||||
|
||||
%pre
|
||||
# hack to catch update case from aaa_base/util-linux-crypto
|
||||
if [ -f /etc/init.d/boot.d/S??boot.crypto ]; then
|
||||
@ -222,7 +225,6 @@ fi
|
||||
%_mandir/man8/cryptsetup.8.gz
|
||||
%_mandir/man8/cryptsetup-reencrypt.8.gz
|
||||
%_mandir/man8/veritysetup.8.gz
|
||||
%_mandir/man5/crypttab.5.gz
|
||||
%_mandir/man5/cryptotab.5.gz
|
||||
/lib/cryptsetup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user