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