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