cdown / rpms / util-linux

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