forked from pool/schily
Accepting request 999560 from home:kukuk:branches:utilities
- Fix update-alternatives for rmt.1 OBS-URL: https://build.opensuse.org/request/show/999560 OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=137
This commit is contained in:
parent
1d37f533c2
commit
2971f899e4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 27 12:20:10 UTC 2022 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Fix update-alternatives for rmt.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 1 23:41:15 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package schily
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -705,7 +705,7 @@ fi
|
||||
%post rmt
|
||||
"%_sbindir/update-alternatives" \
|
||||
--install "%_bindir/rmt" rmt "%_bindir/srmt" 10 \
|
||||
--slave "%_mandir/man8/rmt.1%ext_man" "rmt.1%ext_man" "%_mandir/man8/srmt.1%ext_man"
|
||||
--slave "%_mandir/man1/rmt.1%ext_man" "rmt.1%ext_man" "%_mandir/man1/srmt.1%ext_man"
|
||||
"%_sbindir/update-alternatives" --auto rmt
|
||||
|
||||
%postun rmt
|
||||
|
Loading…
Reference in New Issue
Block a user