673c78
### Header
673c78
Summary: A collection of basic system utilities
673c78
Name: util-linux
673c78
Version: 2.37.4
5237db
Release: 9.2%{?dist}
673c78
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
673c78
URL: http://en.wikipedia.org/wiki/Util-linux
673c78
673c78
### Macros
673c78
%define upstream_version %{version}
673c78
%define upstream_major %(eval echo %{version} | %{__sed} -e 's/\([[:digit:]]*\)\.\([[:digit:]]*\)\.[[:digit:]]*$/\1.\2/')
673c78
673c78
%define compldir %{_datadir}/bash-completion/completions/
673c78
673c78
%define pypkg python3
673c78
%define pyver 3
673c78
673c78
### Dependencies
673c78
BuildRequires: make
673c78
BuildRequires: audit-libs-devel >= 1.0.6
673c78
BuildRequires: gettext-devel
673c78
BuildRequires: libselinux-devel
673c78
BuildRequires: ncurses-devel
673c78
BuildRequires: readline-devel
673c78
BuildRequires: pam-devel
673c78
BuildRequires: zlib-devel
673c78
BuildRequires: popt-devel
673c78
BuildRequires: libutempter-devel
673c78
Buildrequires: systemd-devel
673c78
BuildRequires: systemd
673c78
Buildrequires: libuser-devel
673c78
BuildRequires: libcap-ng-devel
673c78
BuildRequires: %{pypkg}-devel
673c78
BuildRequires: gcc
673c78
BuildRequires: git
673c78
BuildRequires: rubygem-asciidoctor
673c78
%ifarch ppc64le
673c78
BuildRequires: librtas-devel
673c78
%endif
673c78
673c78
# enable if make changes to build-system
673c78
#BuildRequires: autoconf
673c78
#BuildRequires: automake
673c78
#BuildRequires: libtool
673c78
#BuildRequires: bison
673c78
673c78
### Sources
673c78
Source0: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v%{upstream_major}/util-linux-%{upstream_version}.tar.xz
673c78
Source1: util-linux-login.pamd
673c78
Source2: util-linux-remote.pamd
673c78
Source3: util-linux-chsh-chfn.pamd
673c78
Source4: uuidd-tmpfiles.conf
673c78
Source5: adjtime
673c78
Source12: util-linux-su.pamd
673c78
Source13: util-linux-su-l.pamd
673c78
Source14: util-linux-runuser.pamd
673c78
Source15: util-linux-runuser-l.pamd
673c78
673c78
### Obsoletes & Conflicts & Provides
673c78
Conflicts: initscripts < 9.79-4
673c78
Conflicts: bash-completion < 1:2.1-1
673c78
# su(1) and runuser(1) merged into util-linux v2.22
673c78
Conflicts: coreutils < 8.20
673c78
# eject has been merged into util-linux v2.22
673c78
Obsoletes: eject <= 2.1.5
673c78
Provides: eject = 2.1.6
673c78
# rfkill has been merged into util-linux v2.31
673c78
Obsoletes: rfkill <= 0.5
673c78
Provides: rfkill = 0.5
673c78
# sulogin, utmpdump merged into util-linux v2.22;
673c78
# last, lastb merged into util-linux v2.24
673c78
Conflicts: sysvinit-tools < 2.88-14
cc5e9d
# old versions of e2fsprogs contain fsck, uuidgen
cc5e9d
Conflicts: e2fsprogs < 1.41.8-5
673c78
# rename from util-linux-ng back to util-linux
673c78
Obsoletes: util-linux-ng < 2.19
673c78
Provides: util-linux-ng = %{version}-%{release}
673c78
Conflicts: filesystem < 3
cc5e9d
Provides: /bin/dmesg
cc5e9d
Provides: /bin/kill
cc5e9d
Provides: /bin/more
cc5e9d
Provides: /bin/mount
cc5e9d
Provides: /bin/umount
cc5e9d
Provides: /sbin/blkid
cc5e9d
Provides: /sbin/blockdev
673c78
Provides: /sbin/findfs
cc5e9d
Provides: /sbin/fsck
cc5e9d
Provides: /sbin/nologin
673c78
673c78
Requires(post): coreutils
673c78
Requires: pam >= 1.1.3-7, /etc/pam.d/system-auth
673c78
Requires: audit-libs >= 1.0.6
673c78
Requires: libuuid = %{version}-%{release}
673c78
Requires: libblkid = %{version}-%{release}
673c78
Requires: libmount = %{version}-%{release}
673c78
Requires: libsmartcols = %{version}-%{release}
673c78
Requires: libfdisk = %{version}-%{release}
673c78
673c78
673c78
### RHEL-9.0.0
673c78
#
673c78
# 151635 - makeing /var/log/lastlog
673c78
Patch0: 0000-login-create-var-log-lastlog.patch
673c78
# Add `/run/motd.d` to the hardcoded MOTD_FILE
673c78
# https://github.com/coreos/console-login-helper-messages/issues/60
673c78
Patch1: 0001-login-default-motd-file.patch
673c78
# Integrate upstream tests
673c78
Patch2: 0002-tests-make-.-run.sh-more-robust.patch
673c78
Patch3: 0003-tests-make-mount-fstab-all-more-robust.patch
673c78
Patch4: 0004-tests-make-eject-umount-tests-more-robust.patch
673c78
# 2037212 - Complete Linux-PAM compliance for forked child in su and login
673c78
Patch5: 0005-Complete-Linux-PAM-compliance-for-forked-child-in-su.patch
673c78
# 2040366 - uuidd can't access lock/status file
673c78
Patch6: 0006-uuidd-fix-open-lock-state-issue.patch
673c78
# 2021462 - partitons detection broken on systems not including the parent name in partition name
673c78
Patch7: 0007-sysfs-fallback-for-partitions-not-including-parent-n.patch
673c78
# 2033622 - logger from util-linux incorrectly handles long messages
673c78
Patch8: 0008-logger-fix-size-use-for-stdin.patch
673c78
# 2057046 - wdctl not picking up reboot reason flag
673c78
Patch9: 0009-wdctl-Workaround-reported-boot-status-bits-not-being.patch
673c78
673c78
### RHEL-9.1.0
673c78
#
673c78
# 2094216 - lslogins reports incorrect "Password is locked" status
673c78
Patch10: 0010-lslogins-remove-unexpected-debug-message.patch
673c78
Patch11: 0011-lslogins-improve-prefixes-interpretation.patch
673c78
Patch12: 0012-lslogins-fix-free-invalid-pointer.patch
673c78
Patch13: 0013-login-utils-logindefs-fix-compiler-warning-Werror-fo.patch
673c78
# 2092943 - uuidd time based UUIDs are without MAC address
673c78
Patch14: 0014-uuidd-allow-AF_INET-in-systemd-service.patch
673c78
Patch15: 0015-uuidd-remove-also-PrivateNetwork-yes-from-systemd-se.patch
cc5e9d
# 2078787 - Activity "lsirq -s column" produces wrong result i.e. not sorting properly.
673c78
Patch16: 0016-lsirq-improve-sort-IRQ.patch
673c78
Patch17: 0017-irqtop-fix-compiler-warning-Werror-format-truncation.patch
673c78
# 2076829 - dmesg new option "--since" is not working if timestamp format is not provided
673c78
Patch18: 0018-dmesg-fix-since-and-until.patch
673c78
# 2074486 - Command (wipefs -a) to erase all available signatures against read only rom return 0 with dmesg error
673c78
Patch19: 0019-libblkid-check-fsync-return-code.patch
673c78
# 2064810 - RFE: complete libblkid FSSIZE implementation
673c78
Patch20: 0020-libblkid-add-interface-for-FSSIZE-field.patch
673c78
Patch21: 0021-libblkid-implement-FSSIZE-calculation-for-XFS.patch
673c78
Patch22: 0022-blkid-add-FSSIZE-tag-with-tests-for-XFS.patch
673c78
Patch23: 0023-libblkid-fix-FSSIZE-docs.patch
673c78
Patch24: 0024-libblkid-add-FSLASTBLOCK-field-interface-showing-are.patch
673c78
Patch25: 0025-libblkid-add-FSLASTBLOCK-implementation-for-xfs-ext-.patch
673c78
Patch26: 0026-blkid-add-image-for-btrfs-testing.patch
673c78
Patch27: 0027-blkid-add-tests-for-FSLASTBLOCK-tag.patch
673c78
Patch28: 0028-libblkid-merge-FS-flags-into-one-FSINFO.patch
673c78
Patch29: 0029-libblkid-add-FSBLOCKSIZE-tag.patch
673c78
Patch30: 0030-libblkid-update-documentation-of-BLOCK_SIZE-tag.patch
673c78
# 2109459 - fix compiler warnings/errors
673c78
Patch31: 0031-cfdisk-don-t-use-NULL-in-printf-coverity-scan.patch
673c78
Patch32: 0032-zramctl-fix-compiler-warning-Werror-maybe-uninitiali.patch
673c78
Patch33: 0033-lib-path-make-ul_path_read_buffer-more-robust-coveri.patch
673c78
# 2094216 - lslogins reports incorrect "Password is locked" status
673c78
Patch34: 0034-lslogins-improve-for-static-analyzer.patch
673c78
# 2117203 - RHEL-9.1: loop-overlay test failed
673c78
Patch35: 0035-tests-add-udevadm-settle-to-loop-overlap-test.patch
673c78
# 2094216 - lslogins reports incorrect "Password is locked" status
673c78
Patch36: 0036-lslogins-support-more-password-methods.patch
673c78
673c78
673c78
%description
673c78
The util-linux package contains a large variety of low-level system
673c78
utilities that are necessary for a Linux system to function. Among
673c78
others, Util-linux contains the fdisk configuration tool and the login
673c78
program.
673c78
673c78
673c78
%package -n libfdisk
673c78
Summary: Partitioning library for fdisk-like programs.
673c78
License: LGPLv2+
673c78
Requires: libblkid = %{version}-%{release}
673c78
Requires: libuuid = %{version}-%{release}
673c78
673c78
%description -n libfdisk
673c78
This is library for fdisk-like programs, part of util-linux.
673c78
673c78
673c78
%package -n libfdisk-devel
673c78
Summary:  Partitioning library for fdisk-like programs.
673c78
License: LGPLv2+
673c78
Requires: libfdisk = %{version}-%{release}
673c78
Requires: pkgconfig
673c78
673c78
%description -n libfdisk-devel
673c78
This is development library and headers for fdisk-like programs,
673c78
part of util-linux.
673c78
673c78
673c78
%package -n libsmartcols
673c78
Summary: Formatting library for ls-like programs.
673c78
License: LGPLv2+
673c78
673c78
%description -n libsmartcols
673c78
This is library for ls-like terminal programs, part of util-linux.
673c78
673c78
673c78
%package -n libsmartcols-devel
673c78
Summary: Formatting library for ls-like programs.
673c78
License: LGPLv2+
673c78
Requires: libsmartcols = %{version}-%{release}
673c78
Requires: pkgconfig
673c78
673c78
%description -n libsmartcols-devel
673c78
This is development library and headers for ls-like terminal programs,
673c78
part of util-linux.
673c78
673c78
673c78
%package -n libmount
673c78
Summary: Device mounting library
673c78
License: LGPLv2+
673c78
Requires: libblkid = %{version}-%{release}
673c78
Requires: libuuid = %{version}-%{release}
673c78
Conflicts: filesystem < 3
673c78
673c78
%description -n libmount
673c78
This is the device mounting library, part of util-linux.
673c78
673c78
673c78
%package -n libmount-devel
673c78
Summary: Device mounting library
673c78
License: LGPLv2+
673c78
Requires: libmount = %{version}-%{release}
673c78
Requires: pkgconfig
673c78
673c78
%description -n libmount-devel
673c78
This is the device mounting development library and headers,
673c78
part of util-linux.
673c78
673c78
673c78
%package -n libblkid
673c78
Summary: Block device ID library
673c78
License: LGPLv2+
673c78
Requires: libuuid = %{version}-%{release}
673c78
Conflicts: filesystem < 3
673c78
Requires(post): coreutils
673c78
673c78
%description -n libblkid
673c78
This is block device identification library, part of util-linux.
673c78
673c78
673c78
%package -n libblkid-devel
673c78
Summary: Block device ID library
673c78
License: LGPLv2+
673c78
Requires: libblkid = %{version}-%{release}
673c78
Requires: pkgconfig
673c78
673c78
%description -n libblkid-devel
673c78
This is the block device identification development library and headers,
673c78
part of util-linux.
673c78
673c78
673c78
%package -n libuuid
673c78
Summary: Universally unique ID library
673c78
License: BSD
673c78
Conflicts: filesystem < 3
673c78
673c78
%description -n libuuid
673c78
This is the universally unique ID library, part of util-linux.
673c78
673c78
The libuuid library generates and parses 128-bit universally unique
673c78
id's (UUID's).  A UUID is an identifier that is unique across both
673c78
space and time, with respect to the space of all UUIDs.  A UUID can
673c78
be used for multiple purposes, from tagging objects with an extremely
673c78
short lifetime, to reliably identifying very persistent objects
673c78
across a network.
673c78
673c78
See also the "uuid" package, which is a separate implementation.
673c78
673c78
%package -n libuuid-devel
673c78
Summary: Universally unique ID library
673c78
License: BSD
673c78
Requires: libuuid = %{version}-%{release}
673c78
Requires: pkgconfig
673c78
673c78
%description -n libuuid-devel
673c78
This is the universally unique ID development library and headers,
673c78
part of util-linux.
673c78
673c78
The libuuid library generates and parses 128-bit universally unique
673c78
id's (UUID's).  A UUID is an identifier that is unique across both
673c78
space and time, with respect to the space of all UUIDs.  A UUID can
673c78
be used for multiple purposes, from tagging objects with an extremely
673c78
short lifetime, to reliably identifying very persistent objects
673c78
across a network.
673c78
673c78
See also the "uuid-devel" package, which is a separate implementation.
673c78
673c78
673c78
%package -n uuidd
673c78
Summary: Helper daemon to guarantee uniqueness of time-based UUIDs
673c78
Requires: libuuid = %{version}-%{release}
673c78
License: GPLv2
673c78
Requires: systemd
673c78
Requires(pre): shadow-utils
673c78
Requires(post): systemd-units
673c78
Requires(preun): systemd-units
673c78
673c78
%description -n uuidd
673c78
The uuidd package contains a userspace daemon (uuidd) which guarantees
673c78
uniqueness of time-based UUID generation even at very high rates on
673c78
SMP systems.
673c78
673c78
673c78
%package -n %{pypkg}-libmount
673c78
Summary: Python bindings for the libmount library
673c78
Requires: libmount = %{version}-%{release}
673c78
Requires: libblkid = %{version}-%{release}
673c78
License: LGPLv2+
673c78
673c78
%description -n %{pypkg}-libmount
673c78
The libmount-python package contains a module that permits applications
673c78
written in the Python programming language to use the interface
673c78
supplied by the libmount library to work with mount tables (fstab,
673c78
mountinfo, etc) and mount filesystems.
673c78
673c78
673c78
%package -n util-linux-user
673c78
Summary: libuser based util-linux utilities
673c78
Requires: util-linux = %{version}-%{release}
673c78
License: GPLv2
673c78
673c78
%description -n util-linux-user
673c78
chfn and chsh utilities with dependence on libuser
673c78
673c78
673c78
%prep
673c78
%autosetup -p1 -Sgit -n %{name}-%{upstream_version}
673c78
673c78
%build
673c78
unset LINGUAS || :
673c78
673c78
export CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 $RPM_OPT_FLAGS"
673c78
export SUID_CFLAGS="-fpie"
673c78
export SUID_LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
673c78
export DAEMON_CFLAGS="$SUID_CFLAGS"
673c78
export DAEMON_LDFLAGS="$SUID_LDFLAGS"
673c78
%configure \
673c78
	--with-systemdsystemunitdir=%{_unitdir} \
673c78
	--disable-silent-rules \
673c78
	--disable-bfs \
673c78
	--disable-pg \
673c78
	--enable-chfn-chsh \
673c78
	--enable-usrdir-path \
673c78
	--enable-write \
673c78
	--disable-raw \
5237db
	--disable-hardlink \
673c78
	--enable-fdformat \
673c78
	--enable-asciidoc \
673c78
	--with-python=%{pyver} \
673c78
	--with-systemd \
673c78
	--with-udev \
673c78
	--with-selinux \
673c78
	--with-audit \
673c78
	--with-utempter \
673c78
	--disable-makeinstall-chown \
673c78
%ifarch s390 s390x
673c78
	--disable-hwclock \
673c78
	--disable-fdformat
