1
0
forked from jengelh/util-linux

Accepting request 177962 from Base:System

- util-linux.spec: work around su(1) PAM problems based on su(1)
  being provided by both the coreutils and the util-linux package.
  Fix macro typo in %post and %verifyscript sections related to su(1):
    s/sysvinit_tools/enable_su/ (forwarded request 177950 from bernhard-voelker)

OBS-URL: https://build.opensuse.org/request/show/177962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=160
This commit is contained in:
Stephan Kulow
2013-06-07 08:12:05 +00:00
committed by Git OBS Bridge
parent 492e97410d
commit a59bc81b6f
30 changed files with 496 additions and 1558 deletions

View File

@@ -1,3 +1,75 @@
-------------------------------------------------------------------
Fri Jun 7 00:13:25 UTC 2013 - mail@bernhard-voelker.de
- util-linux.spec: work around su(1) PAM problems based on su(1)
being provided by both the coreutils and the util-linux package.
Fix macro typo in %post and %verifyscript sections related to su(1):
s/sysvinit_tools/enable_su/
-------------------------------------------------------------------
Thu Jun 6 08:27:43 UTC 2013 - werner@suse.de
- Add make-sure-sbin-resp-usr-sbin-are-in-PATH.diff, that is include
the old "let `su' handle /sbin and /usr/sbin in path"
- Provide the new eject utility to avoid file conflict with old
eject package
-------------------------------------------------------------------
Wed Jun 5 12:30:45 UTC 2013 - werner@suse.de
- Update to util-linux-2.23.1
+ Release highlights (2.22)
su(1):
* has been merged from coreutils into util-linux
* utils-linux version uses /etc/pam.d/su-l PAM config file for --login
(e.g. "su -") session.
sulogin(8):
* has been merged from sysvinit into util-linux
utmpdump(1):
* has been merged from sysvinit into util-linux
eject(1):
* has been merged from inactive upstream from sf.net and Fedora into util-linux
* supports new options --manualeject, --force and --no-partitions-unmount
lslocks(1)
* this NEW COMMAND prints local system locks and it's replacement to very
long time unmaintained lslk(1)
wdctl(8):
* this NEW COMMAND shows hardware watchdog status
libuuid:
* does NOT EXECUTE uuidd on demand, the daemon has to be started by
init scripts / systemd
uuidd:
* supports socket activation (for systemd)
* supports new options -no-fork, --no-pid and --socket-activation
+ Release highlights (2.23)
blkdiscard(8):
* this NEW COMMAND discard sectors on a device (for example on SSD disks)
sulogin(8):
* provides multi-console feature from SysVinit
- Removed following patches now upstream
* 0001-Test-for-secure_getenv-too.patch
* 0001-include-bitops.h-Use-the-operating-system-byteswappi.patch
* add-canonicalize_path_restricted.patch
* fdiskbsdlabel.patch
* libmount-add-MNT_ERR_LOOPDEV.patch
* libmount-add-special-MNT_ERR-codes.patch
* libmount-don-t-use-nosuid-noexec-nodev-for-cifs-user.patch
* login-close-tty-before-vhangup.patch
* mount-new-add-loopdev-specific-error-message.patch
* mount-new-allow-sloppy-for-non-root.patch
* mount-new-improve-error-messages.patch
* mount-new-use-MNT_ERR-for-error-messages.patch
* mount-sanitize-paths-from-non-root-users.patch
* util-linux-2.21.2-noenc.diff
* umount-sanitize-paths-from-non-root-users.patch
- Removed following patch which otherwise cause to break build
* util-linux-2.20-libmount-deps.patch
- Refreshed following patches with updating version string
* util-linux-2.23.1-fdisk_remove_bogus_warnings.patch
* util-linux-2.23.1-noenc-suse.diff
- Add util-linux-2.23.1-eject-fpie.patch to compile and link eject
with PIE
-------------------------------------------------------------------
Wed May 29 11:45:04 UTC 2013 - ihno@suse.com