dcavalca / rpms / util-linux

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