- 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
rpc-ing the remote rpc.mountd (iff -o tcp is not specified). This
drastically increases the total number of tcp mounts that can happen at
once (ala autofs).
- fix#168436 - login will attempt to run if it has no read/write access to
its terminal
- fix#168434 - login's timeout can fail - needs to call
siginterrupt(SIGALRM,1)
- fix#165253 – losetup missing option -a [new feature]
- update PAM files (replace pam_stack with new "include" PAM directive)
- remove kbdrate from src.rpm
- update to 2.13pre4
- fix#155293 - man 5 nfs should include vers as a mount option
- fix#76467 - At boot time, fsck chokes on LVs listed by label in fstab
- new Source URL
- added note about ATAPI IDE floppy to fdformat.8
- fix#145355 - Man pages for fstab and fstab-sync in conflict
Tue Aug 31 2004 Elliot Lee <sopwith@redhat.com> 2.12a-6
- Fix#16415, #70616 with rdevman.patch
- Fix#102566 with loginman.patch
- Fix#104321 with rescuept.patch (just use plain lseek - we're in
_FILE_OFFSET_BITS=64 land now)
- Fix#130016 - remove raw.
- Re-add agetty (replacing it with mgetty is too much pain, and mgetty is
much larger)
Thu Aug 26 2004 Steve Dickson <SteveD@RedHat.com>
- Made the NFS security checks more explicit to avoid confusion (an
upstream fix)
- Also removed a compilation warning
Wed Aug 11 2004 Alasdair Kergon <agk@redhat.com>
- Remove unused mount libdevmapper inclusion.
Wed Aug 11 2004 Alasdair Kergon <agk@redhat.com>
- Add device-mapper mount-by-label support
- Fix segfault in mount-by-label when a device without a label is present.
Wed Aug 11 2004 Steve Dickson <SteveD@RedHat.com>
- Updated nfs man page to show that intr are on by default for nfs4
Thu Aug 05 2004 Jindrich Novy <jnovy@redhat.com>
- modified warning causing heart attack for >16 partitions, #107824
Fri Jul 09 2004 Elliot Lee <sopwith@redhat.com> 2.12a-3
- Fix#126623, #126572
- Patch cleanup
- Remove agetty (use mgetty, agetty is broken)
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Thu Jun 03 2004 Elliot Lee <sopwith@redhat.com> 2.12a-1
- Update to 2.12a
- Fix#122448
Thu May 13 2004 Dan Walsh <dwalsh@RedHat.com> 2.12-19
- Change pam_selinux to run last
Sat Mar 20 2004 <SteveD@RedHat.com>
- Updated the nfs-mount.patch to correctly handle the mounthost option and
to ignore servers that do not set auth flavors
Tue Mar 16 2004 Dan Walsh <dwalsh@RedHat.com> 2.12-13
- Fix selinux ordering or pam for login
Tue Mar 16 2004 <SteveD@RedHat.com>
- Make RPC error messages displayed with -v argument
- Added two checks to the nfs4 path what will print warnings when
rpc.idmapd and rpc.gssd are not running
- Ping NFS v4 servers before diving into kernel
- Make v4 mount interruptible which also make the intr option on by default
Sat Mar 13 2004 <SteveD@RedHat.com>
- Reworked how the rpc.idmapd and rpc.gssd checks were done due to review
comments from upstream.
- Added rpc_strerror() so the '-v' flag will show RPC errors.
Sat Mar 13 2004 <SteveD@RedHat.com>
- Added two checks to the nfs4 path what will print warnings when
rpc.idmapd and rpc.gssd are not running.
Thu Mar 11 2004 <SteveD@RedHat.com>
- Reworked and updated the nfsv4 patches.
Wed Mar 10 2004 Dan Walsh <dwalsh@RedHat.com>
- Bump version
Wed Mar 10 2004 Steve Dickson <SteveD@RedHat.com>
- Tried to make nfs error message a bit more meaninful
- Cleaned up some warnings
Sun Mar 07 2004 Steve Dickson <SteveD@RedHat.com>
- Added pesudo flavors for nfsv4 mounts.
- Added BuildRequires: libselinux-devel and Requires: libselinux when
WITH_SELINUX is set.
Fri Feb 27 2004 Dan Walsh <dwalsh@redhat.com> 2.12-5
- check for 2.6.3 kernel in mount options
Mon Feb 23 2004 Elliot Lee <sopwith@redhat.com> 2.12-4
- Remove /bin/kill for #116100
Fri Feb 20 2004 Dan Walsh <dwalsh@redhat.com> 2.12-3
- rebuilt
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Thu Feb 12 2004 Elliot Lee <sopwith@redhat.com> 2.12-1
- Final 2.12 has been out for ages - might as well use it.
Wed Jan 28 2004 Steve Dickson <SteveD@RedHat.com> 2.12pre-4
- Added mount patches that have NFS version 4 support
Mon Jan 26 2004 Elliot Lee <sopwith@redhat.com> 2.12pre-3
- Provides: mount losetup
Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 2.12pre-2
- Add multiple to /etc/pam.d/login for SELinux
Thu Jan 15 2004 Elliot Lee <sopwith@redhat.com> 2.12pre-1
- 2.12pre-1
- Merge mount/losetup packages into the main package (#112324)
- Lose separate
Mon Nov 03 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-35.sel
- remove selinux code from login and use pam_selinux
Thu Oct 30 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-34.sel
- turn on selinux
Fri Oct 24 2003 Elliot Lee <sopwith@redhat.com> 2.11y-34
- Add BuildRequires: texinfo (from a bug# I don't remember)
- Fix#90588 with mountman patch142.
Mon Oct 06 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-33
- turn off selinux
Thu Sep 25 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-32.sel
- turn on selinux
- remove context selection
Fri Sep 19 2003 Elliot Lee <sopwith@redhat.com> 2.11y-31
- Add patch140 (alldevs) to fix#101772. Printing the total size of all
devices was deemed a lower priority than having all devices (e.g.
/dev/ida/c0d9) displayed.
Fri Sep 12 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-31
- turn off selinux
Fri Sep 12 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-30.sel
- turn on selinux
Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Wed Feb 19 2003 Elliot Lee <sopwith@redhat.com> 2.11y-8
- ipcs-84243.patch to fix#84243
Thu Feb 13 2003 Yukihiro Nakai <ynakai@redhat.com> 2.11y-7
- Update moremisc patch to fix swprintf()'s minimum field (bug #83361).
Mon Feb 03 2003 Elliot Lee <sopwith@redhat.com> 2.11y-6
- Fix mcookie segfault on many 64-bit architectures (bug #83345).
Mon Feb 03 2003 Tim Waugh <twaugh@redhat.com> 2.11y-5
- Fix underlined multibyte characters (bug #83376).
Sun Feb 02 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- rebuild to have again a s390 rpm
- disable some more apps for mainframe
Wed Jan 29 2003 Elliot Lee <sopwith@redhat.com> 2.11y-4
- util-linux-2.11y-umask-82552.patch
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Mon Jan 13 2003 Elliot Lee <sopwith@redhat.com> 2.11y-2
- Fix#81069, #75421
Mon Jan 13 2003 Elliot Lee <sopwith@redhat.com> 2.11y-1
- Update to 2.11y
- Fix#80953
- Update patch0, patch107, patch117, patch120 for 2.11y
- Remove patch60, patch61, patch207, patch211, patch212, patch119, patch121
- Remove patch122, patch200
Wed Oct 30 2002 Elliot Lee <sopwith@redhat.com> 2.11w-2
- Remove some crack/unnecessary patches while submitting stuff upstream.
- Build with -D_FILE_OFFSET_BITS=64
Tue Oct 29 2002 Elliot Lee <sopwith@redhat.com> 2.11w-1
- Update to 2.11w, resolve patch conflicts
Tue Oct 08 2002 Phil Knirsch <pknirsch@redhat.com> 2.11r-10hammer.3
- Extended util-linux-2.11b-s390x patch to work again.
Thu Oct 03 2002 Elliot Lee <sopwith@redhat.com> 2.11r-10hammer.2
- Add patch122 for hwclock on x86_64
Thu Sep 12 2002 Than Ngo <than@redhat.com> 2.11r-10hammer.1
- Fixed pam config files
Wed Sep 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.11r-10hammer
- Port to hammer