673c78
%endif
673c78
673c78
# build util-linux
673c78
%make_build
673c78
673c78
%check
673c78
#to run tests use "--with check"
673c78
%if %{?_with_check:1}%{!?_with_check:0}
673c78
make check
673c78
%endif
673c78
673c78
673c78
%install
673c78
rm -rf ${RPM_BUILD_ROOT}
673c78
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
673c78
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man{1,6,8,5}
673c78
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
673c78
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/{pam.d,security/console.apps}
673c78
mkdir -p ${RPM_BUILD_ROOT}/usr/lib/tmpfiles.d
673c78
673c78
# install util-linux
673c78
%make_install
673c78
673c78
# And a dirs uuidd needs that the makefiles don't create
673c78
install -m 644 %{SOURCE4} ${RPM_BUILD_ROOT}/usr/lib/tmpfiles.d/uuidd.conf
673c78
install -d ${RPM_BUILD_ROOT}/run/uuidd
673c78
install -d ${RPM_BUILD_ROOT}/var/lib/libuuid
673c78
673c78
# /etc/adjtime
673c78
install -m 644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/adjtime
673c78
673c78
# libtool junk
673c78
rm -rf ${RPM_BUILD_ROOT}%{_libdir}/*.la
673c78
rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.la
673c78
rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.a
673c78
673c78
%ifarch %{sparc}
673c78
rm -rf ${RPM_BUILD_ROOT}%{_bindir}/sunhostid
673c78
cat << E-O-F > ${RPM_BUILD_ROOT}%{_bindir}/sunhostid
673c78
#!/bin/sh
673c78
# this should be _bindir/sunhostid or somesuch.
673c78
# Copyright 1999 Peter Jones, <pjones@redhat.com> .
673c78
# GPL and all that good stuff apply.
673c78
(
673c78
idprom=\`cat /proc/openprom/idprom\`
673c78
echo \$idprom|dd bs=1 skip=2 count=2
673c78
echo \$idprom|dd bs=1 skip=27 count=6
673c78
echo
673c78
) 2>/dev/null
673c78
E-O-F
673c78
chmod 755 ${RPM_BUILD_ROOT}%{_bindir}/sunhostid
673c78
%endif
673c78
673c78
# PAM settings
673c78
{
673c78
	pushd ${RPM_BUILD_ROOT}%{_sysconfdir}/pam.d
673c78
	install -m 644 %{SOURCE1} ./login
673c78
	install -m 644 %{SOURCE2} ./remote
673c78
	install -m 644 %{SOURCE3} ./chsh
673c78
	install -m 644 %{SOURCE3} ./chfn
673c78
	install -m 644 %{SOURCE12} ./su
673c78
	install -m 644 %{SOURCE13} ./su-l
673c78
	install -m 644 %{SOURCE14} ./runuser
673c78
	install -m 644 %{SOURCE15} ./runuser-l
673c78
	popd
673c78
}
673c78
673c78
%ifnarch s390 s390x
673c78
ln -sf hwclock ${RPM_BUILD_ROOT}%{_sbindir}/clock
673c78
echo ".so man8/hwclock.8" > ${RPM_BUILD_ROOT}%{_mandir}/man8/clock.8
673c78
%endif
673c78
673c78
# unsupported on SPARCs
673c78
%ifarch %{sparc}
673c78
for I in /sbin/sfdisk \
673c78
	%{_mandir}/man8/sfdisk.8* \
673c78
	/sbin/cfdisk \
673c78
	%{_mandir}/man8/cfdisk.8*; do
cc5e9d
673c78
	rm -f $RPM_BUILD_ROOT$I
673c78
done
673c78
%endif
673c78
673c78
ln -sf ../proc/self/mounts %{buildroot}/etc/mtab
673c78
673c78
# remove static libs
673c78
rm -f $RPM_BUILD_ROOT%{_libdir}/lib{uuid,blkid,mount,smartcols,fdisk}.a
673c78
673c78
# remove unsupported tools (--disable-* not avalable by ./configure)
673c78
rm -f ${RPM_BUILD_ROOT}%{_bindir}/uclampset
673c78
rm -f ${RPM_BUILD_ROOT}%{compldir}/uclampset
673c78
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/uclampset*
673c78
673c78
# temporary remove to avoid conflicts with bash-completion pkg
673c78
rm -f $RPM_BUILD_ROOT%{compldir}/{mount,umount}
673c78
673c78
# find MO files
673c78
%find_lang %name
673c78
673c78
# the files section supports only one -f option...
673c78
mv %{name}.lang %{name}.files
673c78
673c78
# create list of setarch(8) symlinks
673c78
find  $RPM_BUILD_ROOT%{_bindir}/ -regextype posix-egrep -type l \
673c78
	-regex ".*(linux32|linux64|s390|s390x|i386|ppc|ppc64|ppc32|sparc|sparc64|sparc32|sparc32bash|mips|mips64|mips32|ia64|x86_64|uname26)$" \
673c78
	-printf "%{_bindir}/%f\n" >> %{name}.files
673c78
673c78
find  $RPM_BUILD_ROOT%{_mandir}/man8 -regextype posix-egrep  \
673c78
	-regex ".*(linux32|linux64|s390|s390x|i386|ppc|ppc64|ppc32|sparc|sparc64|sparc32|sparc32bash|mips|mips64|mips32|ia64|x86_64|uname26)\.8.*" \
673c78
	-printf "%{_mandir}/man8/%f*\n" >> %{name}.files
673c78
673c78
cc5e9d
%post
673c78
if [ ! -L /etc/mtab ]; then
673c78
	ln -sf ../proc/self/mounts /etc/mtab || :
673c78
fi
673c78
673c78
%post -n libblkid
673c78
### Move blkid cache to /run
673c78
[ -d /run/blkid ] || mkdir -p /run/blkid
673c78
for I in /etc/blkid.tab /etc/blkid.tab.old \
673c78
         /etc/blkid/blkid.tab /etc/blkid/blkid.tab.old; do
673c78
673c78
	if [ -f "$I" ]; then
673c78
		mv "$I" /run/blkid/ || :
673c78
	fi
673c78
done
673c78
673c78
%pre -n uuidd
673c78
getent group uuidd >/dev/null || groupadd -r uuidd
673c78
getent passwd uuidd >/dev/null || \
673c78
useradd -r -g uuidd -d /var/lib/libuuid -s /sbin/nologin \
673c78
    -c "UUID generator helper daemon" uuidd
673c78
exit 0
673c78
673c78
# Please, keep uuidd running after installation! Note that systemd_post is
673c78
# "systemctl preset" and it enable/disable service only.
673c78
%post -n uuidd
673c78
%systemd_post uuidd.service
673c78
if [ $1 -eq 1 ] && [ -x /usr/bin/systemctl ]; then
673c78
	# install
673c78
	/bin/systemctl start uuidd.service > /dev/null 2>&1 || :
673c78
fi
673c78
673c78
%preun -n uuidd
673c78
%systemd_preun uuidd.socket
673c78
%systemd_preun uuidd.service
673c78
673c78
%postun -n uuidd
673c78
%systemd_postun_with_restart uuidd.socket
673c78
%systemd_postun_with_restart uuidd.service
673c78
673c78
%triggerpostun -- util-linux < 2.35.1-7
673c78
if [ $1 -gt 1 ] && [ -x /usr/bin/systemctl ] ; then
673c78
        # Enable fstrim.timer for upgrades to F32
673c78
        /usr/bin/systemctl --no-reload preset fstrim.timer || :
673c78
fi
673c78
673c78
%files -f %{name}.files
673c78
%doc README NEWS AUTHORS
cc5e9d
%doc Documentation/deprecated.txt
673c78
%{!?_licensedir:%global license %%doc}
673c78
%license Documentation/licenses/*
673c78
%doc misc-utils/getopt-*.{bash,tcsh}
673c78
673c78
%config(noreplace)	%{_sysconfdir}/pam.d/login
673c78
%config(noreplace)	%{_sysconfdir}/pam.d/remote
673c78
%config(noreplace)	%{_sysconfdir}/pam.d/su
673c78
%config(noreplace)	%{_sysconfdir}/pam.d/su-l
673c78
%config(noreplace)	%{_sysconfdir}/pam.d/runuser
673c78
%config(noreplace)	%{_sysconfdir}/pam.d/runuser-l
673c78
673c78
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/adjtime
673c78
cc5e9d
%attr(4755,root,root)	%{_bindir}/mount
cc5e9d
%attr(4755,root,root)	%{_bindir}/umount
673c78
%attr(4755,root,root)	%{_bindir}/su
673c78
%attr(755,root,root)	%{_bindir}/login
673c78
%attr(2755,root,tty)	%{_bindir}/write
673c78
cc5e9d
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/mtab
cc5e9d
673c78
%{_unitdir}/fstrim.*
673c78
673c78
%{_bindir}/cal
cc5e9d
%{_bindir}/chrt
673c78
%{_bindir}/choom
673c78
%{_bindir}/col
673c78
%{_bindir}/colcrt
673c78
%{_bindir}/colrm
673c78
%{_bindir}/column
cc5e9d
%{_bindir}/chmem
cc5e9d
%{_bindir}/dmesg
673c78
%{_bindir}/eject
673c78
%{_bindir}/fallocate
673c78
%{_bindir}/fincore
cc5e9d
%{_bindir}/findmnt
cc5e9d
%{_bindir}/flock
673c78
%{_bindir}/getopt
673c78
%{_bindir}/hexdump
cc5e9d
%{_bindir}/ionice
cc5e9d
%{_bindir}/ipcmk
cc5e9d
%{_bindir}/ipcrm
cc5e9d
%{_bindir}/ipcs
673c78
%{_bindir}/irqtop
673c78
%{_bindir}/isosize
cc5e9d
%{_bindir}/kill
673c78
%{_bindir}/last
673c78
%{_bindir}/lastb
cc5e9d
%{_bindir}/logger
673c78
%{_bindir}/look
673c78
%{_bindir}/lsblk
673c78
%{_bindir}/lscpu
673c78
%{_bindir}/lsipc
673c78
%{_bindir}/lsirq
673c78
%{_bindir}/lslocks
673c78
%{_bindir}/lslogins
673c78
%{_bindir}/lsmem
673c78
%{_bindir}/lsns
673c78
%{_bindir}/mcookie
673c78
%{_bindir}/mesg
cc5e9d
%{_bindir}/more
cc5e9d
%{_bindir}/mountpoint
673c78
%{_bindir}/namei
cc5e9d
%{_bindir}/nsenter
673c78
%{_bindir}/prlimit
673c78
%{_bindir}/rename
cc5e9d
%{_bindir}/renice
673c78
%{_bindir}/rev
673c78
%{_bindir}/script
673c78
%{_bindir}/scriptlive
673c78
%{_bindir}/scriptreplay
673c78
%{_bindir}/setarch
673c78
%{_bindir}/setpriv
cc5e9d
%{_bindir}/setsid
673c78
%{_bindir}/setterm
cc5e9d
%{_bindir}/taskset
673c78
%{_bindir}/ul
cc5e9d
%{_bindir}/unshare
673c78
%{_bindir}/utmpdump
673c78
%{_bindir}/uuidgen
673c78
%{_bindir}/uuidparse
673c78
%{_bindir}/wall
673c78
%{_bindir}/wdctl
673c78
%{_bindir}/whereis
673c78
%{_mandir}/man1/cal.1*
673c78
%{_mandir}/man1/choom.1*
cc5e9d
%{_mandir}/man1/chrt.1*
673c78
%{_mandir}/man1/col.1*
673c78
%{_mandir}/man1/colcrt.1*
673c78
%{_mandir}/man1/colrm.1*
673c78
%{_mandir}/man1/column.1*
cc5e9d
%{_mandir}/man1/dmesg.1*
673c78
%{_mandir}/man1/eject.1*
673c78
%{_mandir}/man1/fallocate.1*
673c78
%{_mandir}/man1/fincore.1*
cc5e9d
%{_mandir}/man1/flock.1*
673c78
%{_mandir}/man1/getopt.1*
673c78
%{_mandir}/man1/hexdump.1*
cc5e9d
%{_mandir}/man1/ionice.1*
cc5e9d
%{_mandir}/man1/ipcmk.1*
cc5e9d
%{_mandir}/man1/ipcrm.1*
cc5e9d
%{_mandir}/man1/ipcs.1*
673c78
%{_mandir}/man1/irqtop.1*
cc5e9d
%{_mandir}/man1/kill.1*
673c78
%{_mandir}/man1/last.1*
673c78
%{_mandir}/man1/lastb.1*
cc5e9d
%{_mandir}/man1/logger.1*
673c78
%{_mandir}/man1/login.1*
673c78
%{_mandir}/man1/look.1*
673c78
%{_mandir}/man1/lscpu.1*
673c78
%{_mandir}/man1/lsipc.1*
673c78
%{_mandir}/man1/lsirq.1*
673c78
%{_mandir}/man1/lslogins.1*
673c78
%{_mandir}/man1/lsmem.1*
673c78
%{_mandir}/man1/mcookie.1*
673c78
%{_mandir}/man1/mesg.1*
cc5e9d
%{_mandir}/man1/more.1*
cc5e9d
%{_mandir}/man1/mountpoint.1*
673c78
%{_mandir}/man1/namei.1*
cc5e9d
%{_mandir}/man1/nsenter.1*
673c78
%{_mandir}/man1/prlimit.1*
673c78
%{_mandir}/man1/rename.1*
cc5e9d
%{_mandir}/man1/renice.1*
673c78
%{_mandir}/man1/rev.1*
673c78
%{_mandir}/man1/runuser.1*
673c78
%{_mandir}/man1/script.1*
673c78
%{_mandir}/man1/scriptlive.1*
673c78
%{_mandir}/man1/scriptreplay.1*
673c78
%{_mandir}/man1/setpriv.1*
cc5e9d
%{_mandir}/man1/setsid.1*
673c78
%{_mandir}/man1/setterm.1*
673c78
%{_mandir}/man1/su.1*
cc5e9d
%{_mandir}/man1/taskset.1*
673c78
%{_mandir}/man1/ul.1*
cc5e9d
%{_mandir}/man1/unshare.1*
673c78
%{_mandir}/man1/utmpdump.1.gz
673c78
%{_mandir}/man1/uuidgen.1*
673c78
%{_mandir}/man1/uuidparse.1*
673c78
%{_mandir}/man1/wall.1*
673c78
%{_mandir}/man1/whereis.1*
673c78
%{_mandir}/man1/write.1*
673c78
%{_mandir}/man5/fstab.5*
673c78
%{_mandir}/man5/terminal-colors.d.5*
673c78
%{_mandir}/man8/addpart.8*
cc5e9d
%{_mandir}/man8/agetty.8*
673c78
%{_mandir}/man8/blkdiscard.8*
cc5e9d
%{_mandir}/man8/blkid.8*
673c78
%{_mandir}/man8/blkzone.8*
cc5e9d
%{_mandir}/man8/blockdev.8*
673c78
%{_mandir}/man8/chcpu.8*
673c78
%{_mandir}/man8/chmem.8*
673c78
%{_mandir}/man8/ctrlaltdel.8*
673c78
%{_mandir}/man8/delpart.8*
673c78
%{_mandir}/man8/fdisk.8*
673c78
%{_mandir}/man8/findfs.8*
cc5e9d
%{_mandir}/man8/findmnt.8*
cc5e9d
%{_mandir}/man8/fsck.8*
673c78
%{_mandir}/man8/fsck.cramfs.8*
673c78
%{_mandir}/man8/fsck.minix.8*
673c78
%{_mandir}/man8/fsfreeze.8*
673c78
%{_mandir}/man8/fstrim.8*
673c78
%{_mandir}/man8/isosize.8*
673c78
%{_mandir}/man8/ldattach.8*
cc5e9d
%{_mandir}/man8/losetup.8*
673c78
%{_mandir}/man8/lsblk.8*
673c78
%{_mandir}/man8/lslocks.8*
673c78
%{_mandir}/man8/lsns.8*
673c78
%{_mandir}/man8/mkfs.8*
673c78
%{_mandir}/man8/mkfs.cramfs.8*
673c78
%{_mandir}/man8/mkfs.minix.8*
cc5e9d
%{_mandir}/man8/mkswap.8*
cc5e9d
%{_mandir}/man8/mount.8*
673c78
%{_mandir}/man8/nologin.8*
cc5e9d
%{_mandir}/man8/partx.8*
673c78
%{_mandir}/man8/pivot_root.8*
673c78
%{_mandir}/man8/readprofile.8*
673c78
%{_mandir}/man8/resizepart.8*
673c78
%{_mandir}/man8/rfkill.8*
673c78
%{_mandir}/man8/rtcwake.8*
673c78
%{_mandir}/man8/setarch.8*
673c78
%{_mandir}/man8/sulogin.8.gz
673c78
%{_mandir}/man8/swaplabel.8*
cc5e9d
%{_mandir}/man8/swapoff.8*
cc5e9d
%{_mandir}/man8/swapon.8*
cc5e9d
%{_mandir}/man8/switch_root.8*
cc5e9d
%{_mandir}/man8/umount.8*
673c78
%{_mandir}/man8/wdctl.8.gz
673c78
%{_mandir}/man8/wipefs.8*
673c78
%{_mandir}/man8/zramctl.8*
673c78
%{_sbindir}/addpart
cc5e9d
%{_sbindir}/agetty
673c78
%{_sbindir}/blkdiscard
cc5e9d
%{_sbindir}/blkid
673c78
%{_sbindir}/blkzone
cc5e9d
%{_sbindir}/blockdev
673c78
%{_sbindir}/chcpu
673c78
%{_sbindir}/ctrlaltdel
673c78
%{_sbindir}/delpart
673c78
%{_sbindir}/fdisk
673c78
%{_sbindir}/findfs
cc5e9d
%{_sbindir}/fsck
673c78
%{_sbindir}/fsck.cramfs
673c78
%{_sbindir}/fsck.minix
673c78
%{_sbindir}/fsfreeze
673c78
%{_sbindir}/fstrim
673c78
%{_sbindir}/ldattach
cc5e9d
%{_sbindir}/losetup
673c78
%{_sbindir}/mkfs
673c78
%{_sbindir}/mkfs.cramfs
673c78
%{_sbindir}/mkfs.minix
cc5e9d
%{_sbindir}/mkswap
673c78
%{_sbindir}/nologin
cc5e9d
%{_sbindir}/partx
673c78
%{_sbindir}/pivot_root
673c78
%{_sbindir}/readprofile
673c78
%{_sbindir}/resizepart
673c78
%{_sbindir}/rfkill
673c78
%{_sbindir}/rtcwake
673c78
%{_sbindir}/runuser
673c78
%{_sbindir}/sulogin
673c78
%{_sbindir}/swaplabel
cc5e9d
%{_sbindir}/swapoff
cc5e9d
%{_sbindir}/swapon
cc5e9d
%{_sbindir}/switch_root
673c78
%{_sbindir}/wipefs
673c78
%{_sbindir}/zramctl
673c78
673c78
%{compldir}/addpart
673c78
%{compldir}/blkdiscard
cc5e9d
%{compldir}/blkid
673c78
%{compldir}/blkzone
cc5e9d
%{compldir}/blockdev
673c78
%{compldir}/cal
673c78
%{compldir}/chcpu
673c78
%{compldir}/chmem
cc5e9d
%{compldir}/chrt
673c78
%{compldir}/col
673c78
%{compldir}/colcrt
673c78
%{compldir}/colrm
673c78
%{compldir}/column
673c78
%{compldir}/ctrlaltdel
673c78
%{compldir}/delpart
cc5e9d
%{compldir}/dmesg
673c78
%{compldir}/eject
673c78
%{compldir}/fallocate
673c78
%{compldir}/fdisk
673c78
%{compldir}/fincore
673c78
%{compldir}/findfs
cc5e9d
%{compldir}/findmnt
cc5e9d
%{compldir}/flock
cc5e9d
%{compldir}/fsck
673c78
%{compldir}/fsck.cramfs
673c78
%{compldir}/fsck.minix
673c78
%{compldir}/fsfreeze
673c78
%{compldir}/fstrim
673c78
%{compldir}/getopt
673c78
%{compldir}/hexdump
cc5e9d
%{compldir}/ionice
cc5e9d
%{compldir}/ipcmk
cc5e9d
%{compldir}/ipcrm
cc5e9d
%{compldir}/ipcs
673c78
%{compldir}/irqtop
673c78
%{compldir}/isosize
673c78
%{compldir}/last
673c78
%{compldir}/ldattach
cc5e9d
%{compldir}/logger
673c78
%{compldir}/look
cc5e9d
%{compldir}/losetup
673c78
%{compldir}/lsblk
673c78
%{compldir}/lscpu
673c78
%{compldir}/lsipc
673c78
%{compldir}/lsirq
673c78
%{compldir}/lslocks
673c78
%{compldir}/lslogins
673c78
%{compldir}/lsmem
673c78
%{compldir}/lsns
673c78
%{compldir}/mcookie
673c78
%{compldir}/mesg
673c78
%{compldir}/mkfs
673c78
%{compldir}/mkfs.cramfs
673c78
%{compldir}/mkfs.minix
cc5e9d
%{compldir}/mkswap
cc5e9d
%{compldir}/more
cc5e9d
%{compldir}/mountpoint
673c78
%{compldir}/namei
cc5e9d
%{compldir}/nsenter
cc5e9d
%{compldir}/partx
673c78
%{compldir}/pivot_root
673c78
%{compldir}/prlimit
673c78
%{compldir}/readprofile
673c78
%{compldir}/rename
cc5e9d
%{compldir}/renice
673c78
%{compldir}/resizepart
673c78
%{compldir}/rev
673c78
%{compldir}/rfkill
673c78
%{compldir}/rtcwake
673c78
%{compldir}/runuser
673c78
%{compldir}/script
673c78
%{compldir}/scriptlive
673c78
%{compldir}/scriptreplay
673c78
%{compldir}/setarch
673c78
%{compldir}/setpriv
cc5e9d
%{compldir}/setsid
673c78
%{compldir}/setterm
673c78
%{compldir}/su
673c78
%{compldir}/swaplabel
cc5e9d
%{compldir}/swapoff
cc5e9d
%{compldir}/swapon
cc5e9d
%{compldir}/taskset
673c78
%{compldir}/ul
cc5e9d
%{compldir}/unshare
673c78
%{compldir}/utmpdump
673c78
%{compldir}/uuidgen
673c78
%{compldir}/uuidparse
673c78
%{compldir}/wall
673c78
%{compldir}/wdctl
673c78
%{compldir}/whereis
673c78
%{compldir}/wipefs
673c78
%{compldir}/write
673c78
%{compldir}/zramctl
673c78
673c78
%ifnarch s390 s390x
673c78
%{_sbindir}/clock
673c78
%{_sbindir}/fdformat
673c78
%{_sbindir}/hwclock
673c78
%{_mandir}/man8/fdformat.8*
673c78
%{_mandir}/man8/hwclock.8*
673c78
%{_mandir}/man8/clock.8*
673c78
%{_mandir}/man5/adjtime_config.5*
673c78
%{compldir}/fdformat
673c78
%{compldir}/hwclock
673c78
%endif
673c78
673c78
%ifnarch %{sparc}
673c78
%{_sbindir}/cfdisk
673c78
%{_sbindir}/sfdisk
673c78
%{_mandir}/man8/cfdisk.8*
673c78
%{_mandir}/man8/sfdisk.8*
673c78
%{compldir}/cfdisk
673c78
%{compldir}/sfdisk
673c78
%endif
673c78
673c78
%ifarch %{sparc}
673c78
%{_bindir}/sunhostid
673c78
%endif
673c78
673c78
673c78
%files -n util-linux-user
673c78
%config(noreplace)	%{_sysconfdir}/pam.d/chfn
673c78
%config(noreplace)	%{_sysconfdir}/pam.d/chsh
673c78
%attr(4711,root,root)	%{_bindir}/chfn
673c78
%attr(4711,root,root)	%{_bindir}/chsh
673c78
%{_mandir}/man1/chfn.1*
673c78
%{_mandir}/man1/chsh.1*
673c78
%{compldir}/chfn
673c78
%{compldir}/chsh
673c78
673c78
673c78
%files -n uuidd
673c78
%{!?_licensedir:%global license %%doc}
673c78
%license Documentation/licenses/COPYING.GPL-2.0-or-later
673c78
%{_mandir}/man8/uuidd.8*
673c78
%{_sbindir}/uuidd
673c78
%{_unitdir}/uuidd.*
673c78
%dir %attr(2775, uuidd, uuidd) /var/lib/libuuid
673c78
%dir %attr(2775, uuidd, uuidd) /run/uuidd
673c78
%{compldir}/uuidd
673c78
%{_tmpfilesdir}/uuidd.conf
673c78
673c78
673c78
%files -n libfdisk
673c78
%{!?_licensedir:%global license %%doc}
673c78
%license Documentation/licenses/COPYING.LGPL-2.1-or-later libfdisk/COPYING
673c78
%{_libdir}/libfdisk.so.*
673c78
673c78
%files -n libfdisk-devel
673c78
%{_libdir}/libfdisk.so
673c78
%{_includedir}/libfdisk
673c78
%{_libdir}/pkgconfig/fdisk.pc
673c78
673c78
673c78
%files -n libsmartcols
673c78
%{!?_licensedir:%global license %%doc}
673c78
%license Documentation/licenses/COPYING.LGPL-2.1-or-later libsmartcols/COPYING
673c78
%{_libdir}/libsmartcols.so.*
673c78
673c78
%files -n libsmartcols-devel
673c78
%{_libdir}/libsmartcols.so
673c78
%{_includedir}/libsmartcols
673c78
%{_libdir}/pkgconfig/smartcols.pc
673c78
673c78
673c78
%files -n libmount
673c78
%{!?_licensedir:%global license %%doc}
673c78
%license Documentation/licenses/COPYING.LGPL-2.1-or-later libmount/COPYING
673c78
%{_libdir}/libmount.so.*
673c78
673c78
%files -n libmount-devel
673c78
%{_libdir}/libmount.so
673c78
%{_includedir}/libmount
673c78
%{_libdir}/pkgconfig/mount.pc
673c78
673c78
673c78
%files -n libblkid
673c78
%doc libblkid/COPYING
673c78
%{_libdir}/libblkid.so.*
673c78
673c78
%files -n libblkid-devel
673c78
%doc libblkid/COPYING
673c78
%{_libdir}/libblkid.so
673c78
%{_includedir}/blkid
673c78
%{_mandir}/man3/libblkid.3*
673c78
%{_libdir}/pkgconfig/blkid.pc
673c78
673c78
673c78
%files -n libuuid
673c78
%{!?_licensedir:%global license %%doc}
673c78
%license Documentation/licenses/COPYING.BSD-3-Clause libuuid/COPYING
673c78
%{_libdir}/libuuid.so.*
673c78
673c78
%files -n libuuid-devel
673c78
%{_libdir}/libuuid.so
673c78
%{_includedir}/uuid
673c78
%{_mandir}/man3/uuid.3*
673c78
%{_mandir}/man3/uuid_clear.3*
673c78
%{_mandir}/man3/uuid_compare.3*
673c78
%{_mandir}/man3/uuid_copy.3*
673c78
%{_mandir}/man3/uuid_generate.3*
673c78
%{_mandir}/man3/uuid_generate_random.3*
673c78
%{_mandir}/man3/uuid_generate_time.3*
673c78
%{_mandir}/man3/uuid_generate_time_safe.3*
673c78
%{_mandir}/man3/uuid_is_null.3*
673c78
%{_mandir}/man3/uuid_parse.3*
673c78
%{_mandir}/man3/uuid_time.3*
673c78
%{_mandir}/man3/uuid_unparse.3*
673c78
%{_libdir}/pkgconfig/uuid.pc
673c78
673c78
%files -n %{pypkg}-libmount
673c78
%{!?_licensedir:%global license %%doc}
673c78
%license Documentation/licenses/COPYING.LGPL-2.1-or-later libmount/COPYING
673c78
%{_libdir}/python*/site-packages/libmount/
673c78
673c78
%changelog
5237db
* Mon Sep 18 2023 Anita Zhang <the.anitazha@gmail.com> 2.37.4-9.2
5237db
- disable hardlink so has not to conflict with hardlink on C8s
5237db
cc5e9d
* Thu Sep 14 2023 Anita Zhang <the.anitazha@gmail.com> 2.37.4-9.1
cc5e9d
- merge util-linux-core back into util-linux
cc5e9d
673c78
* Wed Aug 24 2022 Karel Zak <kzak@redhat.com> 2.37.4-9
673c78
- improve lslogins pasword validator (related #2094216)
673c78
673c78
* Mon Aug 15 2022 Karel Zak <kzak@redhat.com> 2.37.4-8
673c78
- remove unnecessary patches (#2117203)
673c78
673c78
* Fri Aug 12 2022 Karel Zak <kzak@redhat.com> 2.37.4-7
673c78
- improve loop overlay test (#2117203)
673c78
673c78
* Wed Aug 10 2022 Karel Zak <kzak@redhat.com> 2.37.4-6
673c78
- fix #2094216 - lslogins reports incorrect "Password is locked" status
673c78
- fix #2117203 - loop-overlay test failed
673c78
673c78
* Fri Jul 22 2022 Karel Zak <kzak@redhat.com> 2.37.4-5
673c78
- cleanup spec file build requiremnts
673c78
673c78
* Thu Jul 21 2022 Karel Zak <kzak@redhat.com> 2.37.4-4
673c78
- fix #2079652 - remove uclampset, unsupported by RHEL kernel
673c78
- fix #2094216 - lslogins reports incorrect "Password is locked" status
673c78
- fix #2092943 - uuidd time based UUIDs are without MAC address
673c78
- fix #2074486 - wipefs to erase all available signatures against read only rom
673c78
- fix #2064810 - RFE: complete libblkid FSSIZE implementation
cc5e9d
- fix #2078787 - Activity "lsirq -s column" produces wrong result i.e. not sorting properly.
673c78
- fix #2076829 - dmesg new option "--since" is not working if timestamp format is not provided
673c78
- fix #2109459 - fix compiler warnings/errors
673c78
673c78
* Thu Feb 24 2022 Karel Zak <kzak@redhat.com> 2.37.4-3
673c78
- fix #2057046 - wdctl not picking up reboot reason flag
673c78
673c78
* Thu Feb 17 2022 Karel Zak <kzak@redhat.com> 2.37.4-2
673c78
- improve bugfix for #2047952, fix warnings from rpminspect
673c78
673c78
* Wed Feb 16 2022 Karel Zak <kzak@redhat.com> 2.37.4-1
673c78
- upgrade to v2.37.4 (fix CVE-2022-0563)
673c78
673c78
* Mon Feb 07 2022 Karel Zak <kzak@redhat.com> 2.37.3-2
673c78
- fix #2021462 - partitons detection broken on systems not including the parent name in partition name
673c78
- fix #2033622 - logger from util-linux incorrectly handles long messages
673c78
- fix #2000137 - pam_env bypassed for root user when using su
673c78
- fix #2000477 - rpm -V setup fail on /var/log/lastlog
673c78
- fix #2047952 - rpm -V / --verify reports bad user/group/mtime for /run/uuidd
673c78
673c78
* Tue Jan 25 2022 Karel Zak <kzak@redhat.com> 2.37.3-1
673c78
- upgrade to v2.37.3 (fix CVE-2021-3996, CVE-2021-3995)
673c78
- fix #2040366 - uuidd can't access lock/status file
673c78
673c78
* Thu Jan 06 2022 Karel Zak <kzak@redhat.com> 2.37.2-3
673c78
- fix #2037212 - Complete Linux-PAM compliance for forked child in su and login
673c78
673c78
* Mon Aug 23 2021 Karel Zak <kzak@redhat.com> - 2.37.2-2
673c78
- cleanup previous rebase (fix #1969348)
673c78
- integrate upstream tests to CI
673c78
673c78
* Fri Aug 20 2021 Karel Zak <kzak@redhat.com> - 2.37.2-1
673c78
- upgrade to v2.37.2 (fix #1969348)
673c78
673c78
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com>
673c78
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
673c78
  Related: rhbz#1991688
673c78
673c78
* Fri Jul 23 2021 Karel Zak <kzak@redhat.com> - 2.37.1-1
673c78
- upgrade to v2.37.1 (fix #1984900, #1971989, and #1938894)
673c78
- fix #1984771 - disable raw
673c78
673c78
* Tue Jun  8 2021 Karel Zak <kzak@redhat.com> - 2.37-1
673c78
- upgrade to v2.37
673c78
- introduce util-linux-core subpackage
673c78
673c78
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com>
673c78
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
673c78
673c78
* Fri Feb 12 2021 Karel Zak <kzak@redhat.com> - 2.36.2-1
673c78
- upgrade to stable upstream 2.36.2
673c78
  https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.36/v2.36.2-ReleaseNotes
673c78
673c78
* Wed Jan 27 2021 Kelvin Fan <kfan@redhat.com> - 2.36.1-4
673c78
- Add patch to add /run/motd.d to default MOTD_FILE in login(1)
673c78
673c78
* Thu Jan 14 2021 Karel Zak <kzak@redhat.com> - 2.36.1-3
673c78
- improve uuidd scriptlets (fix #1767553)
673c78
673c78
* Thu Nov 19 2020 Karel Zak <kzak@redhat.com> - 2.36.1-2
673c78
- remove unused patches
673c78
- remove versions and seq.numbers from patch names
673c78
- fix mount "symfollow" issue (upstream patch)
673c78
673c78
* Mon Nov 16 2020 Karel Zak <kzak@redhat.com> - 2.36.1-1
673c78
- upgrade to stable upstream 2.36.1
673c78
673c78
* Thu Nov 12 2020 Tom Stellard <tstellar@redhat.com> - 2.36-4
673c78
- Use make macros
673c78
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
673c78
673c78
* Tue Sep 01 2020 Karel Zak <kzak@redhat.com> - 2.36-3
673c78
- remove mountinfo workaround (unnecessary for kernel 5.8)
673c78
- fix #1860461 - sfdisk regression creating simple 3 partition MBR disk
673c78
673c78
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.36-2
673c78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
673c78
673c78
* Thu Jul 23 2020 Karel Zak <kzak@redhat.com> - 2.36-1
673c78
- upgrade to upstream release v2.36
673c78
  https://www.kernel.org/pub/linux/utils/util-linux/v2.36/v2.36-ReleaseNotes
673c78
- add irqtop and lsirq commands
673c78
673c78
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.35.2-2
673c78
- Rebuilt for Python 3.9
673c78
673c78
* Wed May 20 2020 Karel Zak <kzak@redhat.com> - 2.35.2-1
673c78
- upgrade to upstream bug fix release 2.35.2
673c78
  https://www.kernel.org/pub/linux/utils/util-linux/v2.35/v2.35.2-ReleaseNotes
673c78
673c78
* Wed Apr 15 2020 Karel Zak <kzak@redhat.com> - 2.35.1-9
673c78
- fix copy & past bug in specfile changelog
673c78
673c78
* Wed Apr 15 2020 Karel Zak <kzak@redhat.com> - 2.35.1-8
673c78
- fix #1822226 - remove pam_console dependency
673c78
- fix #1823463 - hwclock unable to set system time
673c78
673c78
* Tue Mar 24 2020 Kalev Lember <klember@redhat.com> - 2.35.1-7
673c78
- Another attempt at enabling fstrim.timer on F32 upgrades (#1811506)
673c78
673c78
* Thu Mar 19 2020 Karel Zak <kzak@redhat.com> - 2.35.1-6
673c78
- fix #1811506 (triggerpostun)
673c78
673c78
* Tue Feb 25 2020 Karel Zak <kzak@redhat.com> - 2.35.1-5
673c78
- fix lsblk -P output for RAIDs, etc.
673c78
673c78
* Thu Feb 06 2020 Karel Zak <kzak@redhat.com> - 2.35.1-4
673c78
- add triggerpostun for fstrim.timer (#1785041, FESCo #2309)
673c78
673c78
* Tue Feb 04 2020 Karel Zak <kzak@redhat.com> - 2.35.1-3
673c78
- fix fstrim.service (util-linux github #948)
673c78
673c78
* Tue Feb 04 2020 Karel Zak <kzak@redhat.com> - 2.35.1-2
673c78
- fix sfdisk dump issue (util-linux github #949)
673c78
673c78
* Mon Feb 03 2020 Karel Zak <kzak@redhat.com> - 2.35.1-1
673c78
- upgrade to upstream bug fix release 2.35.1
673c78
673c78
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.35-2
673c78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
673c78
673c78
* Tue Jan 21 2020 Karel Zak <kzak@redhat.com> - 2.35-1
673c78
- upgrade to v2.35
673c78
673c78
* Thu Jan 9 2020 Karel Zak <kzak@redhat.com> - 2.35-0.5
673c78
- upgrade to v2.35-rc2
673c78
673c78
* Fri Dec 20 2019 Karel Zak <kzak@redhat.com> - 2.35-0.4
673c78
- fix #1784536 - Segfaults in agetty during Cloud image testing
673c78
673c78
* Fri Dec 20 2019 Karel Zak <kzak@redhat.com> - 2.35-0.3
673c78
- upgrade to the upstream git snapshot (v2.35-rc1-20-g63f8c66af)
673c78
- fix #1783066 - Fedora-Rawhide images do not boot
673c78
673c78
* Thu Dec 12 2019 Adam Williamson <awilliam@redhat.com> - 2.35-0.2
673c78
- Revert upstream commit 7ef86a0 to fix RHBZ #1783066
673c78
673c78
* Wed Dec 11 2019 Karel Zak <kzak@redhat.com> - 2.35-0.1
673c78
- upgrade to v2.35-rc1
673c78
  https://www.kernel.org/pub/linux/utils/util-linux/v2.35/v2.35-ReleaseNotes
673c78
673c78
* Fri Sep 13 2019 Karel Zak <kzak@redhat.com> - 2.34-6
673c78
- fix https://github.com/systemd/systemd/issues/10872
673c78
673c78
* Thu Sep 12 2019 Karel Zak <kzak@redhat.com> - 2.34-5
673c78
- fix #1751290 - regression: lsblk not showing PKNAME in f31+
673c78
673c78
* Thu Sep 05 2019 Karel Zak <kzak@redhat.com> - 2.34-4
673c78
- add BuildRequires: readline for fdisks
673c78
673c78
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.34-3
673c78
- Rebuilt for Python 3.8
673c78
673c78
* Wed Jul 24 2019 Karel Zak <kzak@redhat.com> - 2.34-2
673c78
- fix lscpu compilation on ppc
673c78
673c78
* Fri Jun 14 2019 Karel Zak <kzak@redhat.com> - 2.34-1
673c78
- upgrade to v2.34
673c78
673c78
* Thu May 30 2019 Karel Zak <kzak@redhat.com> - 2.34-0.2
673c78
- upgrade to v2.34-rc2
673c78
673c78
* Tue Apr 30 2019 Karel Zak <kzak@redhat.com> - 2.34-0.1
673c78
- add command hardlink(1) (merged into util-linux upstream)
673c78
- upgrade to v2.34-rc1
673c78
  http://www.kernel.org/pub/linux/utils/util-linux/v2.34/v2.34-ReleaseNotes
673c78
673c78
* Tue Apr  9 2019 Karel Zak <kzak@redhat.com> - 2.33.2-1
673c78
- upgrade to v2.33.2
673c78
  https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.33/v2.33.2-ReleaseNotes
673c78
673c78
* Thu Mar 07 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.33.1-4
673c78
- Remove obsolete scriptlets
673c78
673c78
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.33.1-3
673c78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
673c78
673c78
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 2.33.1-2
673c78
- Rebuilt for libcrypt.so.2 (#1666033)
673c78
673c78
* Wed Jan  9 2019 Karel Zak <kzak@redhat.com> - 2.33.1-1
673c78
- upgrade to v2.33.1
673c78
  https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.33/v2.33.1-ReleaseNotes
673c78
673c78
* Thu Nov  1 2018 Karel Zak <kzak@redhat.com> - 2.33-0.1
673c78
- Remove ldconfig scriptlet, now done via. transfiletrigger in glibc [James Antill]
673c78
- upgrade to v2.33-rc2
673c78
  http://www.kernel.org/pub/linux/utils/util-linux/v2.33/v2.33-ReleaseNotes
673c78
673c78
* Mon Jul 16 2018 Karel Zak <kzak@redhat.com> - 2.32.1-1
673c78
- upgrade to v2.32.1
673c78
  http://www.kernel.org/pub/linux/utils/util-linux/v2.32/v2.32.1-ReleaseNotes
673c78
673c78
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.32-7
673c78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
673c78
673c78
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.32-6
673c78
- Rebuilt for Python 3.7
673c78
673c78
* Fri May 18 2018 Karel Zak <kzak@redhat.com> - 2.32-5
673c78
- move /etc/adjtime config from initscripts to util-linux
673c78
673c78
* Wed Apr 11 2018 Karel Zak <kzak@redhat.com> - 2.32-4
673c78
- fix #1560642 - uuidd.service does not start
673c78
673c78
* Tue Apr 10 2018 Karel Zak <kzak@redhat.com> - 2.32-3
673c78
- remove unused build option --enable-libmount-force-mountinfo (it's default now)
673c78
673c78
* Tue Mar 27 2018 Karel Zak <kzak@redhat.com> - 2.32-2
673c78
- fix #1560283 - column does not properly handle spaces at beginning of tab-separated table columns
673c78
673c78
* Wed Mar 21 2018 Karel Zak <kzak@redhat.com> - 2.32-1
673c78
- upgrade to v2.32
673c78
673c78
* Tue Feb 20 2018 Karel Zak <kzak@redhat.com> - 2.32-0.2
673c78
- add BuildRequires gcc
673c78
673c78
* Tue Feb 13 2018 Karel Zak <kzak@redhat.com> - 2.32-0.1
673c78
- upgrade to v2.32-rc1
673c78
  http://www.kernel.org/pub/linux/utils/util-linux/v2.32/v2.32-ReleaseNotes
673c78
673c78
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.31-5
673c78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
673c78
673c78
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 2.31-4
673c78
- Rebuilt for switch to libxcrypt
673c78
673c78
* Wed Jan 03 2018 Lumír Balhar <lbalhar@redhat.com> - 2.31-3
673c78
- Fix directory ownership in python subpackage
673c78
673c78
* Mon Oct 30 2017 Karel Zak <kzak@redhat.com> - 2.31-2
673c78
- fix dmesg for multi-line records
673c78
673c78
* Mon Oct 23 2017 Karel Zak <kzak@redhat.com> - 2.31-1
673c78
- upgrade to final v2.31
673c78
- move rfkill to sbin (for backward compatibility)
673c78
673c78
* Mon Oct  9 2017 Karel Zak <kzak@redhat.com> - 2.31-0.4
673c78
- fix build error
673c78
673c78
* Mon Oct  9 2017 Karel Zak <kzak@redhat.com> - 2.31-0.3
673c78
- upgrade to v2.31-rc2
673c78
- enable rfkill
673c78
673c78
* Mon Sep 25 2017 Karel Zak <kzak@redhat.com> - 2.31-0.2
673c78
- temporary disable rfkill (fix #1494855)
673c78
673c78
* Fri Sep 22 2017 Karel Zak <kzak@redhat.com> - 2.31-0.1
673c78
- upgrade to v2.31-rc1
673c78
  http://ftp.kernel.org/pub/linux/utils/util-linux/v2.31/v2.31-ReleaseNotes
673c78
673c78
* Fri Sep 22 2017 Karel Zak <kzak@redhat.com> - 2.30.2-1
673c78
- upgrade to v2.30.2
673c78
  http://ftp.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30.2-ReleaseNotes
673c78
673c78
* Mon Aug 14 2017 Karel Zak <kzak@redhat.com> - 2.30.1-5
673c78
- make ln-s usage more robust
673c78
673c78
* Fri Aug  4 2017 Karel Zak <kzak@redhat.com> - 2.30.1-4
673c78
- fix post install script
673c78
673c78
* Wed Aug  2 2017 Karel Zak <kzak@redhat.com> - 2.30.1-3
673c78
- fix #1390191 - systemd read-only container produces errors
673c78
673c78
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.30.1-2
673c78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
673c78
673c78
* Thu Jul 20 2017 Karel Zak <kzak@redhat.com> - 2.30.1-1
673c78
- upgrade to v2.30.1
673c78
  http://ftp.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30.1-ReleaseNotes
673c78
673c78
* Fri Jun  2 2017 Karel Zak <kzak@redhat.com> - 2.30-1
673c78
- upgrade to v2.30
673c78
673c78
* Wed May 17 2017 Karel Zak <kzak@redhat.com> - 2.30-0.1
673c78
- upgrade to v2.30-rc1
673c78
  http://ftp.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30-ReleaseNotes
673c78
673c78
* Fri Feb 24 2017 Karel Zak <kzak@redhat.com> - 2.29.2-1
673c78
- upgrade to v2.29.2
673c78
  http://ftp.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.2-ReleaseNotes
673c78
673c78
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.29.1-2
673c78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
673c78
673c78
* Fri Jan 20 2017 Karel Zak <kzak@redhat.com> - 2.29.1-1
673c78
- upgrade to v2.29.1
673c78
  http://ftp.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.1-ReleaseNotes
673c78
673c78
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.29-2
673c78
- Rebuild for Python 3.6
673c78
673c78
* Tue Nov  8 2016 Karel Zak <kzak@redhat.com> - 2.29-1
673c78
- upgrade to v2.29
673c78
673c78
* Wed Oct 19 2016 Karel Zak <kzak@redhat.com> - 2.29-0.2
673c78
- upgrade to v2.29-rc2
673c78
673c78
* Fri Sep 30 2016 Karel Zak <kzak@redhat.com> - 2.29-0.1
673c78
- upgrade to v2.29-rc1
673c78
  http://ftp.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29-ReleaseNotes
673c78
673c78
* Wed Sep  7 2016 Karel Zak <kzak@redhat.com> - 2.28.2-1
673c78
- upgrade to stable 2.28.2
673c78
  http://ftp.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.2-ReleaseNotes
673c78
673c78
* Thu Aug 18 2016 Karel Zak <kzak@redhat.com> - 2.28.1-1
673c78
- upgrade to stable 2.28.1
673c78
  http://ftp.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.1-ReleaseNotes
673c78
673c78
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28-4
673c78
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
673c78
673c78
* Mon Jun 13 2016 Karel Zak <kzak@redhat.com> - 2.28-3
673c78
- fix #1234317 - CD / DVD are rarely automounted
673c78
673c78
* Tue Apr 26 2016 Karel Zak <kzak@redhat.com> - 2.28-2
673c78
- refresh login-lastlog-create.patch
673c78
673c78
* Tue Apr 12 2016 Karel Zak <kzak@redhat.com> - 2.28-1
673c78
- upgrade to stable v2.28
673c78
673c78
* Wed Mar 30 2016 Karel Zak <kzak@redhat.com> - 2.28-0.3
673c78
- fix libblkid
673c78
673c78
* Tue Mar 29 2016 Karel Zak <kzak@redhat.com> - 2.28-0.2
673c78
- upgrade to v2.28-rc2
673c78
673c78
* Tue Mar 22 2016 Karel Zak <kzak@redhat.com> - 2.28-0.1
673c78
- upgrade to v2.28-rc1
673c78
  http://ftp.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28-ReleaseNotes
673c78
- add patch to fix broken swapon
673c78
- add subpackage util-linux-user (utils with dependence on libuser)
673c78
673c78
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.27.1-5
673c78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
673c78
673c78
* Mon Jan 18 2016 Karel Zak <kzak@redhat.com> - 2.27.1-4
673c78
- fix #1299255 - boot.iso (from 20160117 Rawhide compose) incorrectly detected as minix FS
673c78
673c78
* Wed Nov 18 2015 Karel Zak <kzak@redhat.com> - 2.27.1-3
673c78
- fix #1259745 - Can't start installation in Rawhide or F23 recent development images
673c78
673c78
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.1-2
673c78
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
673c78
673c78
* Mon Nov  2 2015 Karel Zak <kzak@redhat.com> - 2.27.1
673c78
- upgrade to v2.27.1
673c78
  http://ftp.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27.1-ReleaseNotes
673c78
673c78
* Mon Sep  7 2015 Karel Zak <kzak@redhat.com> - 2.27
673c78
- upgrade to v2.27
673c78
673c78
* Mon Aug 24 2015 Karel Zak <kzak@redhat.com> - 2.27-0.4
673c78
- upgrade to v2.27-rc2
673c78
673c78
* Thu Aug 13 2015 Karel Zak <kzak@redhat.com> - 2.27-0.3
673c78
- improve version usage in source url
673c78
673c78
* Wed Aug 12 2015 Karel Zak <kzak@redhat.com> - 2.27-0.2
673c78
- fix #1251320 - rfe: please change login to not add /bin:/sbin to $PATH
673c78
- apply patches from Lokesh Mandvekar to make spec file more portable
673c78
673c78
* Fri Jul 31 2015 Karel Zak <kzak@redhat.com> - 2.27-0.1
673c78
- upgrade to v2.27-rc1
673c78
  http://ftp.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27-ReleaseNotes
673c78
- add lsipc
673c78
673c78
* Thu Jul 16 2015 Karel Zak <kzak@redhat.com> - 2.26.2-3
673c78
- fix dates in the spec file
673c78
673c78
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.2-2
673c78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
673c78
673c78
* Thu Apr 30 2015 Karel Zak <kzak@redhat.com> - 2.26.2-1
673c78
- upgrade to stable release 2.26.2
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26.2-ReleaseNotes
673c78
673c78
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.26-2
673c78
- Rebuilt for Fedora 23 Change
673c78
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
673c78
673c78
* Thu Feb 19 2015 Karel Zak <kzak@redhat.com> 2.26-1
673c78
- upgrade to stable release 2.26
673c78
673c78
* Tue Feb 10 2015 Karel Zak <kzak@redhat.com> 2.26-0.4
673c78
- fix setarch build on PPC
673c78
673c78
* Thu Feb 5 2015 Karel Zak <kzak@redhat.com> 2.26-0.3
673c78
- upgrade to 2.26-rc2
673c78
673c78
* Fri Jan 16 2015 Karel Zak <kzak@redhat.com> 2.26-0.2
673c78
- fix 1182778 - remount causes ro / and /home on boot
673c78
673c78
* Thu Jan 15 2015 Karel Zak <kzak@redhat.com> 2.26-0.1
673c78
- upgrade to 2.26-rc1
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26-ReleaseNotes
673c78
- build with -pie for uuidd
673c78
- new command zramctl
673c78
673c78
* Thu Nov 27 2014 Karel Zak <kzak@redhat.com> 2.25.2-2
673c78
- fix #1168490 - CVE-2014-9114 util-linux: command injection flaw in blkid
673c78
673c78
* Fri Oct 24 2014 Karel Zak <kzak@redhat.com> 2.25.2-1
673c78
- upgrade to stable 2.25.2
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25/v2.25.2-ReleaseNotes
673c78
673c78
* Wed Sep  3 2014 Karel Zak <kzak@redhat.com> 2.25.1-1
673c78
- upgrade to stable 2.25.1
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25/v2.25.1-ReleaseNotes
673c78
673c78
* Wed Aug 27 2014 Karel Zak <kzak@redhat.com> 2.25.1-0.1
673c78
- upgrade to release 2.25.1-rc1
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25/v2.25.1-ReleaseNotes
673c78
673c78
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25-4
673c78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
673c78
673c78
* Wed Aug  6 2014 Tom Callaway <spot@fedoraproject.org> 2.25-3
673c78
- fix license handling
673c78
673c78
* Thu Jul 24 2014 Karel Zak <kzak@redhat.com> 2.25-2
673c78
- remove fstrim unit files from uuidd subpackage
673c78
673c78
* Tue Jul 22 2014 Karel Zak <kzak@redhat.com> 2.25-1
673c78
- upgrade to stable release 2.25
673c78
673c78
* Wed Jul 02 2014 Karel Zak <kzak@redhat.com> 2.25-0.3
673c78
- upgrade to release 2.25-rc2
673c78
673c78
* Wed Jun 25 2014 Peter Jones <pjones@redhat.com> - 2.25-0.2
673c78
- Fix libblkid's squashfs probe return checking.
673c78
  Related: rhbz#1112315
673c78
673c78
* Thu Jun 19 2014 Karel Zak <kzak@redhat.com> 2.25-0.1
673c78
- upgrade to release 2.25-rc1
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25/v2.25-ReleaseNotes
673c78
673c78
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.2-6
673c78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
673c78
673c78
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 2.24.2-5
673c78
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
673c78
673c78
* Mon May 12 2014 Karel Zak <kzak@redhat.com> 2.24.2-4
673c78
- fix #1094935 - script and/or trigger should not directly enable systemd units
673c78
673c78
* Mon May 12 2014 Karel Zak <kzak@redhat.com> 2.24.2-3
673c78
- fix #1090638 - remove pam_securetty.so from .pamd files
673c78
673c78
* Wed May  7 2014 Karel Zak <kzak@redhat.com> 2.24.2-2
673c78
- use systemd macroized scriptlets (#850355)
673c78
673c78
* Thu Apr 24 2014 Karel Zak <kzak@redhat.com> 2.24.2-1
673c78
- upgrade to stable release 2.24.2
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24.2-ReleaseNotes
673c78
673c78
* Thu Jan 30 2014 Karel Zak <kzak@redhat.com> 2.24.1-2
673c78
- use rpm autosetup
673c78
673c78
* Mon Jan 20 2014 Karel Zak <kzak@redhat.com> 2.24.1-1
673c78
- upgrade to stable release 2.24.1
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24.1-ReleaseNotes
673c78
673c78
* Mon Nov 18 2013 Karel Zak <kzak@redhat.com> 2.24-2
673c78
- fix #1031262 - lsblk -D segfault
673c78
673c78
* Wed Oct 23 2013 Karel Zak <kzak@redhat.com> 2.24-1
673c78
- upgrade to upstream release v2.24
673c78
- remove nologin (merged upstream)
673c78
- fix #1022217 - fdisk mishandles GPT corruption
673c78
673c78
* Fri Sep 27 2013 Karel Zak <kzak@redhat.com> 2.24-0.1
673c78
- upgrade to upstream release v2.24-rc1
673c78
- add python3 libmount binding
673c78
673c78
* Mon Sep  9 2013 Karel Zak <kzak@redhat.com> 2.23.2-4
673c78
- fix #1005566 - recount_geometry: Process /usr/sbin/fdisk was killed by signal 8 (SIGFPE)
673c78
- fix #1005194 - su generates incorrect log entries
673c78
673c78
* Mon Sep  9 2013 Karel Zak <kzak@redhat.com> 2.23.2-3
673c78
- refresh and rename patches
673c78
- fix #987787 - Remove lastlogin from su
673c78
- fix #950497 - problem umounting loop device
673c78
- fix #921498 - multiple internal testsuite failures
673c78
673c78
* Thu Aug  1 2013 Karel Zak <kzak@redhat.com> 2.23.2-2
673c78
- fix 990083 - su doesn't work with pam_ecryptfs
673c78
673c78
* Wed Jul 31 2013 Karel Zak <kzak@redhat.com> 2.23.2-1
673c78
- upgrade to stable release 2.23.2
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.23/v2.23.2-ReleaseNotes
673c78
673c78
* Thu Jun 13 2013 Karel Zak <kzak@redhat.com> 2.23.1-3
673c78
- fix #972457 - agetty idle I/O polling causes elevated CPU usage
673c78
673c78
* Wed Jun  5 2013 Karel Zak <kzak@redhat.com> 2.23.1-2
673c78
- fix #962145 - in.telnetd immediately closes connection
673c78
673c78
* Tue May 28 2013 Karel Zak <kzak@redhat.com> 2.23.1-1
673c78
- upgrade to 2.23.1
673c78
- backport agetty --local-line path
673c78
673c78
* Thu Apr 25 2013 Karel Zak <kzak@redhat.com> 2.23-1
673c78
- upgrade to 2.23
673c78
- add --with check to call make check
673c78
673c78
* Mon Apr 15 2013 Karel Zak <kzak@redhat.com> 2.23-0.7
673c78
- remove unused patches
673c78
673c78
* Mon Apr 15 2013 Karel Zak <kzak@redhat.com> 2.23-0.6
673c78
- remove floppy from util-linux
673c78
673c78
* Fri Apr 12 2013 Karel Zak <kzak@redhat.com> 2.23-0.5
673c78
- fix #948274 - interruption code 0x4003B in libmount.so.1.1.0
673c78
673c78
* Wed Apr 10 2013 Karel Zak <kzak@redhat.com> 2.23-0.4
673c78
- upgrade to the release 2.23-rc2
673c78
673c78
* Wed Mar 27 2013 Karel Zak <kzak@redhat.com> 2.23-0.3
673c78
- libblkid ntfs bugfix for build on s390
673c78
673c78
* Wed Mar 27 2013 Karel Zak <kzak@redhat.com> 2.23-0.2
673c78
- add upstream patches for to fix umount and mount.<type>
673c78
673c78
* Fri Mar 22 2013 Karel Zak <kzak@redhat.com> 2.23-0.1
673c78
- upgrade to the release 2.23-rc1
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.23/v2.23-ReleaseNotes
673c78
- add nsenter and blkdiscard
673c78
- remove tunelp
673c78
673c78
* Wed Feb 20 2013 Karel Zak <kzak@redhat.com> 2.22.2-6
673c78
- fix  #912778 - "runuser -l" doesn't register session to systemd
673c78
673c78
* Tue Feb 19 2013 Karel Zak <kzak@redhat.com> 2.22.2-5
673c78
- fix #902512 - Dependency failed for /home (and blkid fails to tell UUID)
673c78
- refresh old patches
673c78
673c78
* Wed Feb  6 2013 Karel Zak <kzak@redhat.com> 2.22.2-4
673c78
- improve convertion to mtab symlink in post script
673c78
- spec file cleanup (based on #894199)
673c78
673c78
* Sun Feb  3 2013 Karel Zak <kzak@redhat.com> 2.22.2-3
673c78
- fix #882305 - agetty: unstable /dev/tty* permissions
673c78
- fix #885314 - hexdump segfault
673c78
- fix #896447 - No newlines in piped "cal" command
673c78
- fix libblkid cache usage (upstream patch)
673c78
- fix #905008 - uuidd: /usr/sbin/uuidd has incorrect file permissions
673c78
673c78
* Tue Jan 15 2013 Karel Zak <kzak@redhat.com> 2.22.2-2
673c78
- fix #889888 - wipefs does not completely wipe btrfs volume
673c78
673c78
* Thu Dec 13 2012 Karel Zak <kzak@redhat.com> 2.22.2-1
673c78
- upgrade to upstream maintenance release 2.22.2
673c78
673c78
* Mon Nov 19 2012 Karel Zak <kzak@redhat.com> 2.22.1-5
673c78
- sources cleanup
673c78
673c78
* Fri Nov 16 2012 Karel Zak <kzak@redhat.com> 2.22.1-4
673c78
- fix #872787 - su: COMMAND not specified
673c78
673c78
* Thu Nov  1 2012 Karel Zak <kzak@redhat.com> 2.22.1-3
673c78
- backport upstream runuser(1)
673c78
- enable su(1)
673c78
673c78
* Thu Nov  1 2012 Karel Zak <kzak@redhat.com> 2.22.1-2
673c78
- apply pathes from upstream stable/v2.22 branch
673c78
- fix #865961 - wipefs -a should use O_EXCL
673c78
673c78
* Wed Oct 10 2012 Karel Zak <kzak@redhat.com> 2.22.1-1
673c78
- upgrade to the release 2.22.1
673c78
673c78
* Wed Oct  3 2012 Karel Zak <kzak@redhat.com> 2.22-2
673c78
- remove obsolete references to e2fsprogs
673c78
673c78
* Thu Sep  6 2012 Karel Zak <kzak@redhat.com> 2.22-1
673c78
- upgrade to the release 2.22
673c78
- enable eject(1) from util-linux, obsolete original eject package
673c78
- fix #853164 - setuid program should have full RELRO
673c78
- fix #851230 - probe_ntfs: /usr/sbin/blkid was killed by SIGSEGV
673c78
673c78
* Thu Aug 16 2012 Karel Zak <kzak@redhat.com> 2.22-0.1
673c78
- upgrade to the release 2.22-rc2
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.22/v2.22-ReleaseNotes
673c78
- add sulogin, utmpdump, lslocks, wdctl
673c78
673c78
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.21.2-3
673c78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
673c78
673c78
* Wed Jun 13 2012 Karel Zak <kzak@redhat.com> 2.21.2-2
673c78
- replace udev dependenceis with systemd
673c78
673c78
* Fri May 25 2012 Karel Zak <kzak@redhat.com> 2.21.2-1
673c78
- upgrade to bugfix release 2.21.2
673c78
- fix #814699 - namei(1) incorrectly resolves relative symlinks
673c78
- fix #820707 - Impossible to unmount nfsv4/krb5 mounts after network disconnect
673c78
- fix #816877 - libmount does not close device fd before mount(2)
673c78
- fix #822705 - unable to login after installing
673c78
673c78
* Fri Mar 30 2012 Karel Zak <kzak@redhat.com> 2.21.1-1
673c78
- upgrade to bugfix release 2.21.1
673c78
673c78
* Fri Feb 24 2012 Karel Zak <kzak@redhat.com> 2.21-1
673c78
- upgrade to release 2.21
673c78
673c78
* Thu Feb 09 2012 Karel Zak <kzak@redhat.com> 2.21-0.2
673c78
- fix #788703 - /run/blkid does not exist
673c78
673c78
* Tue Feb 07 2012 Karel Zak <kzak@redhat.com> 2.21-0.1
673c78
- upgrade to the release 2.21-rc2
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.21/v2.21-ReleaseNotes
673c78
- add {fsck,mkfs}.minix
673c78
- add new command chcpu(8)
673c78
- add new command prlimit(1)
673c78
- enable raw(8) command
673c78
- move 60-raw.rules from /etc from /usr/lib/udev/rules.d
673c78
- move blkid cache from etc to /run/blkid
673c78
673c78
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 2.20.1-5
673c78
- install everything in /usr
673c78
  https://fedoraproject.org/wiki/Features/UsrMove
673c78
673c78
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.20.1-4
673c78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
673c78
673c78
* Tue Nov 22 2011 Karel Zak <kzak@redhat.com> 2.20.1-3
673c78
- fix #748216 - util-linux requires pam >= 1.1.3-7
673c78
- remove ddate(1)
673c78
673c78
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.20.1-2
673c78
- Rebuilt for glibc bug#747377
673c78
673c78
* Thu Oct 20 2011 Karel Zak <kzak@redhat.com> 2.20.1-1
673c78
- upgrade to the release 2.20.1
673c78
  ftp://ftp.infradead.org/pub/util-linux/v2.20/v2.20.1-ReleaseNotes
673c78
673c78
* Mon Aug 29 2011 Karel Zak <kzak@redhat.com> 2.20-1
673c78
- upgrade to the release 2.20
673c78
673c78
* Wed Aug 17 2011 Karel Zak <kzak@redhat.com> 2.20-0.2
673c78
- upgrade to the release 2.20-rc2
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.20/v2.20-rc2-ChangeLog
673c78
673c78
* Tue Aug  2 2011 Karel Zak <kzak@redhat.com> 2.20-0.1
673c78
- upgrade to the release 2.20-rc1
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.20/v2.20-ReleaseNotes
673c78
673c78
* Mon Jul  4 2011 Karel Zak <kzak@redhat.com> 2.19.1-2
673c78
- fix #716483 - /var/tmp --(BIND-mounted)--> /tmp disrupts/hangs bootup
673c78
- fix #709681 - failure to mount if a mount point ends with a slash in /etc/fstab
673c78
- fix #709319 - 'mount -a' mounts already mounted directories
673c78
- fix kernel version parsing
673c78
673c78
* Fri May  6 2011 Karel Zak <kzak@redhat.com> 2.19.1-1
673c78
- upgrade to the release 2.19.1
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19.1-ReleaseNotes
673c78
673c78
* Wed Apr 20 2011 Karel Zak <kzak@redhat.com> 2.19.1-0.1
673c78
- upgrade to the release 2.19.1-rc1
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19.1-rc1-ChangeLog
673c78
673c78
* Mon Mar  7 2011 Karel Zak <kzak@redhat.com> 2.19-2
673c78
- fix #682502 - Broken source URL to floppy tarball, new version available
673c78
- upgrade to floppy-0.18
673c78
673c78
* Thu Feb 10 2011 Karel Zak <kzak@redhat.com> 2.19-1
673c78
- upgrade to the release 2.19
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19-ReleaseNotes
673c78
- remove /sbin/mount.tmpfs -- integrated to mount(8)
673c78
673c78
* Tue Feb  8 2011 Karel Zak <kzak@redhat.com> 2.19-0.6
673c78
- fix #665062 - add support for the postlogin PAM stack to util-linux-ng
673c78
673c78
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.19-0.5
673c78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
673c78
673c78
* Tue Jan 25 2011 Karel Zak <kzak@redhat.com> 2.19-0.4
673c78
- upgrade to the release 2.19-rc3
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19-rc3-ChangeLog
673c78
673c78
* Tue Jan 25 2011 Karel Zak <kzak@redhat.com> 2.19-0.3
673c78
- upgrade to the release 2.19-rc2
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19-rc2-ChangeLog
673c78
- fix #671893 - SELinux is preventing /bin/chown from 'setattr' accesses
673c78
  on the file mounts.
673c78
673c78
* Wed Jan 19 2011 Karel Zak <kzak@redhat.com> 2.19-0.2
673c78
- clean up specfile (review #667416)
673c78
673c78
* Wed Jan  5 2011 Karel Zak <kzak@redhat.com> 2.19-0.1
673c78
- upgrade to the release 2.19-rc1
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19-ReleaseNotes
673c78
673c78
* Tue Oct 26 2010 Karel Zak <kzak@redhat.com> 2.18-5
673c78
- fix #645640 - new "-s" parameter parsing in agetty does not work
673c78
- add -l (lock) support to fsck
673c78
673c78
* Wed Aug 18 2010 Karel Zak <kzak@redhat.com> 2.18-4
673c78
- fix #623685 - please extend agetty to not require a baud rate to be specified
673c78
673c78
* Thu Aug  5 2010 Karel Zak <kzak@redhat.com> 2.18-3
673c78
- fix #620924 - /sbin/mount.tmpfs uses not available /usr/bin/id
673c78
673c78
* Mon Aug  2 2010 Karel Zak <kzak@redhat.com> 2.18-2
673c78
- fix #615719 - tmpfs mount fails with 'user' option.
673c78
- fix #598631 - shutdown, reboot, halt and C-A-D don't work
673c78
- fix #618957 - ISO images listed in fstab are mounted twice at boot
673c78
673c78
* Wed Jun 30 2010 Karel Zak <kzak@redhat.com> 2.18-1
673c78
- upgrade to the final 2.18
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.18/v2.18-ReleaseNotes
cc5e9d
673c78
* Fri Jun 18 2010 Karel Zak <kzak@redhat.com> 2.18-0.2
673c78
- upgrade to 2.18-rc2
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.18/v2.18-rc2-ChangeLog
673c78
673c78
* Tue Jun  8 2010 Karel Zak <kzak@redhat.com> 2.18-0.1
673c78
- upgrade to the release 2.18-rc1
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.18/v2.18-ReleaseNotes
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.18/v2.18-rc1-ChangeLog
673c78
673c78
* Mon Apr 12 2010 Karel Zak <kzak@redhat.com> 2.17.2-1
673c78
- fix #581252 - remounting tmpfs fails because of hidden rootcontext=
673c78
- fix #580296 - "rtcwake" does miss the "off" option
673c78
- fix #575734 - use microsecond resolution for blkid cache entries
673c78
- upgrade to the bugfix release 2.17.2
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17.2-ReleaseNotes
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17.2-ChangeLog
673c78
- minor fixed in spec file
673c78
673c78
* Thu Mar 11 2010 Karel Zak <kzak@redhat.com> 2.17.1-2
673c78
- fix #533874 - libblkid should allow scanning of slow devices (eg. cdroms)
673c78
673c78
* Mon Feb 22 2010 Karel Zak <kzak@redhat.com> 2.17.1-1
673c78
- upgrade to the final 2.17.1
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17.1-ReleaseNotes
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17.1-ChangeLog
673c78
673c78
* Tue Feb 16 2010 Karel Zak <kzak@redhat.com> 2.17.1-0.1
673c78
- upgrade to 2.17.1-rc1
673c78
673c78
* Tue Feb 16 2010 Karel Zak <kzak@redhat.com> 2.17-4
673c78
- fix uuidd init script
673c78
673c78
* Fri Feb 12 2010 Karel Zak <kzak@redhat.com> 2.17-3
673c78
- fix #541402 - uuidd initscript lsb compliance
673c78
673c78
* Fri Jan  8 2010 Karel Zak <kzak@redhat.com> 2.17-2
673c78
- remove Provides: lib{uuid,blkid}-static (thanks to Michael Schwendt)
673c78
- remove useless URL to sf.net
673c78
673c78
* Fri Jan  8 2010 Karel Zak <kzak@redhat.com> 2.17-1
673c78
- upgrade to the final 2.17
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17-ReleaseNotes
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17-ChangeLog
673c78
- fix #545147 - util-linux-ng : Violation of the Packaging Guidelines
673c78
  (remove uuid and blkid static libs)
673c78
673c78
* Mon Dec 14 2009 Karel Zak <kzak@redhat.com> 2.17-0.6
673c78
- minor fixes in spec file (fix URL, add Requires, add LGPLv2+)
673c78
673c78
* Wed Dec  9 2009 Karel Zak <kzak@redhat.com> 2.17-0.5
673c78
- upgrade to 2.17-rc2
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17-rc2-ChangeLog
673c78
673c78
* Mon Dec  7 2009 Karel Zak <kzak@redhat.com> 2.17-0.4
673c78
- add clock.8 man page (manlink to hwclock)
673c78
- add --help to mount.tmpfs
673c78
673c78
* Mon Nov 23 2009 Karel Zak <kzak@redhat.com> 2.17-0.3
673c78
- upgrade to 2.17-rc1
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17-rc1-ChangeLog
673c78
673c78
* Tue Nov 10 2009 Karel Zak <kzak@redhat.com> 2.17-0.2.git10dfc39
673c78
- upgrade to pre-release snapshot (official changelog not available yet, see
673c78
  http://git.kernel.org/?p=utils/util-linux-ng/util-linux-ng.git for now)
673c78
673c78
* Mon Oct 19 2009 Karel Zak <kzak@redhat.com> 2.17-0.1.git5e51568
673c78
- upgrade to pre-release snapshot (official changelog not available yet, see
cc5e9d
  http://git.kernel.org/?p=utils/util-linux-ng/util-linux-ng.git for now)
673c78
- new commands: fallocate, unshare, wipefs
673c78
- libblkid supports topology and partitions probing
673c78
- remove support for --rmpart[s] from blockdev(8) (util-linux-ng-2.14-blockdev-rmpart.patch)
673c78
- merged upstream:
673c78
  util-linux-ng-2.14-sfdisk-dump.patch
673c78
  util-linux-ng-2.16-blkid-swsuspend.patch
673c78
  util-linux-ng-2.16-libblkid-compression.patch
673c78
  util-linux-ng-2.16-libblkid-ext2.patch
673c78
  util-linux-ng-2.16-switchroot-tty.patch
673c78
673c78
* Mon Oct  5 2009 Karel Zak <kzak@redhat.com> 2.16-13
673c78
- fix spec file
673c78
673c78
* Fri Oct  2 2009 Karel Zak <kzak@redhat.com> 2.16-12
673c78
- release++
673c78
673c78
* Thu Oct  1 2009 Karel Zak <kzak@redhat.com> 2.16-11
673c78
- fix #519237 - bash: cannot set terminal process group (-1): Inappropriate ioctl for device
673c78
673c78
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.16-10
673c78
- use password-auth common PAM configuration instead of system-auth and
673c78
  drop pam_console.so call from the remote PAM config file
673c78
673c78
* Mon Sep 14 2009 Karel Zak <kzak@redhat.com> 2.16-9
673c78
- fix #522718 - sfdisk -d /dev/xxx | sfdisk --force /dev/yyy fails when LANG is set
673c78
- fix typo in swsuspend detection
673c78
673c78
* Wed Aug 26 2009 Tomas Mraz <tmraz@redhat.com> - 2.16-8
673c78
- rebuilt with new audit
673c78
673c78
* Sun Aug 23 2009 Karel Zak <kzak@redhat.com> 2.16-7
673c78
- fix #518572 - blkid requires ext2.ko to be decompressed on installation media
673c78
673c78
* Thu Aug 13 2009 Karel Zak <kzak@redhat.com> 2.16-5
673c78
- fix #513104 - blkid returns no fstype for ext2 device when ext2 module not loaded
673c78
673c78
* Wed Aug  5 2009 Stepan Kasal <skasal@redhat.com> 2.16-4
673c78
- set conflict with versions of e2fsprogs containing fsck
673c78
673c78
* Thu Jul 30 2009 Karel Zak <kzak@redhat.com> 2.16-3
673c78
- remove the mount.conf support (see #214891)
673c78
673c78
* Mon Jul 27 2009 Karel Zak <kzak@redhat.com> 2.16-2
673c78
- fix #214891 - add mount.conf and MTAB_LOCK_DIR= option
673c78
673c78
* Sat Jul 25 2009 Karel Zak <kzak@redhat.com> 2.16-1
673c78
- upgrade to 2.16
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16-ReleaseNotes
673c78
- enable built-in libuuid (replacement for the old uuid stuff from e2fsprogs)
673c78
- new commands switch_root, uuidgen and uuidd (subpackage)
673c78
673c78
* Wed Jun 10 2009 Karel Zak <kzak@redhat.com> 2.15.1-1
673c78
- upgrade to 2.15.1
673c78
673c78
* Mon Jun  8 2009 Karel Zak <kzak@redhat.com> 2.15.1-0.2
673c78
- set BuildRequires: e2fsprogs-devel
673c78
- add Requires: e2fsprogs-devel to libblkid-devel
673c78
673c78
* Thu Jun  4 2009 Karel Zak <kzak@redhat.com> 2.15.1-0.1
673c78
- upgrade to 2.15.1-rc1
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.15/v2.15-ReleaseNotes
cc5e9d
  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.15/v2.15.1-rc1-ChangeLog
673c78
- merged patches:
673c78
  util-linux-ng-2.14-login-remote.patch
673c78
  util-linux-ng-2.14-fdisk-4k-I.patch
673c78
  util-linux-ng-2.14-fdisk-4k-II.patch
673c78
  util-linux-ng-2.14-fdisk-4k-III.patch
673c78
  util-linux-ng-2.14-dmesg-r.patch
673c78
  util-linux-ng-2.14-flock-segfaults.patch
673c78
  util-linux-ng-2.14-renice-n.patch
673c78
- new commands: lscpu, ipcmk
673c78
- remove support for "managed" and "kudzu" mount options
673c78
- cleanup spec file
673c78
- enable built-in libblkid (replacement for the old blkid from e2fsprogs)
673c78
673c78
* Thu Apr  2 2009 Karel Zak <kzak@redhat.com> 2.14.2-8
673c78
- fix #490769 - post scriptlet failed (thanks to Dan Horak)
cc5e9d
673c78
* Fri Mar 20 2009 Karel Zak <kzak@redhat.com> 2.14.2-7
673c78
- fix some nits in mount.tmpfs
673c78
673c78
* Fri Mar 20 2009 Karel Zak <kzak@redhat.com> 2.14.2-6
673c78
- fix #491175 - mount of tmpfs FSs fail at boot
673c78
673c78
* Thu Mar 19 2009 Karel Zak <kzak@redhat.com> 2.14.2-5
673c78
- fix #489672 - flock segfaults when file name is not given (upstream)
673c78
- fix #476964 - Mount /var/tmp with tmpfs creates denials
673c78
- fix #487227 - fdisk 4KiB hw sectors support (upstream)
673c78
- fix #477303 - renice doesn't support -n option (upstream)
673c78
673c78
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.14.2-4
673c78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
673c78
673c78
* Fri Feb 20 2009 Karel Zak <kzak@redhat.com> 2.14.2-3
673c78
- add -r option to dmesg(1)
673c78
673c78
* Mon Feb  9 2009 Karel Zak <kzak@redhat.com> 2.14.2-2
673c78
- fix typo in spec file
673c78
673c78
* Mon Feb  9 2009 Karel Zak <kzak@redhat.com> 2.14.2-1
673c78
- upgrade to stable 2.14.2
673c78
  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.14/v2.14.2-ReleaseNotes
673c78
673c78
* Thu Jan 22 2009 Karel Zak <kzak@redhat.com> 2.14.2-0.2
673c78
- fix #480413 - util-linux-ng doesn't include scriptreplay
673c78
- fix #479002 - remove dependency on ConsoleKit-libs
673c78
- upgrade to 2.14.2-rc2
673c78
673c78
* Mon Dec 22 2008 Karel Zak <kzak@redhat.com> 2.14.2-0.1
673c78
- upgrade to 2.14.2-rc1
673c78
- refresh old patches
673c78
673c78
* Fri Nov 21 2008 Karel Zak <kzak@redhat.com> 2.14.1-5
673c78
- fix #472502 - problem with fdisk and use +sectors for the end of partition
673c78
673c78
* Mon Oct  6 2008 Karel Zak <kzak@redhat.com> 2.14.1-3
673c78
- fix #465761 -  mount manpage is missing uid/gid mount options for tmpfs
673c78
- refresh util-linux-ng-2.14-mount-file_t.patch (fuzz=0)
673c78
673c78
* Wed Sep 10 2008 Karel Zak <kzak@redhat.com> 2.14.1-2
673c78
- remove obsolete pam-console support
673c78
673c78
* Wed Sep 10 2008 Karel Zak <kzak@redhat.com> 2.14.1-1
673c78
- upgrade to stable 2.14.1
673c78
673c78
* Thu Aug 14 2008 Karel Zak <kzak@redhat.com> 2.14.1-0.1
673c78
- upgrade to 2.14.1-rc1
673c78
- refresh old patches
673c78
673c78
* Thu Jul 24 2008 Karel Zak <kzak@redhat.com> 2.14-3
673c78
- update util-linux-ng-2.14-mount-file_t.patch to make
673c78
  the SELinux warning optional (verbose mode is required)
673c78
673c78
* Tue Jul  1 2008 Karel Zak <kzak@redhat.com> 2.14-2
673c78
- fix #390691 - mount should check selinux context on mount, and warn on file_t
673c78
673c78
* Mon Jun  9 2008 Karel Zak <kzak@redhat.com> 2.14-1
673c78
- upgrade to stable util-linux-ng release
673c78
673c78
* Mon May 19 2008 Karel Zak <kzak@redhat.com> 2.14-0.1
673c78
- upgrade to 2.14-rc3
673c78
- remove arch(8) (deprecated in favor of uname(1) or arch(1) from coreutils)
673c78
- add a new command ldattach(8)
673c78
- cfdisk(8) linked with libncursesw
673c78
673c78
* Tue Apr 22 2008 Karel Zak <kzak@redhat.com> 2.13.1-9
673c78
- fix audit log injection attack via login
673c78
673c78
* Thu Apr 17 2008 Karel Zak <kzak@redhat.com> 2.13.1-8
673c78
- fix location of the command raw(8)
673c78
673c78
* Tue Apr 15 2008 Karel Zak <kzak@redhat.com> 2.13.1-7
673c78
- fix 244383 - libblkid uses TYPE="swsuspend" for S1SUSPEND/S2SUSPEND
673c78
673c78
* Wed Apr  2 2008 Karel Zak <kzak@redhat.com> 2.13.1-6
673c78
- fix 439984 - backport mkswap -U
673c78
673c78
* Wed Mar 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.13.1-5
673c78
- clean up sparc conditionals
673c78
673c78
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.13.1-4
673c78
- Autorebuild for GCC 4.3
673c78
673c78
* Mon Jan 28 2008 Karel Zak <kzak@redhat.com> 2.13.1-3
673c78
- upgrade to new upstream release
673c78
- fix #427874 - util-linux-ng gets "excess command line argument" on update
673c78
673c78
* Wed Jan  2 2008 Karel Zak <kzak@redhat.com> 2.13.1-2
673c78
- update to upstream 2.13.1-rc2
673c78
673c78
* Wed Dec 12 2007 Dan Walsh <dwalsh@redhat.com> 2.13.1-1
673c78
- Fix pam files so that pam_keyinit happens after pam_selinux.so
673c78
673c78
* Wed Dec 12 2007 Karel Zak <kzak@redhat.com> 2.13.1-0.2
673c78
- remove viwp and vigr (in favour of shadow-utils)
673c78
673c78
* Sun Dec  9 2007 Karel Zak <kzak@redhat.com> 2.13.1-0.1
673c78
- update to the latest upstream stable branch
673c78
  (commit: fda9d11739ee88c3b2f22a73f12ec019bd3b8335)
673c78
673c78
* Wed Oct 31 2007 Karel Zak <kzak@redhat.com> 2.13-4
673c78
- fix #354791 - blockdev command calls the blkpg ioctl with a wrong data structure
673c78
673c78
* Tue Oct 16 2007 Karel Zak <kzak@redhat.com> 2.13-3
673c78
- fix mount -L | -U segfault
673c78
- fix script die on SIGWINCH
673c78
673c78
* Thu Oct  4 2007 Karel Zak <kzak@redhat.com> 2.13-2
673c78
- update to the latest upstream stable branch
673c78
673c78
* Tue Aug 28 2007 Karel Zak <kzak@redhat.com> 2.13-1
673c78
- upgrade to stable util-linux-ng release
673c78
673c78
* Fri Aug 24 2007 Karel Zak <kzak@redhat.com> 2.13-0.59
673c78
- add release number to util-linux Provides and increment setarch Obsoletes
673c78
- fix #254114 - spec typo
673c78
- upgrade to floppy-0.16
673c78
- add BuildRequires: popt-devel
673c78
673c78
* Wed Aug 22 2007 Jesse Keating <jkeating@redhat.com>  2.13-0.58
673c78
- Obsolete a sufficiently high enough version of setarch
673c78
673c78
* Mon Aug 20 2007 Karel Zak <kzak@redhat.com>  2.13-0.57
673c78
- fix #253664 - util-linux-ng fails to build on sparc (patch by Dennis Gilmore)
673c78
- rebase to new GIT snapshot
673c78
673c78
* Mon Aug 20 2007 Karel Zak <kzak@redhat.com> 2.13-0.56
673c78
- fix obsoletes field
673c78
673c78
* Mon Aug 20 2007 Karel Zak <kzak@redhat.com> 2.13-0.55
673c78
- util-linux-ng includes setarch(1), define relevat Obsoletes+Provides
673c78
673c78
* Mon Aug 20 2007 Karel Zak <kzak@redhat.com> 2.13-0.54
673c78
- port "blockdev --rmpart" patch from util-linux
673c78
- use same Provides/Obsoletes setting like in util-linux
673c78
673c78
* Wed Aug 15 2007 Karel Zak <kzak@redhat.com> 2.13-0.53
673c78
- fix #252046 - review Request: util-linux-ng (util-linux replacement)
673c78
673c78
* Mon Aug 13 2007 Karel Zak <kzak@redhat.com> 2.13-0.52
673c78
- rebase to util-linux-ng (new util-linux upstream fork,
673c78
		based on util-linux 2.13-pre7)
673c78
- more than 70 Fedora/RHEL patches have been merged to upstream code
673c78
673c78
* Fri Apr  6 2007 Karel Zak <kzak@redhat.com> 2.13-0.51
673c78
- fix #150493 - hwclock --systohc sets clock 0.5 seconds slow
673c78
- fix #220873 - starting RPC idmapd: Error: RPC MTAB does not exist.
673c78
		(added rpc_pipefs to util-linux-2.13-umount-sysfs.patch)
673c78
- fix #227903 - mount -f does not work with NFS-mounted
673c78
673c78
* Sat Mar  3 2007 David Zeuthen <davidz@redhat.com> 2.13-0.50
673c78
- include ConsoleKit session module by default (#229172)
673c78
673c78
* Thu Jan 11 2007 Karel Zak <kzak@redhat.com> 2.13-0.49
673c78
- fix #222293 - undocumented partx,addpart, delpart
673c78
673c78
* Sun Dec 17 2006 Karel Zak <kzak@redhat.com> 2.13-0.48
673c78
- fix paths in po/Makefile.in.in
673c78
673c78
* Fri Dec 15 2006 Karel Zak <kzak@redhat.com> 2.13-0.47
673c78
- fix #217240 - namei ignores non-directory components instead of saying "Not a directory"
673c78
- fix #217241 - namei enforces symlink limits inconsistently
673c78
673c78
* Thu Dec 14 2006 Karel Zak <kzak@redhat.com> 2.13-0.46
673c78
- fix leaking file descriptor in the more command (patch by Steve Grubb)
673c78
673c78
* Wed Dec 13 2006 Karel Zak <kzak@redhat.com> 2.13-0.45
673c78
- use ncurses only
673c78
- fix #218915 - fdisk -b 4K
673c78
- upgrade to -pre7 release
673c78
- fix building problem with raw0 patch
cc5e9d
- fix #217186 - /bin/sh: @MKINSTALLDIRS@: No such file or directory
673c78
  (port po/Makefile.in.in from gettext-0.16)
673c78
- sync with FC6 and RHEL5:
673c78
- fix #216489 - SCHED_BATCH option missing in chrt
673c78
- fix #216712 - issues with raw device support ("raw0" is wrong device name)
673c78
- fix #216760 - mount with context or fscontext option fails
673c78
  (temporarily disabled the support for additional contexts -- not supported by kernel yet)
673c78
- fix #211827 - Can't mount with additional contexts
673c78
- fix #213127 - mount --make-unbindable does not work
673c78
- fix #211749 - add -r option to losetup to create a read-only loop
673c78
673c78
* Thu Oct 12 2006 Karel Zak <kzak@redhat.com> 2.13-0.44
673c78
- fix #209911 - losetup.8 updated (use dm-crypt rather than deprecated cryptoloop)
673c78
- fix #210338 - spurious error from '/bin/login -h $PHONENUMBER' (bug in IPv6 patch)
673c78
- fix #208634 - mkswap "works" without warning on a mounted device
673c78
673c78
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.13-0.43
673c78
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
673c78
673c78
* Wed Sep 20 2006 Karel Zak <kzak@redhat.com> 2.13-0.42
673c78
- remove obsolete NFS code and patches (we use /sbin/mount.nfs
673c78
  and /sbin/umount.nfs from nfs-utils now)
673c78
- move nfs.5 to nfs-utils
673c78
673c78
* Fri Sep 15 2006 Karel Zak <kzak@redhat.com> 2.13-0.41
673c78
- fix #205038 - mount not allowing sloppy option (exports "-s"
cc5e9d
  to external /sbin/mount.nfs(4) calls)
673c78
- fix minor bug in util-linux-2.13-mount-twiceloop.patch
673c78
- fix #188193- util-linux should provide plugin infrastructure for HAL
673c78
673c78
* Mon Aug 21 2006 Karel Zak <kzak@redhat.com> 2.13-0.40
673c78
- fix Makefile.am in util-linux-2.13-mount-context.patch
673c78
- fix #201343 - pam_securetty requires known user to work
673c78
		(split PAM login configuration to two files)
673c78
- fix #203358 - change location of taskset binary to allow for early affinity work
673c78
673c78
* Fri Aug 11 2006 Karel Zak <kzak@redhat.com> 2.13-0.39
673c78
- fix #199745 - non-existant simpleinit(8) mentioned in ctrlaltdel(8)
673c78
673c78
* Thu Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 2.13-0.38
673c78
- Change keycreate line to happen after pam_selinux open call so it gets correct context
673c78
673c78
* Thu Aug 10 2006 Karel Zak <kzak@redhat.com> 2.13-0.37
673c78
- fix #176494 - last -i returns strange IP addresses (patch by Bill Nottingham)
673c78
673c78
* Thu Jul 27 2006 Karel Zak <kzak@redhat.com> 2.13-0.36
673c78
- fix #198300, #199557 - util-linux "post" scriptlet failure
673c78
673c78
* Thu Jul 27 2006 Steve Dickson <steved@redhat.com> 2.13-0.35
673c78
- Added the -o fsc flag to nfsmount.
673c78
673c78
* Wed Jul 26 2006 Karel Zak <kzak@redhat.com> 2.13-0.34
673c78
- rebuild
673c78
673c78
* Tue Jul 18 2006 Karel Zak <kzak@redhat.com> 2.13-0.33
673c78
- add Requires(post): libselinux
673c78
673c78
* Mon Jul 17 2006 Karel Zak <kzak@redhat.com> 2.13-0.32
673c78
- add IPv6 support to the login command (patch by Milan Zazrivec)
cc5e9d
- fix #198626 - add keyinit instructions to the login PAM script
cc5e9d
  (patch by David Howells)
673c78
673c78
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.13-0.31.1
673c78
- rebuild
673c78
673c78
* Tue Jul 11 2006 Karel Zak <kzak@redhat.com> 2.13-0.31
673c78
- cleanup dependences for post and preun scriptlets
673c78
673c78
* Mon Jul 10 2006 Karsten Hopp <karsten@redhat.de> 2.13-0.30
673c78
- silence install in minimal buildroot without /var/log
673c78
cc5e9d
* Fri Jul  7 2006 Karel Zak <kzak@redhat.com> 2.13-0.29
673c78
- include the raw command for RHELs
673c78
673c78
* Mon Jun 26 2006 Florian La Roche <laroche@redhat.com> 2.13-0.28
673c78
- move install-info parts from postun to preun
673c78
673c78
* Wed Jun 21 2006 Dan Walsh <dwalsh@RedHat.com> 2.13-0.27
673c78
- Only execute chcon on machines with selinux enabled
673c78
673c78
* Wed Jun 14 2006 Steve Dickson <steved@redhat.com> 2.13-0.26
673c78
- Remove unneeded header files from nfsmount.c
673c78
673c78
* Mon Jun 12 2006 Karel Zak <kzak@redhat.com> 2.13-0.25
673c78
- fix #187014 - umount segfaults for normal user
673c78
- fix #183446 - cal not UTF-8-aware
673c78
- fix #186915 - mount does not translate SELIinux context options though libselinux
673c78
- fix #185500 - Need man page entry for -o context= mount option
673c78
- fix #152579 - missing info about /etc/mtab and /proc/mounts mismatch
673c78
- fix #183890 - missing info about possible ioctl() and fcntl() problems on NFS filesystem
673c78
- fix #191230 - using mount --move results in wrong data in /etc/mtab
673c78
- added mount subtrees support
673c78
- fdisk: wrong number of sectors for large disks (suse#160822)
cc5e9d
- merge fdisk-xvd (#182553) with new fdisk-isfull (#188981) patch
673c78
- fix #181549 - raw(8) manpage has old information about dd
673c78
- remove asm/page.h usage
673c78
673c78
* Wed May 24 2006 Dan Walsh <dwalsh@RedHat.com> 2.13-0.24
673c78
- Remove requirement on restorecon, since we can do the same thing
673c78
- with chcon/matchpathcon, and not add requirement on policycoreutils
673c78
673c78
* Wed May 24 2006 Steve Dickson <steved@redhat.com> 2.13-0.23
673c78
- Fixed bug in patch for bz183713 which cause nfs4 mounts to fail.
673c78
673c78
* Tue May  2 2006 Steve Dickson <steved@redhat.com> 2.13-0.22
673c78
- Added syslog logging to background mounts as suggested
673c78
  by a customer.
673c78
673c78
* Mon May  1 2006 Steve Dickson <steved@redhat.com> 2.13-0.21
673c78
- fix #183713 - foreground mounts are not retrying as advertised
673c78
- fix #151549 - Added 'noacl' mount flag
673c78
- fix #169042 - Changed nfsmount to try udp before using tcp when rpc-ing
673c78
		the remote rpc.mountd (iff -o tcp is not specified).
673c78
		This drastically increases the total number of tcp mounts
673c78
		that can happen at once (ala autofs).
673c78
673c78
* Thu Mar  9 2006 Jesse Keating <jkeating@redhat.com> 2.13-0.20
673c78
- Better calling of restorecon as suggested by Bill Nottingham
673c78
- prereq restorecon to avoid ordering issues
673c78
673c78
* Thu Mar  9 2006 Jesse Keating <jkeating@redhat.com> 2.13-0.19
673c78
- restorecon /var/log/lastlog
673c78
673c78
* Wed Mar  8 2006 Karel Zak <kzak@redhat.com> 2.13-0.17
673c78
- fix #181782 - mkswap selinux relabeling (fix util-linux-2.13-mkswap-selinux.patch)
673c78
673c78
* Wed Feb 22 2006 Karel Zak <kzak@redhat.com> 2.13-0.16
673c78
- fix #181782 - mkswap should automatically add selinux label to swapfile
673c78
- fix #180730 - col is exiting with 1 (fix util-linux-2.12p-col-EILSEQ.patch)
673c78
- fix #181896 - broken example in schedutils man pages
673c78
- fix #177331 - login omits pam_acct_mgmt & pam_chauthtok when authentication is skipped.
673c78
- fix #177523 - umount -a should not unmount sysfs
673c78
- fix #182553 - fdisk -l inside xen guest shows no disks
673c78
673c78
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13-0.15.1
673c78
- bump again for double-long bug on ppc(64)
673c78
673c78
* Wed Feb  8 2006 Peter Jones <pjones@redhat.com> 2.13-0.15
673c78
- add "blockdev --rmpart N <device>" and "blockdev --rmparts <device>"
673c78
673c78
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13-0.14.1
673c78
- rebuilt for new gcc4.1 snapshot and glibc changes
673c78
673c78
* Thu Jan 19 2006 Steve Dickson <steved@redhat.com> 2.13-0.14
673c78
- Updated the gssd_check() and idmapd_check(), used with
673c78
  nfsv4 mounts, to looked for the correct file in /var/lock/subsys
cc5e9d
  which stops bogus warnings.
673c78
673c78
* Tue Jan  3 2006 Karel Zak <kzak@redhat.com> 2.13-0.13
673c78
- fix #174676 - hwclock audit return code mismatch
673c78
- fix #176441: col truncates data
673c78
- fix #174111 - mount allows loopback devices to be mounted more than once to the same mount point
673c78
- better wide chars usage in the cal command (based on the old 'moremisc' patch)
673c78
673c78
* Mon Dec 12 2005 Karel Zak <kzak@redhat.com> 2.13-0.12
673c78
- rebuilt
673c78
673c78
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
673c78
- rebuilt
673c78
673c78
* Fri Nov 25 2005 Karel Zak <kzak@redhat.com> 2.13-0.11.pre6
673c78
- update to upstream version 2.13-pre6
673c78
- fix #172203 - mount man page in RHEL4 lacks any info on cifs mount options
673c78
673c78
* Mon Nov  7 2005 Karel Zak <kzak@redhat.com> 2.13-0.10.pre5
673c78
- fix #171337 - mkfs.cramfs doesn't work correctly with empty files
673c78
673c78
* Fri Oct 28 2005 Karel Zak <kzak@redhat.com> 2.13-0.9.pre5
673c78
- rebuild
673c78
673c78
* Wed Oct 26 2005 Karel Zak <kzak@redhat.com> 2.13-0.8.pre5
673c78
- updated version of the patch for hwclock audit
673c78
673c78
* Thu Oct 20 2005 Karel Zak <kzak@redhat.com> 2.13-0.7.pre5
673c78
- fix #171337 - mkfs.cramfs dies creating installer image
673c78
673c78
* Thu Oct 20 2005 Karel Zak <kzak@redhat.com> 2.13-0.6.pre5
673c78
- update to upstream 2.13pre5
673c78
- remove separated cramfs1.1 (already in upstream package)
673c78
- remove odd symlink /usr/bin/mkcramfs -> ../../sbin/mkfs.cramfs
673c78
- fix #170171 - ipcs -lm always report "max total shared memory (kbytes) = 0"
673c78
673c78
* Mon Oct 17 2005 Karel Zak <kzak@redhat.com> 2.13-0.5.pre4
673c78
* fix #170564 - add audit message to login
673c78
673c78
* Fri Oct  7 2005 Karel Zak <kzak@redhat.com> 2.13-0.4.pre4
673c78
- fix #169628 - /usr/bin/floppy doesn't work with /dev/fd0
673c78
- fix #168436 - login will attempt to run if it has no read/write access to its terminal
673c78
- fix #168434 - login's timeout can fail - needs to call siginterrupt(SIGALRM,1)
673c78
- fix #165253 - losetup missing option -a [new feature]
673c78
- update PAM files (replace pam_stack with new "include" PAM directive)
673c78
- remove kbdrate from src.rpm
673c78
- update to 2.13pre4
673c78
673c78
* Fri Oct  7 2005 Steve Dickson <steved@redhat.com> 2.13-0.3.pre3
673c78
- fix #170110 - Documentation for 'rsize' and 'wsize' NFS mount options
673c78
		is misleading
673c78
673c78
* Fri Sep  2 2005 Karel Zak <kzak@redhat.com> 2.13-0.3.pre2
673c78
- fix #166923 - hwclock will not run on a non audit-enabled kernel
673c78
- fix #159410 - mkswap(8) claims max swap area size is 2 GB
673c78
- fix #165863 - swsusp swaps should be reinitialized
673c78
- change /var/log/lastlog perms to 0644
673c78
673c78
* Tue Aug 16 2005 Karel Zak <kzak@redhat.com> 2.13-0.2.pre2
673c78
- /usr/share/misc/getopt/* -move-> /usr/share/doc/util-linux-2.13/getopt-*
673c78
- the arch command marked as deprecated
673c78
- removed: elvtune, rescuept and setfdprm
673c78
- removed: man8/sln.8 (moved to man-pages, see #10601)
673c78
- removed REDAME.pg and README.reset
673c78
- .spec file cleanup
673c78
- added schedutils (commands: chrt, ionice and taskset)
673c78
673c78
* Tue Jul 12 2005 Karel Zak <kzak@redhat.com> 2.12p-9.7
673c78
- fix #159339 - util-linux updates for new audit system
673c78
- fix #158737 - sfdisk warning for large partitions, gpt
673c78
- fix #150912 - Add ocfs2 support
673c78
- NULL is better than zero at end of execl()
673c78
673c78
* Thu Jun 16 2005 Karel Zak <kzak@redhat.com> 2.12p-9.5
673c78
- fix #157656 - CRM 546998: Possible bug in vipw, changes permissions of /etc/shadow and /etc/gshadow
673c78
- fix #159339 - util-linux updates for new audit system (pam_loginuid.so added to util-linux-selinux.pamd)
673c78
- fix #159418 - sfdisk unusable - crashes immediately on invocation
673c78
- fix #157674 - sync option on VFAT mount destroys flash drives
673c78
- fix .spec file /usr/sbin/{hwclock,clock} symlinks
673c78
673c78
* Wed May  4 2005 Jeremy Katz <katzj@redhat.com> - 2.12p-9.3
673c78
- rebuild against new libe2fsprogs (and libblkid) to fix cramfs auto-detection
673c78
673c78
* Mon May  2 2005 Karel Zak <kzak@redhat.com> 2.12p-9.2
673c78
- rebuild
673c78
673c78
* Mon May  2 2005 Karel Zak <kzak@redhat.com> 2.12p-9
673c78
- fix #156597 - look - doesn't work with separators
673c78
673c78
* Mon Apr 25 2005 Karel Zak <kzak@redhat.com> 2.12p-8
673c78
- fix #154498 - util-linux login & pam session
673c78
- fix #155293 - man 5 nfs should include vers as a mount option
673c78
- fix #76467 - At boot time, fsck chokes on LVs listed by label in fstab
673c78
- new Source URL
673c78
- added note about ATAPI IDE floppy to fdformat.8
673c78
- fix #145355 - Man pages for fstab and fstab-sync in conflict
673c78
673c78
* Tue Apr  5 2005 Karel Zak <kzak@redhat.com> 2.12p-7
673c78
- enable build with libblkid from e2fsprogs-devel
673c78
- remove workaround for duplicated labels
673c78
673c78
* Thu Mar 31 2005 Steve Dickson <SteveD@RedHat.com> 2.12p-5
673c78
- Fixed nfs mount to rollback correctly.
673c78
673c78
* Fri Mar 25 2005 Karel Zak <kzak@redhat.com> 2.12p-4
673c78
- added /var/log/lastlog to util-linux (#151635)
673c78
- disabled 'newgrp' in util-linux (enabled in shadow-utils) (#149997, #151613)
673c78
- improved mtab lock (#143118)
673c78
- fixed ipcs typo (#151156)
673c78
- implemented mount workaround for duplicated labels (#116300)
673c78
673c78
* Wed Mar 16 2005 Elliot Lee <sopwith@redhat.com> 2.12p-3
673c78
- rebuilt
673c78
673c78
* Fri Feb 25 2005 Steve Dickson <SteveD@RedHat.com> 2.12p-2
673c78
- Changed nfsmount to only use reserve ports when necessary
cc5e9d
  (bz# 141773)
673c78
673c78
* Thu Dec 23 2004 Elliot Lee <sopwith@redhat.com> 2.12p-1
673c78
- Update to util-linux-2.12p. This changes swap header format
673c78
  from - you may need to rerun mkswap if you did a clean install of
673c78
  FC3.
673c78
673c78
* Fri Dec 10 2004 Elliot Lee <sopwith@redhat.com> 2.12j-1
673c78
- Update to util-linux-2.12j
673c78
673c78
* Tue Dec  7 2004 Steve Dickson <SteveD@RedHat.com> 2.12a-20
673c78
- Corrected a buffer overflow problem with nfs mounts.
cc5e9d
  (bz# 141733)
673c78
673c78
* Wed Dec 01 2004 Elliot Lee <sopwith@redhat.com> 2.12a-19
673c78
- Patches for various bugs.
673c78
673c78
* Mon Nov 29 2004 Steve Dickson <SteveD@RedHat.com> 2.12a-18
673c78
- Made NFS mounts adhere to the IP protocol if specified on
673c78
  command line as well as made NFS umounts adhere to the
673c78
  current IP protocol. Fix #140016
673c78
673c78
* Thu Oct 14 2004 Elliot Lee <sopwith@redhat.com> 2.12a-16
673c78
- Add include_raw macro, build with it off for Fedora
673c78
673c78
* Wed Oct 13 2004 Stephen C. Tweedie <sct@redhat.com> - 2.12a-15
673c78
- Add raw patch to allow binding of devices not yet in /dev
673c78
673c78
* Wed Oct 13 2004 John (J5) Palmieri <johnp@redhat.com> 2.12a-14
673c78
- Add David Zeuthen's patch to enable the pamconsole flag #133941
673c78
673c78
* Wed Oct 13 2004 Stephen C. Tweedie <sct@redhat.com> 2.12a-13
673c78
- Restore raw utils (bugzilla #130016)
673c78
673c78
* Mon Oct 11 2004 Phil Knirsch <pknirsch@redhat.com> 2.12a-12
673c78
- Add the missing remote entry in pam.d
673c78
673c78
* Wed Oct  6 2004 Steve Dickson <SteveD@RedHat.com>
673c78
- Rechecked in some missing NFS mounting code.
673c78
673c78
* Wed Sep 29 2004 Elliot Lee <sopwith@redhat.com> 2.12a-10
673c78
- Make swaplabel support work with swapon -a -e
673c78
673c78
* Tue Sep 28 2004 Steve Dickson <SteveD@RedHat.com>
673c78
- Updated the NFS and NFS4 code to the latest CITI patch set
673c78
  (in which they incorporate a number of our local patches).
673c78
673c78
* Wed Sep 15 2004 Nalin Dahybhai <nalin@redhat.com> 2.12a-8
673c78
- Fix #132196 - turn on SELinux support at build-time.
673c78
673c78
* Wed Sep 15 2004 Phil Knirsch <pknirsch@redhat.com> 2.12a-7
673c78
- Fix #91174 with pamstart.patch
673c78
673c78
* Tue Aug 31 2004 Elliot Lee <sopwith@redhat.com> 2.12a-6
673c78
- Fix #16415, #70616 with rdevman.patch
673c78
- Fix #102566 with loginman.patch
673c78
- Fix #104321 with rescuept.patch (just use plain lseek - we're in _FILE_OFFSET_BITS=64 land now)
673c78
- Fix #130016 - remove raw.
673c78
- Re-add agetty (replacing it with mgetty is too much pain, and mgetty is much larger)
673c78
673c78
* Thu Aug 26 2004 Steve Dickson <SteveD@RedHat.com>
673c78
- Made the NFS security checks more explicit to avoid confusion
673c78
  (an upstream fix)
673c78
- Also removed a compilation warning
673c78
673c78
* Wed Aug 11 2004 Alasdair Kergon <agk@redhat.com>
673c78
- Remove unused mount libdevmapper inclusion.
673c78
673c78
* Wed Aug 11 2004 Alasdair Kergon <agk@redhat.com>
673c78
- Add device-mapper mount-by-label support
673c78
- Fix segfault in mount-by-label when a device without a label is present.
673c78
673c78
* Wed Aug 11 2004 Steve Dickson <SteveD@RedHat.com>
673c78
- Updated nfs man page to show that intr are on by
673c78
  default for nfs4
673c78
673c78
* Thu Aug 05 2004 Jindrich Novy <jnovy@redhat.com>
673c78
- modified warning causing heart attack for >16 partitions, #107824
673c78
673c78
* Fri Jul 09 2004 Elliot Lee <sopwith@redhat.com> 2.12a-3
673c78
- Fix #126623, #126572
673c78
- Patch cleanup
673c78
- Remove agetty (use mgetty, agetty is broken)
673c78
673c78
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
673c78
- rebuilt
673c78
673c78
* Thu Jun 03 2004 Elliot Lee <sopwith@redhat.com> 2.12a-1
673c78
- Update to 2.12a
673c78
- Fix #122448
673c78
673c78
* Thu May 13 2004 Dan Walsh <dwalsh@RedHat.com> 2.12-19
673c78
- Change pam_selinux to run last
673c78
673c78
* Tue May 04 2004 Elliot Lee <sopwith@redhat.com> 2.12-18
673c78
- Fix #122448 (autofs issues)
673c78
673c78
* Fri Apr 23 2004 Elliot Lee <sopwith@redhat.com> 2.12-17
673c78
- Fix #119157 by editing the patch
673c78
- Add patch145 to fix #119986
673c78
673c78
* Fri Apr 16 2004 Elliot Lee <sopwith@redhat.com> 2.12-16
673c78
- Fix #118803
673c78
673c78
* Tue Mar 23 2004 Jeremy Katz <katzj@redhat.com> 2.12-15
673c78
- mkcramfs: use PAGE_SIZE for default blocksize (#118681)
673c78
673c78
* Sat Mar 20 2004 <SteveD@RedHat.com>
cc5e9d
- Updated the nfs-mount.patch to correctly
cc5e9d
  handle the mounthost option and to ignore
673c78
  servers that do not set auth flavors
673c78
673c78
* Tue Mar 16 2004 Dan Walsh <dwalsh@RedHat.com> 2.12-13
673c78
- Fix selinux ordering or pam for login
673c78
673c78
* Tue Mar 16 2004 <SteveD@RedHat.com>
673c78
- Make RPC error messages displayed with -v argument
673c78
- Added two checks to the nfs4 path what will print warnings
673c78
  when rpc.idmapd and rpc.gssd are not running
673c78
- Ping NFS v4 servers before diving into kernel
cc5e9d
- Make v4 mount interruptible which also make the intr option on by default
673c78
673c78
* Sat Mar 13 2004  <SteveD@RedHat.com>
673c78
- Reworked how the rpc.idmapd and rpc.gssd checks were
673c78
  done due to review comments from upstream.
673c78
- Added rpc_strerror() so the '-v' flag will show RPC errors.
673c78
673c78
* Sat Mar 13 2004  <SteveD@RedHat.com>
673c78
- Added two checks to the nfs4 path what will print warnings
673c78
  when rpc.idmapd and rpc.gssd are not running.
673c78
673c78
* Thu Mar 11 2004 <SteveD@RedHat.com>
673c78
- Reworked and updated the nfsv4 patches.
673c78
673c78
* Wed Mar 10 2004 Dan Walsh <dwalsh@RedHat.com>
673c78
- Bump version
673c78
673c78
* Wed Mar 10 2004 Steve Dickson <SteveD@RedHat.com>
673c78
- Tried to make nfs error message a bit more meaninful
673c78
- Cleaned up some warnings
673c78
cc5e9d
* Sun Mar  7 2004 Steve Dickson <SteveD@RedHat.com>
673c78
- Added pesudo flavors for nfsv4 mounts.
673c78
- Added BuildRequires: libselinux-devel and Requires: libselinux
cc5e9d
  when WITH_SELINUX is set.
673c78
673c78
* Fri Feb 27 2004 Dan Walsh <dwalsh@redhat.com> 2.12-5
673c78
- check for 2.6.3 kernel in mount options
673c78
673c78
* Mon Feb 23 2004 Elliot Lee <sopwith@redhat.com> 2.12-4
673c78
- Remove /bin/kill for #116100
673c78
673c78
* Fri Feb 20 2004 Dan Walsh <dwalsh@redhat.com> 2.12-3
673c78
- rebuilt
673c78
673c78
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
673c78
- rebuilt
673c78
673c78
* Thu Feb 12 2004 Elliot Lee <sopwith@redhat.com> 2.12-1
673c78
- Final 2.12 has been out for ages - might as well use it.
673c78
673c78
* Wed Jan 28 2004 Steve Dickson <SteveD@RedHat.com> 2.12pre-4
673c78
- Added mount patches that have NFS version 4 support
673c78
673c78
* Mon Jan 26 2004 Elliot Lee <sopwith@redhat.com> 2.12pre-3
673c78
- Provides: mount losetup
673c78
673c78
* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 2.12pre-2
673c78
- Add multiple to /etc/pam.d/login for SELinux
673c78
673c78
* Thu Jan 15 2004 Elliot Lee <sopwith@redhat.com> 2.12pre-1
673c78
- 2.12pre-1
673c78
- Merge mount/losetup packages into the main package (#112324)
cc5e9d
- Lose separate
673c78
673c78
* Mon Nov 3 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-35.sel
673c78
- remove selinux code from login and use pam_selinux
673c78
673c78
* Thu Oct 30 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-34.sel
673c78
- turn on selinux
673c78
673c78
* Fri Oct 24 2003 Elliot Lee <sopwith@redhat.com> 2.11y-34
673c78
- Add BuildRequires: texinfo (from a bug# I don't remember)
673c78
- Fix #90588 with mountman patch142.
673c78
673c78
* Mon Oct 6 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-33
673c78
- turn off selinux
673c78
673c78
* Thu Sep 25 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-32.sel
673c78
- turn on selinux
673c78
- remove context selection
673c78
673c78
* Fri Sep 19 2003 Elliot Lee <sopwith@redhat.com> 2.11y-31
673c78
- Add patch140 (alldevs) to fix #101772. Printing the total size of
673c78
  all devices was deemed a lower priority than having all devices
673c78
  (e.g. /dev/ida/c0d9) displayed.
673c78
673c78
* Fri Sep 12 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-31
673c78
- turn off selinux
673c78
673c78
* Fri Sep 12 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-30.sel
673c78
- turn on selinux
673c78
673c78
* Fri Sep 5 2003 Elliot Lee <sopwith@redhat.com> 2.11y-28
673c78
- Fix #103004, #103954
673c78
673c78
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-27
673c78
- turn off selinux
673c78
673c78
* Thu Sep 4 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-26.sel
673c78
- build with selinux
673c78
673c78
* Mon Aug 11 2003 Elliot Lee <sopwith@redhat.com> 2.11y-25
673c78
- Use urandom instead for mkcramfs
673c78
673c78
* Tue Jul 29 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-24
673c78
- add SELINUX 2.5 support
673c78
673c78
* Wed Jul 23 2003 Elliot Lee <sopwith@redhat.com> 2.11y-22
673c78
- #100433 patch
673c78
673c78
* Sat Jun 14 2003 Elliot Lee <sopwith@redhat.com> 2.11y-20
673c78
- #97381 patch
673c78
673c78
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
673c78
- rebuilt
673c78
673c78
* Mon Apr 21 2003 Elliot Lee <sopwith@redhat.com> 2.11y-17
673c78
- Change patch128 to improve ipcs -l
673c78
673c78
* Fri Apr 11 2003 Elliot Lee <sopwith@redhat.com> 2.11y-16
673c78
- Fix #85407
673c78
673c78
* Fri Apr 11 2003 Elliot Lee <sopwith@redhat.com> 2.11y-15
673c78
- Change patch128 to util-linux-2.11f-ipcs-84243-86285.patch to get all
673c78
ipcs fixes
673c78
673c78
* Thu Apr 10 2003 Matt Wilson <msw@redhat.com> 2.11y-14
673c78
- fix last login date display on AMD64 (#88574)
673c78
673c78
* Mon Apr  7 2003 Jeremy Katz <katzj@redhat.com> 2.11y-13
673c78
- include sfdisk on ppc
673c78
673c78
* Fri Mar 28 2003 Jeremy Katz <katzj@redhat.com> 2.11y-12
673c78
- add patch from msw to change mkcramfs blocksize with a command line option
673c78
673c78
* Tue Mar 25 2003 Phil Knirsch <pknirsch@redhat.com> 2.11y-11
673c78
- Fix segfault on s390x due to wrong usage of BLKGETSIZE.
673c78
673c78
* Thu Mar 13 2003 Elliot Lee <sopwith@redhat.com> 2.11y-10
673c78
- Really apply the ipcs patch. Doh.
673c78
673c78
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
673c78
- rebuilt
673c78
673c78
* Wed Feb 19 2003 Elliot Lee <sopwith@redhat.com> 2.11y-8
673c78
- ipcs-84243.patch to fix #84243
673c78
673c78
* Thu Feb 13 2003 Yukihiro Nakai <ynakai@redhat.com> 2.11y-7
673c78
- Update moremisc patch to fix swprintf()'s minimum field (bug #83361).
673c78
673c78
* Mon Feb 03 2003 Elliot Lee <sopwith@redhat.com> 2.11y-6
673c78
- Fix mcookie segfault on many 64-bit architectures (bug #83345).
673c78
673c78
* Mon Feb 03 2003 Tim Waugh <twaugh@redhat.com> 2.11y-5
673c78
- Fix underlined multibyte characters (bug #83376).
673c78
673c78
* Sun Feb 02 2003 Florian La Roche <Florian.LaRoche@redhat.de>
673c78
- rebuild to have again a s390 rpm
673c78
- disable some more apps for mainframe
673c78
673c78
* Wed Jan 29 2003 Elliot Lee <sopwith@redhat.com> 2.11y-4
673c78
- util-linux-2.11y-umask-82552.patch
673c78
673c78
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
673c78
- rebuilt
673c78
673c78
* Mon Jan 13 2003 Elliot Lee <sopwith@redhat.com> 2.11y-2
673c78
- Fix #81069, #75421
673c78
673c78
* Mon Jan 13 2003 Elliot Lee <sopwith@redhat.com> 2.11y-1
673c78
- Update to 2.11y
673c78
- Fix #80953
673c78
- Update patch0, patch107, patch117, patch120 for 2.11y
673c78
- Remove patch60, patch61, patch207, patch211, patch212, patch119, patch121
673c78
- Remove patch122, patch200
673c78
673c78
* Wed Oct 30 2002 Elliot Lee <sopwith@redhat.com> 2.11w-2
673c78
- Remove some crack/unnecessary patches while submitting stuff upstream.
673c78
- Build with -D_FILE_OFFSET_BITS=64
673c78
673c78
* Tue Oct 29 2002 Elliot Lee <sopwith@redhat.com> 2.11w-1
673c78
- Update to 2.11w, resolve patch conflicts
673c78
673c78
* Tue Oct 08 2002 Phil Knirsch <pknirsch@redhat.com> 2.11r-10hammer.3
673c78
- Extended util-linux-2.11b-s390x patch to work again.
673c78
673c78
* Thu Oct 03 2002 Elliot Lee <sopwith@redhat.com> 2.11r-10hammer.2
673c78
- Add patch122 for hwclock on x86_64
673c78
673c78
* Thu Sep 12 2002 Than Ngo <than@redhat.com> 2.11r-10hammer.1
673c78
- Fixed pam config files
673c78
673c78
* Wed Sep 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.11r-10hammer
673c78
- Port to hammer
673c78
673c78
* Fri Aug 30 2002 Elliot Lee <sopwith@redhat.com> 2.11r-10
673c78
- Patch120 (hwclock) to fix #72140
673c78
- Include isosize util
673c78
673c78
* Wed Aug 7 2002  Elliot Lee <sopwith@redhat.com> 2.11r-9
cc5e9d
- Patch120 (skipraid2) to fix #70353, because the original patch was
673c78
totally useless.
673c78
673c78
* Fri Aug 2 2002  Elliot Lee <sopwith@redhat.com> 2.11r-8
673c78
- Patch119 (fdisk-add-primary) from #67898
673c78
673c78
* Wed Jul 24 2002 Elliot Lee <sopwith@redhat.com> 2.11r-7
673c78
- Really add the gptsize patch, instead of what I think the patch says.
673c78
(+1)
673c78
673c78
* Tue Jul 23 2002 Elliot Lee <sopwith@redhat.com> 2.11r-6
673c78
- Add the sp[n].size part of the patch from #69603
673c78
673c78
* Mon Jul 22 2002 Florian La Roche <Florian.LaRoche@redhat.de>
673c78
- adjust mainframe patches
673c78
673c78
* Tue Jul  2 2002 Bill Nottingham <notting@redhat.com> 2.11r-4
673c78
- only require usermode if we're shipping kbdrate here
673c78
673c78
* Fri Jun 28 2002 Trond Eivind Glomsrod <teg@redhat.com> 2.11r-3
cc5e9d
- Port the large swap patch to new util-linux... the off_t changes
673c78
  now in main aren't sufficient
673c78
673c78
* Thu Jun 27 2002 Elliot Lee <sopwith@redhat.com> 2.11r-2
673c78
- Remove swapondetect (patch301) until it avoids possible false positives.
673c78
673c78
* Thu Jun 27 2002 Elliot Lee <sopwith@redhat.com> 2.11r-1
673c78
- Update to 2.11r, wheeee
673c78
- Remove unused patches
673c78
673c78
* Thu Jun 27 2002 Elliot Lee <sopwith@redhat.com> 2.11n-19
cc5e9d
- Make a note here that this package was the source of the single change
cc5e9d
contained in util-linux-2.11f-18 (in 7.2/Alpha), and also contains the
673c78
rawman patch from util-linux-2.11f-17.1 (in 2.1AS).
cc5e9d
- Package has no runtime deps on slang, so remove the BuildRequires:
673c78
slang-devel.
673c78
673c78
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
673c78
- automated rebuild
673c78
673c78
* Thu Jun 20 2002 Elliot Lee <sopwith@redhat.com> 2.11n-17
cc5e9d
- Fix teg's swapondetect patch to not print out the usage message when
673c78
'swapon -a -e' is run. (#66690) (edit existing patch)
673c78
- Apply hjl's utmp handling patch (#66950) (patch116)
673c78
- Fix fdisk man page notes on IDE disk partition limit (#64013) (patch117)
673c78
- Fix mount.8 man page notes on vfat shortname option (#65628) (patch117)
673c78
- Fix possible cal overflow with widechars (#67090) (patch117)
673c78
673c78
* Tue Jun 11 2002 Trond Eivind Glomsrod <teg@redhat.com> 2.11n-16
673c78
- support large swap partitions
673c78
- add '-d' option to autodetect available swap partitions
673c78
673c78
* Thu May 23 2002 Tim Powers <timp@redhat.com>
673c78
- automated rebuild
673c78
673c78
* Wed May 15 2002 Elliot Lee <sopwith@redhat.com> 2.11n-14
673c78
- Remove kbdrate (again).
673c78
673c78
* Mon Apr 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
673c78
- adjust mainframe patches to apply to current rpm
673c78
- do not include fdisk until it is fixed to work on mainframe
673c78
673c78
* Mon Apr 01 2002 Elliot Lee <sopwith@redhat.com> 2.11n-12
673c78
- Don't strip binaries - rpm does it for us.
673c78
673c78
* Sun Mar 31 2002 Elliot Lee <sopwith@redhat.com> 2.11n-11
673c78
- Apply patch115 from ejb@ql.org for bug #61868
673c78
673c78
* Wed Mar 27 2002 Elliot Lee <sopwith@redhat.com> 2.11n-10
673c78
- Finish fixing #60675 (ipcrm man page), updated the patch.
673c78
- Fix #61203 (patch114 - dumboctal.patch).
673c78
673c78
* Tue Mar 12 2002 Elliot Lee <sopwith@redhat.com> 2.11n-9
673c78
- Update ctty3 patch to ignore SIGHUP while dropping controlling terminal
673c78
673c78
* Fri Mar 08 2002 Elliot Lee <sopwith@redhat.com> 2.11n-8
673c78
- Update ctty3 patch to drop controlling terminal before forking.
673c78
673c78
* Fri Mar 08 2002 Elliot Lee <sopwith@redhat.com> 2.11n-7
673c78
  Fix various bugs:
673c78
- Add patch110 (skipraid) to properly skip devices that are part of a RAID array.
673c78
- Add patch111 (mkfsman) to update the mkfs man page's "SEE ALSO" section.
673c78
- remove README.cfdisk
673c78
- Include partx
673c78
- Fix 54741 and related bugs for good(hah!) with patch113 (ctty3)
673c78
673c78
* Wed Mar 06 2002 Elliot Lee <sopwith@redhat.com> 2.11n-6
673c78
- Put kbdrate in, add usermode dep.
673c78
673c78
* Tue Feb 26 2002 Elliot Lee <sopwith@redhat.com> 2.11n-5
673c78
- Fix #60363 (tweak raw.8 man page, make rawdevices.8 symlink).
673c78
673c78
* Mon Jan 28 2002 Bill Nottingham <notting@redhat.com> 2.11n-4
673c78
- remove kbdrate (fixes kbd conflict)
673c78
673c78
* Fri Dec 28 2001 Elliot Lee <sopwith@redhat.com> 2.11n-3
673c78
- Add util-linux-2.11n-ownerumount.patch (#56593)
673c78
- Add patch102 (util-linux-2.11n-colrm.patch) to fix #51887
673c78
- Fix #53452 nits.
673c78
- Fix #56953 (remove tunelp on s390)
673c78
- Fix #56459, and in addition switch to using sed instead of perl.
673c78
- Fix #58471
673c78
- Fix #57300
673c78
- Fix #37436
673c78
- Fix #32132
673c78
673c78
* Wed Dec 26 2001 Elliot Lee <sopwith@redhat.com> 2.11n-1
673c78
- Update to 2.11n
673c78
- Merge mount/losetup back in.
673c78
673c78
* Tue Dec 04 2001 Elliot Lee <sopwith@redhat.com> 2.11f-17
673c78
- Add patch38 (util-linux-2.11f-ctty2.patch) to ignore SIGINT/SIGTERM/SIGQUIT in the parent, so that ^\ won't break things.
673c78
673c78
* Fri Nov 09 2001 Elliot Lee <sopwith@redhat.com> 2.11f-16
673c78
- Merge patches 36, 75, 76, and 77 into patch #37, to attempt resolve all the remaining issues with #54741.
673c78
673c78
* Wed Oct 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
673c78
- add nologin man-page for s390/s390x
673c78
673c78
* Wed Oct 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.11f-14
673c78
- Don't build kbdrate on s390/s390x
673c78
- Don't make the pivot_root.8 man page executable(!)
673c78
673c78
* Tue Oct 23 2001 Elliot Lee <sopwith@redhat.com> 2.11f-13
cc5e9d
- Patch/idea #76 from HJL, fixes bug #54741 (race condition in login
673c78
acquisition of controlling terminal).
673c78
673c78
* Thu Oct 11 2001 Bill Nottingham <notting@redhat.com>
673c78
- fix permissions problem with vipw & shadow files, again (doh!)
673c78
673c78
* Tue Oct 09 2001 Erik Troan <ewt@redhat.com>
673c78
- added patch from Olaf Kirch to fix possible pwent structure overwriting
673c78
673c78
* Fri Sep 28 2001 Elliot Lee <sopwith@redhat.com> 2.11f-10
673c78
- fdisk patch from arjan
673c78
673c78
* Sun Aug 26 2001 Elliot Lee <sopwith@redhat.com> 2.11f-9
673c78
- Don't include cfdisk, since it appears to be an even bigger pile of junk than fdisk? :)
673c78
673c78
* Wed Aug  1 2001 Tim Powers <timp@redhat.com>
673c78
- don't require usermode
673c78
673c78
* Mon Jul 30 2001 Elliot Lee <sopwith@redhat.com> 2.11f-7
673c78
- Incorporate kbdrate back in.
673c78
673c78
* Mon Jul 30 2001 Bill Nottingham <notting@redhat.com>
673c78
- revert the patch that calls setsid() in login that we had reverted
673c78
  locally but got integrated upstream (#46223)
673c78
673c78
* Tue Jul 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
673c78
- correct s390x patch
673c78
673c78
* Mon Jul 23 2001 Elliot Lee <sopwith@redhat.com>
673c78
- Add my megapatch (various bugs)
673c78
- Include pivot_root (#44828)
673c78
673c78
* Thu Jul 12 2001 Bill Nottingham <notting@redhat.com>
673c78
- make shadow files 0400, not 0600
673c78
673c78
* Wed Jul 11 2001 Bill Nottingham <notting@redhat.com>
673c78
- fix permissions problem with vipw & shadow files
673c78
673c78
* Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
673c78
- update to 2.11f, remove any merged patches
673c78
- add s390x patches for somewhat larger swap
673c78
673c78
* Thu Jun 14 2001 Erik Troan <ewt@redhat.com>
673c78
- added --verbose patch to mkcramfs; it's much quieter by default now
673c78
673c78
* Tue May 22 2001 Erik Troan <ewt@redhat.com>
673c78
- removed warning about starting partitions on cylinder 0 -- swap version2
673c78
  makes it unnecessary
673c78
673c78
* Wed May  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.11b-2
673c78
- Fix up s390x support
673c78
673c78
* Mon May  7 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.11b-1
673c78
- Fix up login for real (a console session should be the controlling tty)
673c78
  by reverting to 2.10s code (#36839, #36840, #39237)
673c78
- Add man page for agetty (#39287)
673c78
- 2.11b, while at it
673c78
673c78
* Fri Apr 27 2001 Preston Brown <pbrown@redhat.com> 2.11a-4
673c78
- /sbin/nologin from OpenBSD added.
673c78
673c78
* Fri Apr 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.11a-3
673c78
- Fix up login - exiting immediately even if the password is correct
673c78
  is not exactly a nice feature.
673c78
- Make definite plans to kill people who update login without checking
673c78
  if the new version works ;)
673c78
673c78
* Tue Apr 17 2001 Erik Troan <ewt@redhat.com>
673c78
- upgraded to 2.11a (kbdrate moved to kbd, among other things)
673c78
- turned off ALLOW_VCS_USE
673c78
- modified mkcramfs to not use a large number of file descriptors
673c78
- include mkfs.bfs
673c78
673c78
* Sun Apr  8 2001 Matt Wilson <msw@redhat.com>
673c78
- changed Requires: kernel >= 2.2.12-7 to Conflicts: kernel < 2.2.12-7
673c78
  (fixes a initscripts -> util-linux -> kernel -> initscripts prereq loop)
673c78
673c78
* Tue Mar 20 2001 Matt Wilson <msw@redhat.com>
673c78
- patched mkcramfs to use the PAGE_SIZE from asm/page.h instead of hard
673c78
  coding 4096 (fixes mkcramfs on alpha...)
673c78
673c78
* Mon Mar 19 2001 Matt Wilson <msw@redhat.com>
673c78
- added mkcramfs (from linux/scripts/mkcramfs)
673c78
673c78
* Mon Feb 26 2001 Tim Powers <timp@redhat.com>
673c78
- fixed bug #29131, where ipc.info didn't have an info dir entry,
673c78
  added the dir entry to ipc.texi (Patch58)
673c78
673c78
* Fri Feb 23 2001 Preston Brown <pbrown@redhat.com>
673c78
- use lang finder script
673c78
- install info files
673c78
673c78
* Thu Feb 08 2001 Erik Troan <ewt@redhat.com>
673c78
- reverted login patch; seems to cause problems
673c78
- added agetty
673c78
673c78
* Wed Feb 07 2001 Erik Troan <ewt@redhat.com>
673c78
- updated kill man page
673c78
- added patch to fix vipw race
673c78
- updated vipw to edit /etc/shadow and /etc/gshadow, if appropriate
673c78
- added patch to disassociate login from tty, session, and pgrp
673c78
673c78
* Tue Feb 06 2001 Erik Troan <ewt@redhat.com>
673c78
- fixed problem w/ empty extended partitions
673c78
- added patch to fix the date in the more man page
673c78
- set OPT to pass optimization flags to make rather then RPM_OPT_FLAG
673c78
- fixed fdisk -l /Proc/partitions parsing
673c78
- updated to 2.10s
673c78
673c78
* Tue Jan 23 2001 Preston Brown <pbrown@redhat.com>
673c78
- danish translations added
673c78
673c78
* Mon Jan 15 2001 Nalin Dahyabhai <nalin@redhat.com>
673c78
- fix segfault in login in btmp patch (#24025)
673c78
673c78
* Mon Dec 11 2000 Oliver Paukstadt <oliver.paukstadt@millenux.com>
673c78
- ported to s390
673c78
673c78
* Wed Nov 01 2000 Florian La Roche <Florian.LaRoche@redhat.de>
673c78
- update to 2.10p
673c78
- update patch37 to newer fdisk version
673c78
673c78
* Mon Oct  9 2000 Jeff Johnson <jbj@redhat.com>
673c78
- update to 2.10o
673c78
-  fdformat: fixed to work with kernel 2.4.0test6 (Marek Wojtowicz)
673c78
-  login: not installed suid
673c78
-  getopt: by default install aux files in /usr/share/misc
673c78
- update to 2.10n:
673c78
-  added blockdev.8
673c78
-  change to elvtune (andrea)
673c78
-  fixed overrun in agetty (vii@penguinpowered.com)
673c78
-  shutdown: prefer umounting by mount point (rgooch)
673c78
-  fdisk: added plan9
673c78
-  fdisk: remove empty links in chain of extended partitions
673c78
-  hwclock: handle both /dev/rtc and /dev/efirtc (Bill Nottingham)
673c78
-  script: added -f (flush) option (Ivan Schreter)
673c78
-  script: added -q (quiet) option (Per Andreas Buer)
673c78
-  getopt: updated to version 1.1.0 (Frodo Looijaard)
673c78
-  Czech messages (Jiri Pavlovsky)
673c78
- login.1 man page had not /var/spool/mail path (#16998).
673c78
- sln.8 man page (but not executable) included (#10601).
673c78
- teach fdisk 0xde(Dell), 0xee(EFI GPT), 0xef(EFI FAT) partitions (#17610).
673c78
673c78
* Wed Aug 30 2000 Matt Wilson <msw@redhat.com>
673c78
- rebuild to cope with glibc locale binary incompatibility, again
673c78
673c78
* Mon Aug 14 2000 Jeff Johnson <jbj@redhat.com>
673c78
- setfdprm should open with O_WRONLY, not 3.
673c78
673c78
* Fri Aug 11 2000 Jeff Johnson <jbj@redhat.com>
673c78
- fdformat should open with O_WRONLY, not 3.
673c78
673c78
* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
673c78
- make 'look' look in /usr/share/dict
673c78
673c78
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
673c78
- put /usr/local/sbin:/usr/local/bin in root's path
673c78
673c78
* Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com>
673c78
- rebuild to cope with glibc locale binary incompatibility
673c78
673c78
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
673c78
- automatic rebuild
673c78
673c78
* Mon Jul 10 2000 Bill Nottingham <notting@redhat.com>
673c78
- enable hwclock to use /dev/efirtc on ia64 (gettext is fun. :( )
673c78
673c78
* Mon Jul  3 2000 Bill Nottingham <notting@redhat.com>
673c78
- move cfdisk to /usr/sbin, it depends on /usr stuff
673c78
- add rescuept
673c78
673c78
* Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
673c78
- point more at the correct path to vi (for "v"), Bug #10882
673c78
673c78
* Sun Jun  4 2000 Jeff Johnson <jbj@redhat.com>
673c78
- FHS packaging changes.
673c78
673c78
* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
673c78
- modify PAM setup to use system-auth
673c78
673c78
* Mon May  1 2000 Bill Nottingham <notting@redhat.com>
673c78
- eek, where did login go? (specfile tweaks)
673c78
673c78
* Mon Apr 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
673c78
- 2.10k
673c78
- fix compilation with current glibc
673c78
673c78
* Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
673c78
- 2.10h
673c78
673c78
* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
673c78
- rebuild for sparc baud rates > 38400.
673c78
673c78
* Sat Mar  4 2000 Matt Wilson <msw@redhat.com>
673c78
- use snprintf - not sprintf - when doing
673c78
  sprintf ("%%s\n", _("Some string")) to avoid overflows and
673c78
  segfaults.
673c78
673c78
* Mon Feb 21 2000 Jeff Johnson <jbj@redhat.com>
673c78
- raw control file was /dev/raw, now /dev/rawctl.
673c78
- raw access files were /dev/raw*, now /dev/raw/raw*.
673c78
673c78
* Thu Feb 17 2000 Erik Troan <ewt@redhat.com>
673c78
- -v argument to mkswap wasn't working
673c78
673c78
* Thu Feb 10 2000 Jakub Jelinek <jakub@redhat.com>
673c78
- Recognize 0xfd on Sun disklabels as RAID
673c78
673c78
* Tue Feb  8 2000 Bill Nottingham <notting@redhat.com>
673c78
- more lives in /bin, and was linked against /usr/lib/libnurses. Bad.
673c78
673c78
* Thu Feb 03 2000 Jakub Jelinek <jakub@redhat.com>
673c78
- update to 2.10f
673c78
- fix issues in the new realpath code, avoid leaking memory
673c78
673c78
* Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com>
673c78
- rebuild to fix dependencies
673c78
- add NFSv3 patches
673c78
673c78
* Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
673c78
- don't require csh
673c78
673c78
* Mon Jan 24 2000 Nalin Dahyabhai <nalin@redhat.com>
673c78
- update to 2.10e
673c78
- add rename
673c78
673c78
* Thu Jan 20 2000 Jeff Johnson <jbj@redhat.com>
673c78
- strip newlines in logger input.
673c78
673c78
* Mon Jan 10 2000 Jeff Johnson <jbj@redhat.com>
673c78
- rebuild with correct ncurses libs.
673c78
673c78
* Tue Dec  7 1999 Matt Wilson <msw@redhat.com>
673c78
- updated to util-linux 2.10c
673c78
- deprecated IMAP login mail notification patch17
673c78
- deprecated raw patch22
673c78
- depricated readprofile patch24
673c78
673c78
* Tue Dec  7 1999 Bill Nottingham <notting@redhat.com>
673c78
- add patch for readprofile
673c78
673c78
* Thu Nov 18 1999 Michael K. Johnson <johnsonm@redhat.com>
673c78
- tunelp should come from util-linux
673c78
673c78
* Tue Nov  9 1999 Jakub Jelinek <jakub@redhat.com>
673c78
- kbdrate cannot use /dev/port on sparc.
673c78
673c78
* Wed Nov  3 1999 Jakub Jelinek <jakub@redhat.com>
673c78
- fix kbdrate on sparc.
673c78
673c78
* Wed Oct 27 1999 Bill Nottingham <notting@redhat.com>
673c78
- ship hwclock on alpha.
673c78
673c78
* Tue Oct  5 1999 Bill Nottingham <notting@redhat.com>
673c78
- don't ship symlinks to rdev if we don't ship rdev.
673c78
673c78
* Tue Sep 07 1999 Cristian Gafton <gafton@redhat.com>
673c78
- add rawIO support from sct
673c78
673c78
* Mon Aug 30 1999 Preston Brown <pbrown@redhat.com>
673c78
- don't display "new mail" message when the only piece of mail is from IMAP
673c78
673c78
* Fri Aug 27 1999 Michael K. Johnson <johnsonm@redhat.com>
673c78
- kbdrate is now a console program
673c78
673c78
* Thu Aug 26 1999 Jeff Johnson <jbj@redhat.com>
673c78
- hostid is now in sh-utils. On sparc, install hostid as sunhostid (#4581).
673c78
- update to 2.9w:
673c78
-  Updated mount.8 (Yann Droneaud)
673c78
-  Improved makefiles
673c78
-  Fixed flaw in fdisk
673c78
673c78
* Tue Aug 10 1999 Jeff Johnson <jbj@redhat.com>
673c78
- tsort is now in textutils.
673c78
673c78
* Wed Aug  4 1999 Bill Nottingham <notting@redhat.com>
673c78
- turn off setuid bit on login. Again. :(
673c78
673c78
* Tue Aug  3 1999 Peter Jones, <pjones@redhat.com>
673c78
- hostid script for sparc (#3803).
673c78
673c78
* Tue Aug 03 1999 Christian 'Dr. Disk' Hechelmann <drdisk@tc-gruppe.de>
673c78
- added locale message catalogs to %%file
673c78
- added patch for non-root build
673c78
- vigr.8 and /usr/lib/getopt  man-page was missing from file list
673c78
- /etc/fdprm really is a config file
673c78
673c78
* Fri Jul 23 1999 Jeff Johnson <jbj@redhat.com>
673c78
- update to 2.9v:
673c78
- cfdisk no longer believes the kernel's HDGETGEO
673c78
	(and may be able to partition a 2 TB disk)
673c78
673c78
* Fri Jul 16 1999 Jeff Johnson <jbj@redhat.com>
673c78
- update to 2.9u:
673c78
- Czech more.help and messages (Jiri Pavlovsky)
673c78
- Japanese messages (Daisuke Yamashita)
673c78
- fdisk fix (Klaus G. Wagner)
673c78
- mount fix (Hirokazu Takahashi)
673c78
- agetty: enable hardware flow control (Thorsten Kranzkowski)
673c78
- minor cfdisk improvements
673c78
- fdisk no longer accepts a default device
673c78
- Makefile fix
673c78
673c78
* Tue Jul  6 1999 Jeff Johnson <jbj@redhat.com>
673c78
- update to 2.9t:
673c78
- national language support for hwclock
673c78
- Japanese messages (both by Daisuke Yamashita)
673c78
- German messages and some misc i18n fixes (Elrond)
673c78
- Czech messages (Jiri Pavlovsky)
673c78
- wall fixed for /dev/pts/xx ttys
673c78
- make last and wall use getutent() (Sascha Schumann)
673c78
	[Maybe this is bad: last reading all of wtmp may be too slow.
673c78
	Revert in case people complain.]
673c78
- documented UUID= and LABEL= in fstab.5
673c78
- added some partition types
673c78
- swapon: warn only if verbose
673c78
673c78
* Fri Jun 25 1999 Jeff Johnson <jbj@redhat.com>
673c78
- update to 2.9s.
673c78
673c78
* Sat May 29 1999 Jeff Johnson <jbj@redhat.com>
673c78
- fix mkswap sets incorrect bits on sparc64 (#3140).
673c78
673c78
* Thu Apr 15 1999 Jeff Johnson <jbj@redhat.com>
673c78
- on sparc64 random ioctls on clock interface cause kernel messages.
673c78
673c78
* Thu Apr 15 1999 Jeff Johnson <jbj@redhat.com>
673c78
- improved raid patch (H.J. Lu).
673c78
673c78
* Wed Apr 14 1999 Michael K. Johnson <johnsonm@redhat.com>
673c78
- added patch for smartraid controllers
673c78
673c78
* Sat Apr 10 1999 Cristian Gafton <gafton@redhat.com>
673c78
- fix logging problems caused by setproctitle and PAM interaction
673c78
  (#2045)
673c78
673c78
* Wed Mar 31 1999 Jeff Johnson <jbj@redhat.com>
673c78
- include docs and examples for sfdisk (#1164)
673c78
673c78
* Mon Mar 29 1999 Matt Wilson <msw@redhat.com>
673c78
- rtc is not working properly on alpha, we can't use hwclock yet.
673c78
673c78
* Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
673c78
- add patch to make mkswap more 64 bit friendly... Patch from
673c78
  eranian@hpl.hp.com (ahem!)
673c78
673c78
* Thu Mar 25 1999 Jeff Johnson <jbj@redhat.com>
673c78
- include sfdisk (#1164)
673c78
- fix write (#1784)
673c78
- use positive logic in spec file (ifarch rather than ifnarch).
673c78
- (re)-use 1st matching utmp slot if search by mypid not found.
673c78
- update to 2.9o
673c78
- lastb wants bad logins in wtmp clone /var/run/btmp (#884)
673c78
673c78
* Thu Mar 25 1999 Jakub Jelinek <jj@ultra.linux.cz>
673c78
- if hwclock is to be compiled on sparc,
673c78
  it must actually work. Also, it should obsolete
673c78
  clock, otherwise it clashes.
673c78
- limit the swap size in mkswap for 2.2.1+ kernels
673c78
  by the actual maximum size kernel can handle.
673c78
- fix kbdrate on sparc, patch by J. S. Connell
673c78
  <ankh@canuck.gen.nz>
673c78
673c78
* Wed Mar 24 1999 Matt Wilson <msw@redhat.com>
673c78
- added pam_console back into pam.d/login
673c78
673c78
* Tue Mar 23 1999 Matt Wilson <msw@redhat.com>
673c78
- updated to 2.9i
673c78
- added hwclock for sparcs and alpha
673c78
673c78
* Mon Mar 22 1999 Erik Troan <ewt@redhat.com>
673c78
- added vigr to file list
673c78
cc5e9d
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
673c78
- auto rebuild in the new build environment (release 12)
673c78
673c78
* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
673c78
- remove most of the ifnarch arm stuff
673c78
673c78
* Mon Mar 15 1999 Michael Johnson <johnsonm@redhat.com>
673c78
- added pam_console.so to /etc/pam.d/login
673c78
673c78
* Thu Feb  4 1999 Michael K. Johnson <johnsonm@redhat.com>
673c78
- .perms patch to login to make it retain root in parent process
673c78
  for pam_close_session to work correctly
673c78
673c78
* Tue Jan 12 1999 Jeff Johnson <jbj@redhat.com>
673c78
- strip fdisk in buildroot correctly (#718)
673c78
673c78
* Mon Jan 11 1999 Cristian Gafton <gafton@redhat.com>
673c78
- have fdisk compiled on sparc and arm
673c78
673c78
* Mon Jan 11 1999 Erik Troan <ewt@redhat.com>
673c78
- added beos partition type to fdisk
673c78
673c78
* Wed Dec 30 1998 Cristian Gafton <gafton@redhat.com>
673c78
- incorporate fdisk on all arches
673c78
673c78
* Sat Dec  5 1998 Jeff Johnson <jbj@redhat.com>
673c78
- restore PAM functionality at end of login (Bug #201)
673c78
673c78
* Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
673c78
- patch top build on the arm without PAM and related utilities, for now.
673c78
- build hwclock only on intel
673c78
673c78
* Wed Nov 18 1998 Cristian Gafton <gafton@redhat.com>
673c78
- upgraded to version 2.9
673c78
673c78
* Thu Oct 29 1998 Bill Nottingham <notting@redhat.com>
673c78
- build for Raw Hide (slang-1.2.2)
673c78
- patch kbdrate wackiness so it builds with egcs
673c78
673c78
* Tue Oct 13 1998 Erik Troan <ewt@redhat.com>
673c78
- patched more to use termcap
673c78
673c78
* Mon Oct 12 1998 Erik Troan <ewt@redhat.com>
673c78
- added warning about alpha/bsd label starting cylinder
673c78
673c78
* Mon Sep 21 1998 Erik Troan <ewt@redhat.com>
673c78
- use sigsetjmp/siglongjmp in more rather then sig'less versions
673c78
673c78
* Fri Sep 11 1998 Jeff Johnson <jbj@redhat.com>
673c78
- explicit attrs for setuid/setgid programs
673c78
673c78
* Thu Aug 27 1998 Cristian Gafton <gafton@redhat.com>
673c78
- sln is now included in glibc
673c78
673c78
* Sun Aug 23 1998 Jeff Johnson <jbj@redhat.com>
673c78
- add cbm1581 floppy definitions (problem #787)
673c78
673c78
* Mon Jun 29 1998 Jeff Johnson <jbj@redhat.com>
673c78
- remove /etc/nologin at end of shutdown/halt.
673c78
673c78
* Fri Jun 19 1998 Jeff Johnson <jbj@redhat.com>
673c78
- add mount/losetup.
673c78
673c78
* Thu Jun 18 1998 Jeff Johnson <jbj@redhat.com>
673c78
- update to 2.8 with 2.8b clean up. hostid now defunct?
673c78
673c78
* Mon Jun 01 1998 David S. Miller <davem@dm.cobaltmicro.com>
673c78
- "more" now works properly on sparc
673c78
673c78
* Sat May 02 1998 Jeff Johnson <jbj@redhat.com>
673c78
- Fix "fdisk -l" fault on mounted cdrom. (prob #513)
673c78
673c78
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
673c78
- translations modified for de, fr, tr
673c78
673c78
* Sat Apr 11 1998 Cristian Gafton <gafton@redhat.com>
673c78
- manhattan rebuild
673c78
673c78
* Mon Dec 29 1997 Erik Troan <ewt@redhat.com>
673c78
- more didn't suspend properly on glibc
673c78
- use proper tc*() calls rather then ioctl's
673c78
673c78
* Sun Dec 21 1997 Cristian Gafton <gafton@redhat.com>
cc5e9d
- fixed a security problem in chfn and chsh accepting too
673c78
  long gecos fields
673c78
673c78
* Fri Dec 19 1997 Mike Wangsmo <wanger@redhat.com>
673c78
- removed "." from default path
673c78
673c78
* Tue Dec 02 1997 Cristian Gafton <gafton@redhat.com>
673c78
- added (again) the vipw patch
673c78
673c78
* Wed Oct 22 1997 Michael Fulbright <msf@redhat.com>
673c78
- minor cleanups for glibc 2.1
673c78
673c78
* Fri Oct 17 1997 Michael Fulbright <msf@redhat.com>
673c78
- added vfat32 filesystem type to list recognized by fdisk
673c78
673c78
* Fri Oct 10 1997 Erik Troan <ewt@redhat.com>
cc5e9d
- don't build clock on the alpha
673c78
- don't install chkdupexe
673c78
673c78
* Thu Oct 02 1997 Michael K. Johnson <johnsonm@redhat.com>
673c78
- Update to new pam standard.
673c78
- BuildRoot.
673c78
673c78
* Thu Sep 25 1997 Cristian Gafton <gafton@redhat.com>
673c78
- added rootok and setproctitle patches
673c78
- updated pam config files for chfn and chsh
673c78
673c78
* Tue Sep 02 1997 Erik Troan <ewt@redhat.com>
673c78
- updated MCONFIG to automatically determine the architecture
673c78
- added glibc header hacks to fdisk code
673c78
- rdev is only available on the intel
673c78
673c78
* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
673c78
- update to util-linux 2.7, fixed login problems
673c78
673c78
* Wed Jun 25 1997 Erik Troan <ewt@redhat.com>
673c78
- Merged Red Hat changes into main util-linux source, updated package to
673c78
  development util-linux (nearly 2.7).
673c78
673c78
* Tue Apr 22 1997 Michael K. Johnson <johnsonm@redhat.com>
673c78
- LOG_AUTH --> LOG_AUTHPRIV in login and shutdown
673c78
673c78
* Mon Mar 03 1997 Michael K. Johnson <johnsonm@redhat.com>
673c78
- Moved to new pam and from pam.conf to pam.d
673c78
673c78
* Tue Feb 25 1997 Michael K. Johnson <johnsonm@redhat.com>
673c78
- pam.patch differentiated between different kinds of bad logins.
673c78
  In particular, "user does not exist" and "bad password" were treated
673c78
  differently.  This was a minor security hole.