Accepting request 177954 from home:bernhard-voelker:branches:Base:System

Remove su(1) and kill(1) - both are provided by util-linux now.

OBS-URL: https://build.opensuse.org/request/show/177954
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=195
This commit is contained in:
2013-06-07 05:18:41 +00:00
committed by Git OBS Bridge
parent 83be651505
commit b8beefb76d
8 changed files with 192 additions and 1831 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jun 7 01:50:04 UTC 2013 - mail@bernhard-voelker.de
- Remove su(1) and kill(1) - both are provided by util-linux now.
* su.pamd, su.default, coreutils-su.patch: Remove patch and PAM
config files related to su(1).
* coreutils-remove_kill_documentation.patch: Add patch to remove
kill from the texinfo manual.
* coreutils.spec: Remove above, su-related patch and sources.
Remove Requires:pam and BuildRequires:pam-devel.
Remove Provides:/bin/{su,kill}.
Remove paragraph mentioning su(1) and kill(1) in %description.
Remove `moving su trickery` and other left-overs from %install,
%post and %files.
Remove %posttrans and %verifyscript sections (as these contained
su-related stuff).
Add code to %install to remove kill's program and man page.
-------------------------------------------------------------------
Mon May 20 15:38:30 UTC 2013 - mail@bernhard-voelker.de