- fix#814699 - namei(1) incorrectly resolves relative symlinks
- fix#820707 - Impossible to unmount nfsv4/krb5 mounts after network disconnect
- fix#816877 - libmount does not close device fd before mount(2)
- fix#822705 - unable to login after installing
Signed-off-by: Karel Zak <kzak@redhat.com>
This patch is needed for the /usr-move feature
https://fedoraproject.org/wiki/Features/UsrMove
This package requires now 'filesystem' >= 3, which is only installable
on a system which has /bin, /sbin, /lib, /lib64 as symlinks to /usr and
not regular directories. The 'filesystem' package acts as a guard, to
prevent *this* package to be installed on old unconverted systems.
New installations will have the 'filesystem' >=3 layout right away, old
installations need to be converted with anaconda or dracut first; only
after that, the 'filesystem' package, and also *this* package can be
installed.
Packages *should* not install files in /bin, /sbin, /lib, /lib64, but
only in the corresponding directories in /usr. Packages *must* not
install conflicting files with the same names in the corresponding
directories in / and /usr. Especially compatibilty symlinks must not be
installed.
Feel free to modify any of the changes to the spec file, but keep the
above in mind.
Note that the upstream package has been renamed from util-linux-ng
back to util-linux. The util-linux-ng is obsolete now.
Signed-off-by: Karel Zak <kzak@redhat.com>
- fix#220873 - starting RPC idmapd: Error: RPC MTAB does not exist. (added
rpc_pipefs to util-linux-2.13-umount-sysfs.patch)
- fix#227903 - mount -f does not work with NFS-mounted
- fix#218915 - fdisk -b 4K
- upgrade to -pre7 release
- fix building problem with raw0 patch
- fix#217186 - /bin/sh: @MKINSTALLDIRS@: No such file or directory (port
po/Makefile.in.in from gettext-0.16)
- sync with FC6 and RHEL5:
- fix#216489 - SCHED_BATCH option missing in chrt
- fix#216712 - issues with raw device support ("raw0" is wrong device
name)
- fix#216760 - mount with context or fscontext option fails (temporarily
disabled the support for additional contexts -- not supported by kernel
yet)
- fix#211827 - Can't mount with additional contexts
- fix#213127 - mount --make-unbindable does not work
- fix#211749 - add -r option to losetup to create a read-only loop
- Resolves: rhbz#218915 rhbz#217186 rhbz#216489 rhbz#216712 rhbz#216760
rhbz#211827 rhbz#213127 rhbz#211749
cryptoloop)
- fix#210338 - spurious error from '/bin/login -h $PHONENUMBER' (bug in
IPv6 patch)
- fix#208634 - mkswap "works" without warning on a mounted device