source: projects/specs/trunk/u/util-linux/util-linux-vl.spec @ 12534

Revision 12534, 79.6 KB checked in by tomop, 3 years ago (diff)

updated 7 packages

freetype2-2.10.4-1

iproute-5.10.0-1

kmod-28-1

libunwind-1.5.0-1

net-tools-2.10-1

screen-4.8.0-2

util-linux-2.36.2-1

RevLine 
[12364]1%bcond_with systemd
2
[12000]3%define _unpackaged_files_terminate_build 1
4
[521]5### Features
6%define with_selinux 0
[5723]7%define with_audit 1
[3007]8%define mtab_symlink 1
[521]9
10### Macros
[11175]11%bcond_with bashcomp
[3007]12%define floppyver 0.18
[521]13%define no_hwclock_archs s390 s390x
14%define no_cfsfdisk_archs sparc sparcv9 sparc64
15%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
16
[11175]17%define _unpackaged_files_terminate_build 1
18%define _localstatedir /var/run
19%define compldir %{_datadir}/bash-completion/completions/
20
[12534]21### Header
22Summary: A collection of basic system utilities
23Summary(ja): 基本システムユーティリティー集
24Name: util-linux
25Version: 2.36.2
26Release: 1%{?_dist_release}%{?with_systemd:.systemd}
27Group: system,admin-tools
28Distribution: Vine Linux
29Vendor: Project Vine
30Packager: daisuke
31
32License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
33URL: http://en.wikipedia.org/wiki/Util-linux
34
35### Sources
36%global  shortver %(echo "%{version}" | perl -p -e 's/^([0-9]+\.[0-9]+).*$/\\1/')
37Source0: https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v%{shortver}/%{name}-%{version}.tar.xz
38Source1: util-linux-login.pamd
39Source2: util-linux-remote.pamd
40Source3: util-linux-chsh-chfn.pamd
41Source4: util-linux-60-raw.rules
42Source12: util-linux-su.pamd
43Source13: util-linux-su-l.pamd
44Source14: util-linux-runuser.pamd
45Source15: util-linux-runuser-l.pamd
46
47Source5: util-linux-ng-login-noselinux.pamd
48Source6: util-linux-ng-remote-noselinux.pamd
49Source10: uuidd.init
50#Source11: http://download.sourceforge.net/floppyutil/floppy-%{floppyver}.tar.bz2
51
52### Ready for upstream?
53###
54# 151635 - makeing /var/log/lastlog
55Patch0: login-lastlog-create.patch
56# https://github.com/karelzak/util-linux/commit/57898c3a7ee8fc5933cddd4526bb3980bef85a02
57# The workaround is unnecessary on Fedora with kernel >= 5.8.
58Patch1: libmount-remove-read-mountinfo-workaround.patch
59# Add `/run/motd.d` to the hardcoded MOTD_FILE
60# https://github.com/coreos/console-login-helper-messages/issues/60
61Patch2: login-default-motd-file.patch
62
[521]63### Paths
64BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
65
66### Dependences
67%if %{with_audit}
68BuildRequires: audit-libs-devel >= 1.0.6
69%endif
70BuildRequires: gettext
71%if %{with_selinux}
72BuildRequires: libselinux-devel
73%endif
[11175]74BuildRequires: bison
[521]75BuildRequires: ncurses-devel
76BuildRequires: pam-devel
77BuildRequires: texinfo
78BuildRequires: zlib-devel
79BuildRequires: popt-devel
[3007]80BuildRequires: libutempter-devel
[11175]81BuildRequires: libcap-ng-devel
82BuildRequires: libuser-devel
[12534]83%if %{with systemd}
84BuildRequires: systemd-devel
85BuildRequires: systemd
86%else
87BuildRequires: eudev-libudev-devel
88%endif
[521]89
[7169]90# su/runuser patches need this
91BuildRequires: automake, autoconf, libtool
92
[521]93### Obsoletes & Conflicts & Provides
94%ifarch alpha
95Conflicts: initscripts <= 4.58
96%endif
[7167]97
98# su(1) and runuser(1) merged into util-linux v2.22
99Conflicts: coreutils < 8.20
100
101# eject has been merged into util-linux v2.22
102Obsoletes: eject <= 2.1.5
103Provides: eject = 2.1.6
104
[11175]105# last, lastb, mesg and  wall in util-linux is enabled.
106Conflicts: SysVinit-tools < 2.88dsf-4
[7167]107
[521]108Conflicts: kernel < 2.2.12-7
109# old versions of e2fsprogs contain fsck, uuidgen
110Conflicts: e2fsprogs < 1.41.8-5
111
112# old versions of util-linux have been splited to more sub-packages
113Obsoletes: mount < 2.11, losetup < 2.11
114Provides: mount = %{version}-%{release}, losetup = %{version}-%{release}
115# Robert Love's schedutils have been merged to util-linux-2.13-pre1
116Obsoletes: schedutils < 1.5
117Provides: schedutils = %{version}-%{release}
118
[3007]119# rename from util-linux-ng to util-linux
120Obsoletes: util-linux-ng < 2.19
121Provides: util-linux-ng = %{version}-%{release}
122
[521]123# setarch merge in util-linux-ng-2.13
124%ifarch sparc sparcv9 sparc64
125Obsoletes: sparc32
126%endif
127Obsoletes: setarch < 2.1
128Provides: setarch = %{version}-%{release}
129
130# libblkid, blkid, findfs is moved from e2fsprogs
131Conflicts: e2fsprogs < 1.41.5
132
[5723]133# mountpoint is moved from SysVinit-tools
134Conflicts: SysVinit-tools < 2.88dsf-2
135
[521]136Requires(preun): /sbin/install-info
137Requires(post): /sbin/install-info
[8995]138Requires(pre): coreutils
[521]139Requires(post): coreutils
140Requires: pam >= 0.66-4, /etc/pam.d/system-auth
[810]141Requires: libuuid = %{version}-%{release}
142Requires: libblkid = %{version}-%{release}
[3007]143Requires: libmount = %{version}-%{release}
[521]144%if %{with_audit}
145Requires: audit-libs >= 1.0.6
146%endif
[12364]147%if !%{with systemd}
[12000]148Requires: elogind
[8607]149Requires: eudev
[12364]150%endif
[521]151
152# Vine
153Requires(post,preun): alternatives
154Provides: pager
155
156%description
157The util-linux-ng package contains a large variety of low-level system
158utilities that are necessary for a Linux system to function. Among
159others, Util-linux contains the fdisk configuration tool and the login
160program.
161
162%description -l ja
163Util-linux パッケージは Linux システムが機能するために必要なさまざまな
164低レベルのシステムユーティリティを含んでいます。fdisk 設定ツールやログ
165インプログラムも含んでいます。
166
[12534]167
[11175]168%if %{with bashcomp}
169%package -n bash-completion-util-linux
170Summary: bash-completions for util-linux
171Summary(ja): util-linux用のbash補完拡張
[12534]172Group: system
[11175]173License: GPLv2 and GPLv2+
174Requires: bash-completion
[521]175
[11175]176%description -n bash-completion-util-linux
177 This package contains bash-completions to use util-linux.
178%endif
179
180%package -n libfdisk
181Summary: Partitioning library for fdisk-like programs.
[12534]182Group: system
[11175]183License: LGPLv2+
184
185%description -n libfdisk
186This is library for fdisk-like programs, part of util-linux.
187
188
189%package -n libfdisk-devel
190Summary:  Partitioning library for fdisk-like programs.
[12534]191Group: programming
[11175]192License: LGPLv2+
193Requires: libfdisk = %{version}-%{release}
194Requires: pkgconfig
195
196%description -n libfdisk-devel
197This is development library and headers for fdisk-like programs,
198part of util-linux.
199
200
201%package -n libsmartcols
202Summary: Formatting library for ls-like programs.
[12534]203Group: system
[11175]204License: LGPLv2+
205
206%description -n libsmartcols
207This is library for ls-like terminal programs, part of util-linux.
208
209
210%package -n libsmartcols-devel
211Summary: Formatting library for ls-like programs.
[12534]212Group: programming
[11175]213License: LGPLv2+
214Requires: libsmartcols = %{version}-%{release}
215Requires: pkgconfig
216
217%description -n libsmartcols-devel
218This is development library and headers for ls-like terminal programs,
219part of util-linux.
220
221
[3007]222%package -n libmount
223Summary: Device mounting library
[8995]224Summary(ja): デバイスマウントライブラリ
[12534]225Group: system
[3007]226License: LGPLv2+
227Requires: libblkid = %{version}-%{release}
228
229%description -n libmount
230This is the device mounting library, part of util-linux.
231
232
233%package -n libmount-devel
[8995]234Summary: Development files for device mounting library
235Summary(ja): デバイスマウントライブラリの開発用ファイル
[12534]236Group: programming
[3007]237License: LGPLv2+
238Requires: libmount = %{version}-%{release}
239Requires: pkgconfig
240
241%description -n libmount-devel
242This is the device mounting development library and headers,
243part of util-linux.
244
245
[521]246%package -n libblkid
247Summary: Block device ID library
[8995]248Summary(ja): ブロックデバイス識別ライブラリ
[12534]249Group: system
[521]250License: LGPLv2+
251
252%description -n libblkid
253This is block device identification library, part of util-linux-ng.
254
255
256%package -n libblkid-devel
[8995]257Summary: Development files for block device ID library
258Summary(ja): ブロックデバイス識別ライブラリの開発用ファイル
[12534]259Group: programming
[521]260License: LGPLv2+
261Provides: libblkid-static = %{version}-%{release}
262Requires: libblkid = %{version}-%{release}
263Requires: pkgconfig
264
265%description -n libblkid-devel
266This is the block device identification development library and headers,
267part of util-linux-ng.
268
269
270%package -n libuuid
271Summary: Universally unique ID library
[8995]272Summary(ja): UUID ライブラリ
[12534]273Group: system
[521]274License: BSD
275
276%description -n libuuid
277This is the universally unique ID library, part of e2fsprogs.
278
279The libuuid library generates and parses 128-bit universally unique
280id's (UUID's).  A UUID is an identifier that is unique across both
281space and time, with respect to the space of all UUIDs.  A UUID can
282be used for multiple purposes, from tagging objects with an extremely
283short lifetime, to reliably identifying very persistent objects
284across a network.
285
286See also the "uuid" package, which is a separate implementation.
287
288%package -n libuuid-devel
[8995]289Summary: Development files for universally unique ID library
290Summary(ja): UUID ライブラリの開発用ファイル
[12534]291Group: programming
[521]292License: BSD
293Provides: libuuid-static = %{version}-%{release}
294Requires: libuuid = %{version}-%{release}
295Requires: pkgconfig
296
297%description -n libuuid-devel
298This is the universally unique ID development library and headers,
299part of e2fsprogs.
300
301The libuuid library generates and parses 128-bit universally unique
302id's (UUID's).  A UUID is an identifier that is unique across both
303space and time, with respect to the space of all UUIDs.  A UUID can
304be used for multiple purposes, from tagging objects with an extremely
305short lifetime, to reliably identifying very persistent objects
306across a network.
307
308See also the "uuid-devel" package, which is a separate implementation.
309
310
311%package -n uuidd
312Summary: Helper daemon to guarantee uniqueness of time-based UUIDs
[8995]313Summary(ja): 時系列 UUID の唯一性を保証するためのヘルパーデーモン
[12534]314Group: system
[521]315Requires: libuuid = %{version}-%{release}
316License: GPLv2
317Requires(pre): shadow-utils
[12364]318%if %{with systemd}
319Requires: systemd
320Requires(pre): shadow-utils
321Requires(post): systemd-units
322Requires(preun): systemd-units
323%endif
[521]324
325%description -n uuidd
326The uuidd package contains a userspace daemon (uuidd) which guarantees
327uniqueness of time-based UUID generation even at very high rates on
328SMP systems.
329
330
331# compat32
[3007]332%package -n compat32-libmount
333Summary: Device mounting library
[8995]334Summary(ja): デバイスマウントライブラリ
[12534]335Group: system,legacy
[3007]336License: LGPLv2+
337Requires: libmount = %{version}-%{release}
338
339%description -n compat32-libmount
340This is the device mounting library, part of util-linux.
341
342
343%package -n compat32-libmount-devel
[8995]344Summary: Development files for device mounting library
345Summary(ja): デバイスマウントライブラリの開発用ファイル
[12534]346Group: programming,legacy
[3007]347License: LGPLv2+
[9323]348Requires: libmount-devel = %{version}-%{release}
[3007]349Requires: compat32-libmount = %{version}-%{release}
[9323]350Requires: compat32-pkgconfig
[3007]351
352%description -n compat32-libmount-devel
353This is the device mounting development library and headers,
354part of util-linux.
355
356
[9323]357%package -n compat32-libblkid
358Summary: Block device ID library
359Summary(ja): ブロックデバイス識別ライブラリ
[12534]360Group: system,legacy
[9323]361License: LGPLv2+
362Requires: libblkid = %{version}-%{release}
363
364%description -n compat32-libblkid
365This is block device identification library, part of util-linux-ng.
366
367
368%package -n compat32-libblkid-devel
369Summary: Development files for block device ID library
370Summary(ja): ブロックデバイス識別ライブラリの開発用ファイル
[12534]371Group: programming,legacy
[9323]372License: LGPLv2+
373Requires: libblkid-devel = %{version}-%{release}
374Requires: compat32-libblkid = %{version}-%{release}
375Requires: compat32-pkgconfig
376Provides: compat32-libblkid-static = %{version}-%{release}
377
378%description -n compat32-libblkid-devel
379This is the block device identification development library and headers,
380part of util-linux-ng.
381
382
[521]383%package -n compat32-libuuid
384Summary: Universally unique ID library
[8995]385Summary(ja): UUID ライブラリ
[12534]386Group: system,legacy
[521]387Requires: libuuid = %{version}-%{release}
388License: BSD
389
390%description -n compat32-libuuid
391This is the universally unique ID library, part of e2fsprogs.
392
393The libuuid library generates and parses 128-bit universally unique
394id's (UUID's).  A UUID is an identifier that is unique across both
395space and time, with respect to the space of all UUIDs.  A UUID can
396be used for multiple purposes, from tagging objects with an extremely
397short lifetime, to reliably identifying very persistent objects
398across a network.
399
400
401%package -n compat32-libuuid-devel
[8995]402Summary: Development files for universally unique ID library
403Summary(ja): UUID ライブラリの開発用ファイル
[12534]404Group: programming,legacy
[521]405License: BSD
406Requires: libuuid-devel = %{version}-%{release}
407Requires: compat32-libuuid = %{version}-%{release}
[9323]408Requires: compat32-pkgconfig
[521]409
410%description -n compat32-libuuid-devel
411This is the universally unique ID development library and headers,
412part of e2fsprogs.
413
414The libuuid library generates and parses 128-bit universally unique
415id's (UUID's).  A UUID is an identifier that is unique across both
416space and time, with respect to the space of all UUIDs.  A UUID can
417be used for multiple purposes, from tagging objects with an extremely
418short lifetime, to reliably identifying very persistent objects
419across a network.
420
421
[12534]422%debug_package
423
424
[521]425%prep
[12299]426%autosetup -p1
[521]427
[12534]428
[521]429%build
430unset LINGUAS || :
431
[7169]432./autogen.sh
433
[521]434export CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 $RPM_OPT_FLAGS"
435export SUID_CFLAGS="-fpie"
[7169]436export SUID_LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
[12299]437export DAEMON_CFLAGS="$SUID_CFLAGS"
438export DAEMON_LDFLAGS="$SUID_LDFLAGS"
[521]439%configure \
440        --bindir=/bin \
441        --sbindir=/sbin \
442        --libdir=/%{_lib} \
[11175]443        --disable-silent-rules \
444        --disable-bfs \
445        --disable-pg \
[521]446        --enable-partx \
447        --enable-login-utils \
448        --enable-kill \
449        --enable-write \
[5723]450        --enable-ddate \
[7167]451        --enable-chfn-chsh \
[521]452        --enable-raw \
[11175]453        --enable-libmount-force-mountinfo \
[7167]454        --with-udev \
[521]455%if %{with_selinux}
456        --with-selinux \
457%else
458        --without-selinux \
459%endif
460%if %{with_audit}
461        --with-audit \
462%else
463        --without-audit \
464%endif
[3007]465%if %{mtab_symlink}
466        --enable-libmount-mount \
467%endif
[12364]468%if %{with systemd}
469        -with-systemdsystemunitdir=%{_unitdir} \
470        --with-systemd \
471%endif
[521]472        --with-fsprobe=builtin \
[3007]473        --with-utempter \
[521]474        --disable-makeinstall-chown
475
[11175]476# build util-linux
[521]477make %{?_smp_mflags}
478
479
480%install
481rm -rf ${RPM_BUILD_ROOT}
482mkdir -p ${RPM_BUILD_ROOT}/{bin,sbin}
483mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
484mkdir -p ${RPM_BUILD_ROOT}%{_infodir}
485mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man{1,6,8,5}
486mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
487mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/{pam.d,security/console.apps,blkid}
488mkdir -p ${RPM_BUILD_ROOT}/var/log
489touch ${RPM_BUILD_ROOT}/var/log/lastlog
490chmod 0644 ${RPM_BUILD_ROOT}/var/log/lastlog
491
[3007]492# install util-linux
[521]493make install DESTDIR=${RPM_BUILD_ROOT}
494
495echo '.so man8/raw.8' > $RPM_BUILD_ROOT%{_mandir}/man8/rawdevices.8
496{
497        # see RH bugzilla #216664
[7167]498        mkdir -p ${RPM_BUILD_ROOT}/lib/udev/rules.d
499        pushd ${RPM_BUILD_ROOT}/lib/udev/rules.d
[521]500        install -m 644 %{SOURCE4} ./60-raw.rules
501        popd
502}
503
[12534]504%if !%{with systemd}
[521]505# Our own initscript for uuidd
506install -D -m 755 %{SOURCE10} ${RPM_BUILD_ROOT}/etc/rc.d/init.d/uuidd
[12534]507%endif
[521]508# And a dirs uuidd needs that the makefiles don't create
509install -d ${RPM_BUILD_ROOT}/var/run/uuidd
510install -d ${RPM_BUILD_ROOT}/var/lib/libuuid
511
512# libtool junk
513rm -rf ${RPM_BUILD_ROOT}%{_libdir}/*.la
514
[11175]515# static libs
516rm -rf ${RPM_BUILD_ROOT}%{_libdir}/*.a
517
[521]518# PAM settings
519{
520        pushd ${RPM_BUILD_ROOT}%{_sysconfdir}/pam.d
521%if %{with_selinux}
522        install -m 644 %{SOURCE1} ./login
523        install -m 644 %{SOURCE2} ./remote
524%else
525        install -m 644 %{SOURCE5} ./login
526        install -m 644 %{SOURCE6} ./remote
527%endif
528        install -m 644 %{SOURCE3} ./chsh
529        install -m 644 %{SOURCE3} ./chfn
[7167]530        install -m 644 %{SOURCE12} ./su
531        install -m 644 %{SOURCE13} ./su-l
532        install -m 644 %{SOURCE14} ./runuser
533        install -m 644 %{SOURCE15} ./runuser-l
534popd
[521]535}
536
537ln -sf ../../sbin/hwclock ${RPM_BUILD_ROOT}/usr/sbin/hwclock
538ln -sf hwclock ${RPM_BUILD_ROOT}/sbin/clock
539
540
541# Final cleanup
542%ifarch %no_hwclock_archs
543rm -f $RPM_BUILD_ROOT/sbin/{hwclock,clock} $RPM_BUILD_ROOT%{_mandir}/man8/hwclock.8* $RPM_BUILD_ROOT/usr/sbin/{hwclock,clock}
544%endif
545%ifarch s390 s390x
546rm -f $RPM_BUILD_ROOT/usr/{bin,sbin}/{fdformat,tunelp,floppy} $RPM_BUILD_ROOT%{_mandir}/man8/{fdformat,tunelp,floppy}.8*
547%endif
548
549# deprecated commands
550for I in /sbin/fsck.minix /sbin/mkfs.{bfs,minix} /sbin/sln \
551        /usr/bin/chkdupexe %{_bindir}/line %{_bindir}/pg %{_bindir}/newgrp \
552        /sbin/shutdown /usr/sbin/vipw /usr/sbin/vigr; do
553        rm -f $RPM_BUILD_ROOT$I
554done
555
556# deprecated man pages
557for I in man1/chkdupexe.1 man1/line.1 man1/pg.1 man1/newgrp.1 \
558        man8/fsck.minix.8 man8/mkfs.minix.8 man8/mkfs.bfs.8 \
559        man8/vipw.8 man8/vigr; do
560        rm -rf $RPM_BUILD_ROOT%{_mandir}/${I}*
561done
562
563# deprecated docs
[11175]564for I in text-utils/README.pg misc-utils/README.reset; do
[521]565        rm -rf $I
566done
567
568# we install getopt/getopt-*.{bash,tcsh} as doc files
[7167]569chmod 644 misc-utils/getopt-*.{bash,tcsh}
[11175]570rm -rf ${RPM_BUILD_ROOT}%{_datadir}/doc/util-linux/getopt
[521]571
572ln -sf ../../bin/kill $RPM_BUILD_ROOT%{_bindir}/kill
573
[3007]574%if %{mtab_symlink}
575        ln -s /proc/mounts %{buildroot}/etc/mtab
576%else
577        touch %{buildroot}/etc/mtab
578%endif
579
[521]580# /usr/sbin -> /sbin
581for I in addpart delpart partx; do
582        if [ -e $RPM_BUILD_ROOT/usr/sbin/$I ]; then
583                mv $RPM_BUILD_ROOT/usr/sbin/$I $RPM_BUILD_ROOT/sbin/$I
584        fi
585done
586
587# /usr/bin -> /bin
588for I in taskset; do
589        if [ -e $RPM_BUILD_ROOT/usr/bin/$I ]; then
590                mv $RPM_BUILD_ROOT/usr/bin/$I $RPM_BUILD_ROOT/bin/$I
591        fi
592done
593
594# /sbin -> /bin
595for I in raw; do
596        if [ -e $RPM_BUILD_ROOT/sbin/$I ]; then
597                mv $RPM_BUILD_ROOT/sbin/$I $RPM_BUILD_ROOT/bin/$I
598        fi
599done
600
601# omit info/dir file
602rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
603
604# find MO files
605%find_lang %name
606
607# the files section supports only one -f option...
608mv %{name}.lang %{name}.files
609
610# create list of setarch(8) symlinks
611find  $RPM_BUILD_ROOT%{_bindir}/ -regextype posix-egrep -type l \
[11175]612        -regex ".*(linux32|linux64|s390|s390x|i386|ppc|ppc64|ppc32|sparc|sparc64|sparc32|sparc32bash|mips|mips64|mips32|ia64|x86_64|uname26)$" \
[521]613        -printf "%{_bindir}/%f\n" >> %{name}.files
614
615find  $RPM_BUILD_ROOT%{_mandir}/man8 -regextype posix-egrep  \
[11175]616        -regex ".*(linux32|linux64|s390|s390x|i386|ppc|ppc64|ppc32|sparc|sparc64|sparc32|sparc32bash|mips|mips64|mips32|ia64|x86_64|uname26)\.8.*" \
[521]617        -printf "%{_mandir}/man8/%f*\n" >> %{name}.files
618
619
[11175]620# drop python files
621rm -rf %{buildroot}%{python_sitelib}/libmount
622rm -rf %{buildroot}%{python_sitearch}/libmount
623
624%if !%{with bashcomp}
625rm -rf %{buildroot}%{compldir}
626%endif
627
[12299]628
629%check
630#to run tests use "--with check"
631%if %{?_with_check:1}%{!?_with_check:0}
632make check
633%endif
634
635
[521]636%clean
637[ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
638
639
640%post
641# only for minimal buildroots without /var/log
642[ -d /var/log ] || /bin/mkdir -p /var/log
643/bin/touch /var/log/lastlog
644/bin/chown root:root /var/log/lastlog
645/bin/chmod 0644 /var/log/lastlog
646%{_syssbindir}/update-alternatives --install %{_bindir}/pager \
647        pager %{_sysbindir}/more 40
648%if %{with_selinux}
649# Fix the file context, do not use restorecon
650if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
651        SECXT=$( /usr/sbin/matchpathcon -n /var/log/lastlog 2> /dev/null )
652        if [ -n "$SECXT" ]; then
653                # Selinux enabled, but without policy? It's true for buildroots
654                # without selinux stuff on host machine with enabled selinux.
655                # We don't want to use any RPM dependence on selinux policy for
656                # matchpathcon(2). SELinux policy should be optional.
657                /usr/bin/chcon "$SECXT"  /var/log/lastlog >/dev/null 2>&1
658        fi
659fi
660%endif
[3007]661%if %{mtab_symlink}
662rm -f /etc/mtab
663ln -s /proc/mounts /etc/mtab
664%else
665touch /etc/mtab
666/bin/chown root:root /etc/mtab
667/bin/chmod 0644 /etc/mtab
668%endif
[521]669
670
671%preun
672if [ "$1" = 0 ]; then
673        %{_syssbindir}/update-alternatives --remove pager %{_sysbindir}/more
674fi
675exit 0
676
677
678%post -n libblkid
679/sbin/ldconfig
680[ -e /etc/blkid.tab ] && mv /etc/blkid.tab /etc/blkid/blkid.tab || :
681[ -e /etc/blkid.tab.old ] && mv /etc/blkid.tab.old /etc/blkid/blkid.tab.old || :
682
683%postun -n libblkid -p /sbin/ldconfig
684
685%post -n libuuid -p /sbin/ldconfig
686%postun -n libuuid -p /sbin/ldconfig
687
[3007]688%post -n libmount -p /sbin/ldconfig
689%postun -n libmount -p /sbin/ldconfig
690
[521]691%post -n compat32-libuuid -p /sbin/ldconfig
692%postun -n compat32-libuuid -p /sbin/ldconfig
693
[9323]694%post -n compat32-libblkid -p /sbin/ldconfig
695%postun -n compat32-libblkid -p /sbin/ldconfig
696
[3007]697%post -n compat32-libmount -p /sbin/ldconfig
698%postun -n compat32-libmount -p /sbin/ldconfig
699
[521]700%pre -n uuidd
701getent group uuidd >/dev/null || groupadd -r uuidd
702getent passwd uuidd >/dev/null || \
703useradd -r -g uuidd -d /var/lib/libuuid -s /sbin/nologin \
704    -c "UUID generator helper daemon" uuidd
705exit 0
706
707%post -n uuidd
[12364]708%if %{with systemd}
709%systemd_post uuidd.service
710if [ $1 -eq 1 ]; then
711        /bin/systemctl start uuidd.service > /dev/null 2>&1 || :
712fi
713%else
[521]714/sbin/chkconfig --add uuidd
[12364]715%endif
[521]716
717%preun -n uuidd
[12364]718%if %{with systemd}
719%systemd_preun uuidd.service
720%else
[521]721if [ "$1" = 0 ]; then
722        /sbin/service uuidd stop > /dev/null 2>&1 || :
723        /sbin/chkconfig --del uuidd
724fi
[12364]725%endif
[521]726
[12364]727%if %{with systemd}
728%postun -n uuidd
729%systemd_postun_with_restart uuidd.service
730%endif
[521]731
[12364]732
[521]733%files -f %{name}.files
734%defattr(-,root,root)
[11175]735%doc README NEWS AUTHORS
736%doc Documentation/deprecated.txt
737%{!?_licensedir:%global license %%doc}
[12299]738%license README.licensing Documentation/licenses/*
[7167]739%doc misc-utils/getopt-*.{bash,tcsh}
[521]740
741%config(noreplace)      %{_sysconfdir}/pam.d/chfn
742%config(noreplace)      %{_sysconfdir}/pam.d/chsh
743%config(noreplace)      %{_sysconfdir}/pam.d/login
744%config(noreplace)      %{_sysconfdir}/pam.d/remote
[7167]745%config(noreplace)      %{_sysconfdir}/pam.d/su
746%config(noreplace)      %{_sysconfdir}/pam.d/su-l
747%config(noreplace)      %{_sysconfdir}/pam.d/runuser
748%config(noreplace)      %{_sysconfdir}/pam.d/runuser-l
749%config(noreplace)      /lib/udev/rules.d
[521]750
751%attr(4755,root,root)   /bin/mount
752%attr(4755,root,root)   /bin/umount
[7167]753%attr(4755,root,root)   /bin/su
[521]754%attr(755,root,root)    /bin/login
755%attr(4711,root,root)   %{_bindir}/chfn
756%attr(4711,root,root)   %{_bindir}/chsh
757%attr(2755,root,tty)    %{_bindir}/write
758
759%ghost %attr(0644,root,root)    %verify(not md5 size mtime)     /var/log/lastlog
[3007]760%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/mtab
[521]761
[12364]762%if %{with systemd}
763%{_unitdir}/fstrim.*
764%endif
765
[521]766/bin/dmesg
[3007]767/bin/findmnt
[521]768/bin/kill
[3007]769/bin/lsblk
[521]770/bin/more
[5723]771/bin/mountpoint
[521]772/bin/taskset
[7167]773/bin/raw
774/bin/wdctl
[3007]775
[521]776/sbin/addpart
777/sbin/agetty
[11175]778/sbin/blkdiscard
[521]779/sbin/blkid
[11175]780/sbin/blkzone
[521]781/sbin/blockdev
[7167]782/sbin/chcpu
[521]783/sbin/ctrlaltdel
784/sbin/delpart
785/sbin/fdisk
786/sbin/findfs
787/sbin/fsck
788/sbin/fsck.cramfs
[3007]789/sbin/fsfreeze
790/sbin/fstrim
[521]791/sbin/losetup
792/sbin/mkfs
793/sbin/mkfs.cramfs
794/sbin/mkswap
795/sbin/nologin
796/sbin/partx
797/sbin/pivot_root
[7167]798/sbin/runuser
799/sbin/sulogin
[3007]800/sbin/swaplabel
[521]801/sbin/swapoff
802/sbin/swapon
803/sbin/switch_root
[3007]804/sbin/wipefs
[11175]805/sbin/zramctl
[521]806
807%{_bindir}/cal
808%{_bindir}/chrt
[11175]809%{_bindir}/chmem
[12000]810%{_bindir}/choom
[521]811%{_bindir}/col
812%{_bindir}/colcrt
813%{_bindir}/colrm
814%{_bindir}/column
[11175]815#%{_bindir}/ddate
[7167]816%{_bindir}/eject
[3007]817%{_bindir}/fallocate
[11175]818%{_bindir}/fincore
[521]819%{_bindir}/flock
820%{_bindir}/getopt
[12299]821%{_bindir}/hardlink
[521]822%{_bindir}/hexdump
823%{_bindir}/ionice
824%{_bindir}/ipcmk
825%{_bindir}/ipcrm
826%{_bindir}/ipcs
[12534]827%{_bindir}/irqtop
[521]828%{_bindir}/isosize
829%{_bindir}/kill
[11175]830%{_bindir}/last
831%{_bindir}/lastb
[521]832%{_bindir}/logger
833%{_bindir}/look
834%{_bindir}/lscpu
[11175]835%{_bindir}/lsipc
[12534]836%{_bindir}/lsirq
[7167]837%{_bindir}/lslocks
[11175]838%{_bindir}/lslogins
839%{_bindir}/lsmem
840%{_bindir}/lsns
841%{_bindir}/mesg
[521]842%{_bindir}/mcookie
843%{_bindir}/namei
[11175]844%{_bindir}/nsenter
[7167]845%{_bindir}/prlimit
[521]846%{_bindir}/rename
847%{_bindir}/renice
848%{_bindir}/rev
849%{_bindir}/script
850%{_bindir}/scriptreplay
[12364]851%{_bindir}/scriptlive
[521]852%{_bindir}/setarch
[11175]853%{_bindir}/setpriv
[521]854%{_bindir}/setsid
855%{_bindir}/setterm
[11175]856#%{_bindir}/tailf
[521]857%{_bindir}/ul
[3007]858%{_bindir}/unshare
[7167]859%{_bindir}/utmpdump
[521]860%{_bindir}/uuidgen
[12000]861%{_bindir}/uuidparse
[521]862%{_bindir}/whereis
[11175]863%attr(-,root,tty) %{_bindir}/wall
[521]864
865%{_sbindir}/ldattach
866%{_sbindir}/readprofile
[12000]867%{_sbindir}/resizepart
868%{_sbindir}/rfkill
[521]869%{_sbindir}/rtcwake
870
871%{_mandir}/man1/cal.1*
872%{_mandir}/man1/chfn.1*
[12000]873%{_mandir}/man1/choom.1*
[521]874%{_mandir}/man1/chrt.1*
875%{_mandir}/man1/chsh.1*
876%{_mandir}/man1/col.1*
877%{_mandir}/man1/colcrt.1*
878%{_mandir}/man1/colrm.1*
879%{_mandir}/man1/column.1*
[11175]880#%{_mandir}/man1/ddate.1*
[521]881%{_mandir}/man1/dmesg.1*
[7167]882%{_mandir}/man1/eject.1*
[11175]883%{_mandir}/man1/fincore.1*
[3007]884%{_mandir}/man1/fallocate.1*
[521]885%{_mandir}/man1/flock.1*
886%{_mandir}/man1/getopt.1*
[12299]887%{_mandir}/man1/hardlink.1*
[521]888%{_mandir}/man1/hexdump.1*
889%{_mandir}/man1/ionice.1*
890%{_mandir}/man1/ipcmk.1*
891%{_mandir}/man1/ipcrm.1*
892%{_mandir}/man1/ipcs.1*
[12534]893%{_mandir}/man1/irqtop.1*
[521]894%{_mandir}/man1/kill.1*
[11175]895%{_mandir}/man1/last.1*
896%{_mandir}/man1/lastb.1*
[521]897%{_mandir}/man1/logger.1*
898%{_mandir}/man1/login.1*
899%{_mandir}/man1/look.1*
900%{_mandir}/man1/lscpu.1*
[11175]901%{_mandir}/man1/lsipc.1*
[12534]902%{_mandir}/man1/lsirq.1*
[11175]903%{_mandir}/man1/lslogins.1*
904%{_mandir}/man1/lsmem.1*
905%{_mandir}/man1/mesg.1*
[521]906%{_mandir}/man1/mcookie.1*
907%{_mandir}/man1/more.1*
908%{_mandir}/man1/namei.1*
[11175]909%{_mandir}/man1/nsenter.1*
[5723]910%{_mandir}/man1/mountpoint.1*
[7167]911%{_mandir}/man1/prlimit.1*
[521]912%{_mandir}/man1/rename.1*
913%{_mandir}/man1/renice.1*
914%{_mandir}/man1/rev.1*
[7167]915%{_mandir}/man1/runuser.1*
[521]916%{_mandir}/man1/script.1*
917%{_mandir}/man1/scriptreplay.1*
[12364]918%{_mandir}/man1/scriptlive.1*
[521]919%{_mandir}/man1/setsid.1*
[11175]920%{_mandir}/man1/setpriv.1*
[521]921%{_mandir}/man1/setterm.1*
[7167]922%{_mandir}/man1/su.1*
[11175]923#%{_mandir}/man1/tailf.1*
[521]924%{_mandir}/man1/taskset.1*
925%{_mandir}/man1/ul.1*
[3007]926%{_mandir}/man1/unshare.1*
[7167]927%{_mandir}/man1/utmpdump.1*
[521]928%{_mandir}/man1/uuidgen.1*
[12000]929%{_mandir}/man1/uuidparse.1*
[11175]930%{_mandir}/man1/wall.1*
[521]931%{_mandir}/man1/whereis.1*
932%{_mandir}/man1/write.1*
[11175]933#%{_mandir}/ru/man1/ddate.1.gz
[521]934
[12000]935%{_mandir}/man5/adjtime_config.5*
[521]936%{_mandir}/man5/fstab.5*
[11175]937%{_mandir}/man5/terminal-colors.d.5*
[521]938
939%{_mandir}/man8/addpart.8*
940%{_mandir}/man8/agetty.8*
[11175]941%{_mandir}/man8/blkdiscard.8*
[521]942%{_mandir}/man8/blkid.8*
[11175]943%{_mandir}/man8/blkzone.8*
[521]944%{_mandir}/man8/blockdev.8*
945%{_mandir}/man8/ctrlaltdel.8*
[7167]946%{_mandir}/man8/chcpu.8*
[11175]947%{_mandir}/man8/chmem.8*
[521]948%{_mandir}/man8/delpart.8*
949%{_mandir}/man8/fdisk.8*
950%{_mandir}/man8/findfs.8*
[3007]951%{_mandir}/man8/findmnt.8*
[521]952%{_mandir}/man8/fsck.8*
[11175]953%{_mandir}/man8/fsck.cramfs.8*
[3007]954%{_mandir}/man8/fsfreeze.8*
955%{_mandir}/man8/fstrim.8*
[521]956%{_mandir}/man8/isosize.8*
957%{_mandir}/man8/ldattach.8*
958%{_mandir}/man8/losetup.8*
[3007]959%{_mandir}/man8/lsblk.8*
[7167]960%{_mandir}/man8/lslocks.8*
[11175]961%{_mandir}/man8/lsns.8*
[521]962%{_mandir}/man8/mkfs.8*
[11175]963%{_mandir}/man8/mkfs.cramfs.8*
[521]964%{_mandir}/man8/mkswap.8*
965%{_mandir}/man8/mount.8*
966%{_mandir}/man8/nologin.8*
967%{_mandir}/man8/partx.8*
968%{_mandir}/man8/pivot_root.8*
[7167]969%{_mandir}/man8/readprofile.8*
970%{_mandir}/man8/resizepart.8*
[12000]971%{_mandir}/man8/rfkill.8*
[521]972%{_mandir}/man8/rtcwake.8*
973%{_mandir}/man8/setarch.8*
[7167]974%{_mandir}/man8/sulogin.8*
[3007]975%{_mandir}/man8/swaplabel.8*
[521]976%{_mandir}/man8/swapoff.8*
977%{_mandir}/man8/swapon.8*
978%{_mandir}/man8/switch_root.8*
979%{_mandir}/man8/umount.8*
[7167]980%{_mandir}/man8/wdctl.8*
[3007]981%{_mandir}/man8/wipefs.8*
[521]982%{_mandir}/man8/raw.8*
983%{_mandir}/man8/rawdevices.8*
[11175]984%{_mandir}/man8/zramctl.8*
[521]985
986%ifnarch s390 s390x
987/sbin/clock
988/sbin/hwclock
989%{_sbindir}/fdformat
990%{_sbindir}/hwclock
991%{_mandir}/man8/fdformat.8*
992%{_mandir}/man8/hwclock.8*
993%endif
994
995%ifnarch sparc sparcv9 sparc64
996/sbin/cfdisk
997/sbin/sfdisk
998%{_mandir}/man8/cfdisk.8*
999%{_mandir}/man8/sfdisk.8*
1000%endif
1001
1002%ifarch sparc sparc64 sparcv9
1003%{_bindir}/sunhostid
1004%endif
1005
[11175]1006
1007%if %{with bashcomp}
1008%files -n bash-completion-util-linux
1009%defattr(-,root,root)
1010%{compldir}/*
[521]1011%endif
1012
1013%files -n uuidd
1014%defattr(-,root,root)
[12364]1015%if %{with systemd}
1016%{_unitdir}/uuidd.*
1017%else
[521]1018/etc/rc.d/init.d/uuidd
[12364]1019%endif
[521]1020%{_mandir}/man8/uuidd.8*
1021%attr(-, uuidd, uuidd) %{_sbindir}/uuidd
1022%dir %attr(2775, uuidd, uuidd) /var/lib/libuuid
1023%dir %attr(2775, uuidd, uuidd) /var/run/uuidd
1024
1025
[11175]1026%files -n libfdisk
1027%defattr(-,root,root)
1028%{!?_licensedir:%global license %%doc}
[12299]1029%license Documentation/licenses/COPYING.LGPL-2.1* libfdisk/COPYING*
[11175]1030/%{_lib}/libfdisk.so.*
1031
1032%files -n libfdisk-devel
1033%defattr(-,root,root)
1034%{_libdir}/libfdisk.so
1035%{_includedir}/libfdisk
1036%{_libdir}/pkgconfig/fdisk.pc
1037
1038
1039%files -n libsmartcols
1040%defattr(-,root,root)
1041%{!?_licensedir:%global license %%doc}
[12299]1042%license Documentation/licenses/COPYING.LGPL-2.1* libsmartcols/COPYING*
[11175]1043/%{_lib}/libsmartcols.so.*
1044
1045%files -n libsmartcols-devel
1046%defattr(-,root,root)
1047%{_libdir}/libsmartcols.so
1048%{_includedir}/libsmartcols
1049%{_libdir}/pkgconfig/smartcols.pc
1050
1051
[3007]1052%files -n libmount
1053%defattr(-,root,root)
[8995]1054%doc libmount/COPYING
[3007]1055/%{_lib}/libmount.so.*
1056
1057%files -n libmount-devel
1058%defattr(-,root,root)
[8995]1059%doc libmount/COPYING
[11175]1060#%{_libdir}/libmount.a
[3007]1061%{_libdir}/libmount.so
1062%{_includedir}/libmount
1063%{_libdir}/pkgconfig/mount.pc
1064
1065
[521]1066%files -n libblkid
1067%defattr(-,root,root)
1068%dir /etc/blkid
1069/%{_lib}/libblkid.so.*
1070
1071%files -n libblkid-devel
1072%defattr(-,root,root)
[11175]1073#%{_libdir}/libblkid.a
[521]1074%{_libdir}/libblkid.so
1075%{_includedir}/blkid
1076%{_mandir}/man3/libblkid.3*
1077%{_libdir}/pkgconfig/blkid.pc
1078
1079
1080%files -n libuuid
1081%defattr(-,root,root)
1082/%{_lib}/libuuid.so.*
1083
1084%files -n libuuid-devel
1085%defattr(-,root,root)
[11175]1086#%{_libdir}/libuuid.a
[521]1087%{_libdir}/libuuid.so
1088%{_includedir}/uuid
1089%{_mandir}/man3/uuid.3*
1090%{_mandir}/man3/uuid_clear.3*
1091%{_mandir}/man3/uuid_compare.3*
1092%{_mandir}/man3/uuid_copy.3*
1093%{_mandir}/man3/uuid_generate.3*
1094%{_mandir}/man3/uuid_generate_random.3*
1095%{_mandir}/man3/uuid_generate_time.3*
[5723]1096%{_mandir}/man3/uuid_generate_time_safe.3*
[521]1097%{_mandir}/man3/uuid_is_null.3*
1098%{_mandir}/man3/uuid_parse.3*
1099%{_mandir}/man3/uuid_time.3*
1100%{_mandir}/man3/uuid_unparse.3*
1101%{_libdir}/pkgconfig/uuid.pc
1102
1103# compat32
1104%if %{build_compat32}
1105%files -n compat32-libuuid
1106%defattr(-,root,root)
1107/%{_lib}/libuuid.so.*
1108
1109%files -n compat32-libuuid-devel
1110%defattr(-,root,root)
[11175]1111#%{_libdir}/libuuid.a
[521]1112%{_libdir}/libuuid.so
1113%{_libdir}/pkgconfig/uuid.pc
[3007]1114
[9323]1115%files -n compat32-libblkid
1116%defattr(-,root,root)
1117/%{_lib}/libblkid.so.*
1118
1119%files -n compat32-libblkid-devel
1120%defattr(-,root,root)
[11175]1121#%{_libdir}/libblkid.a
[9323]1122%{_libdir}/libblkid.so
1123%{_libdir}/pkgconfig/blkid.pc
1124
[3007]1125%files -n compat32-libmount
1126%defattr(-,root,root)
1127/%{_lib}/libmount.so.*
1128
1129%files -n compat32-libmount-devel
1130%defattr(-,root,root)
[11175]1131#%{_libdir}/libmount.a
[3007]1132%{_libdir}/libmount.so
1133%{_libdir}/pkgconfig/mount.pc
[521]1134%endif
1135
1136%changelog
[12534]1137* Thu Feb 18 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.36.2-1
1138- updated to 2.36.2.
1139- dropped Patch1-1000: fixed in upstream.
1140- imported Patch1 and 2 from rawhide.
1141
1142* Sat Apr 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.35.1-1
[12364]1143- updated to 2.35.1.
1144- updated rawhide patches.
1145- imported Patch1000 from upstream.
1146
[12299]1147* Sun Oct 27 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.34-1
1148- updated to 2.34.
1149
[12000]1150* Wed Dec 26 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.33-1
1151- updated to 2.33.
1152- dropped R:ConsoleKit-libs (ConsoleKit is obsolete).
1153- added R:elogind.
1154
[11175]1155* Fri Sep 08 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.30.1-1
1156- updated to 2.30.1.
1157- updated Patch7.
1158- dropped Patch0-2,8 and 200-210.
1159
[9827]1160* Mon Nov 23 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.22.2-5
1161- set "/var/run" to %%_localstatedir.
1162
[9323]1163* Sun Feb  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.22.2-4
1164- added compat32-libblkid
1165
[8995]1166* Thu Oct  2 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.22.2-3
1167- updated Summary
1168- fixed %doc to include libmount COPYING
1169- library subpackages are moved to System Environment/Libraries Group
1170
[8607]1171* Tue Jun 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.2-2
1172- change BuildRequires: eudev-libudev-devel instead of libudev-devel
1173
[7370]1174* Sun Jan 20 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2-1
1175- upadte to 2.22.2
1176- add R(pre): coreutils to fix install order
1177
[7169]1178* Wed Nov 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.1-2
1179- run autogen.sh before configure
1180- remove "* include postlogin" from su.pamd
1181
[7167]1182* Tue Nov 27 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.1-1
1183- update to 2.22.1
1184- add upstream patches
1185- move su/runuser from coreutils (add C:)
1186- move eject from eject (add O:)
1187- move sulogin/utmpdump from SysVinit-tools (C:)
1188- enable raw by default
1189
[5723]1190* Tue Feb 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.1-1
1191- update to 2.20.1
1192- enable audit
1193- provide mountpoint (conflicts: SysVinit-tools < 2.88dsf-2)
1194
[3007]1195* Sat Mar 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.19-1
1196- new upstream release
1197- rename again to util-linux
1198  - O: util-linux-ng < 2.19
1199- build with libutempter
1200  - add BR: libutempter-devel
1201- make /etc/mtab symlinks to /proc/mounts
1202- drop mount.tmpfs
1203- add libmount, libmount-devel subpackage
1204
[1957]1205* Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 2.17.1-2
1206- rebuilt with rpm-4.8.1 for pkg-config
1207
[810]1208* Mon Apr 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.17.1-1
1209- new upstream release
1210- add R: libuuid = %{version}-%{release}, libblkid = %{version}-%{release}
1211- remove Patch3, Patch9-14 (merged in upstream)
1212- add Patch9
1213
[521]1214* Thu Feb 11 2010 NAKAMURA Kenta <kenta@vinelinux.org> - 2.16-3
1215- added compat32-libuuid packages for x86_64 arch support
1216- added BuildRequires: popt-devel
1217
1218* Wed Feb 10 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.16-2
1219- rebuilt with new toolchain
1220
1221* Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16-1
1222- update to 2.16 (merge patches from fedora)
1223- libblkid/blkid/findfs is moved from e2fsprogs
1224  - add libuuid, libblkid and uuddd subpackage
1225
1226* Mon Sep 15 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-1
1227- new upstream release
1228
1229* Wed Jun 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.14-2
1230- updated to util-linux-ng 2.14 based on 2.14-1 from Fedora
1231- define with_{selinux,audit} macros (defaults to 0 on Vine)
1232- add Source[56] for system without selinux
1233- merge previous Vine changes on util-linux-2.12r-2:
1234  - Fri Apr 13 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 2.12p-0vl9
1235  - add Provides: pager
1236  - add Requires(post,preun): alternatives
1237
1238  - Mon Apr 09 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 2.12p-0vl8
1239  - add update-alternatives: pager in %%post, %%preun scriptlet
1240  - add /usr/sbin/clock in %%files section
1241
1242* Mon Jun  9 2008 Karel Zak <kzak@redhat.com> 2.14-1
1243- upgrade to stable util-linux-ng release
1244
1245* Mon May 19 2008 Karel Zak <kzak@redhat.com> 2.14-0.1
1246- upgrade to 2.14-rc3
1247- remove arch(8) (deprecated in favor of uname(1) or arch(1) from coreutils)
1248- add a new command ldattach(8)
1249- cfdisk(8) linked with libncursesw
1250
1251* Tue Apr 22 2008 Karel Zak <kzak@redhat.com> 2.13.1-9
1252- fix audit log injection attack via login
1253
1254* Thu Apr 17 2008 Karel Zak <kzak@redhat.com> 2.13.1-8
1255- fix location of the command raw(8)
1256
1257* Tue Apr 15 2008 Karel Zak <kzak@redhat.com> 2.13.1-7
1258- fix 244383 - libblkid uses TYPE="swsuspend" for S1SUSPEND/S2SUSPEND
1259
1260* Wed Apr  2 2008 Karel Zak <kzak@redhat.com> 2.13.1-6
1261- fix 439984 - backport mkswap -U
1262
1263* Wed Mar 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.13.1-5
1264- clean up sparc conditionals
1265
1266* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.13.1-4
1267- Autorebuild for GCC 4.3
1268
1269* Mon Jan 28 2008 Karel Zak <kzak@redhat.com> 2.13.1-3
1270- upgrade to new upstream release
1271- fix #427874 - util-linux-ng gets "excess command line argument" on update
1272
1273* Wed Jan  2 2008 Karel Zak <kzak@redhat.com> 2.13.1-2
1274- update to upstream 2.13.1-rc2
1275
1276* Wed Dec 12 2007 Dan Walsh <dwalsh@redhat.com> 2.13.1-1
1277- Fix pam files so that pam_keyinit happens after pam_selinux.so
1278
1279* Wed Dec 12 2007 Karel Zak <kzak@redhat.com> 2.13.1-0.2
1280- remove viwp and vigr (in favour of shadow-utils)
1281
1282* Sun Dec  9 2007 Karel Zak <kzak@redhat.com> 2.13.1-0.1
1283- update to the latest upstream stable branch
1284  (commit: fda9d11739ee88c3b2f22a73f12ec019bd3b8335)
1285
1286* Wed Oct 31 2007 Karel Zak <kzak@redhat.com> 2.13-4
1287- fix #354791 - blockdev command calls the blkpg ioctl with a wrong data structure
1288
1289* Tue Oct 16 2007 Karel Zak <kzak@redhat.com> 2.13-3
1290- fix mount -L | -U segfault
1291- fix script die on SIGWINCH
1292
1293* Thu Oct  4 2007 Karel Zak <kzak@redhat.com> 2.13-2
1294- update to the latest upstream stable branch
1295
1296* Tue Aug 28 2007 Karel Zak <kzak@redhat.com> 2.13-1
1297- upgrade to stable util-linux-ng release
1298
1299* Fri Aug 24 2007 Karel Zak <kzak@redhat.com> 2.13-0.59
1300- add release number to util-linux Provides and increment setarch Obsoletes
1301- fix #254114 - spec typo
1302- upgrade to floppy-0.16
1303- add BuildRequires: popt-devel
1304
1305* Wed Aug 22 2007 Jesse Keating <jkeating@redhat.com>  2.13-0.58
1306- Obsolete a sufficiently high enough version of setarch
1307
1308* Mon Aug 20 2007 Karel Zak <kzak@redhat.com>  2.13-0.57
1309- fix #253664 - util-linux-ng fails to build on sparc (patch by Dennis Gilmore)
1310- rebase to new GIT snapshot
1311
1312* Mon Aug 20 2007 Karel Zak <kzak@redhat.com> 2.13-0.56
1313- fix obsoletes field
1314
1315* Mon Aug 20 2007 Karel Zak <kzak@redhat.com> 2.13-0.55
1316- util-linux-ng includes setarch(1), define relevat Obsoletes+Provides
1317
1318* Mon Aug 20 2007 Karel Zak <kzak@redhat.com> 2.13-0.54
1319- port "blockdev --rmpart" patch from util-linux
1320- use same Provides/Obsoletes setting like in util-linux
1321
1322* Wed Aug 15 2007 Karel Zak <kzak@redhat.com> 2.13-0.53
1323- fix #252046 - review Request: util-linux-ng (util-linux replacement)
1324
1325* Mon Aug 13 2007 Karel Zak <kzak@redhat.com> 2.13-0.52
1326- rebase to util-linux-ng (new util-linux upstream fork,
1327                based on util-linux 2.13-pre7)
1328- more than 70 Fedora/RHEL patches have been merged to upstream code
1329
1330* Fri Apr  6 2007 Karel Zak <kzak@redhat.com> 2.13-0.51
1331- fix #150493 - hwclock --systohc sets clock 0.5 seconds slow
1332- fix #220873 - starting RPC idmapd: Error: RPC MTAB does not exist.
1333                (added rpc_pipefs to util-linux-2.13-umount-sysfs.patch)
1334- fix #227903 - mount -f does not work with NFS-mounted
1335
1336* Sat Mar  3 2007 David Zeuthen <davidz@redhat.com> 2.13-0.50
1337- include ConsoleKit session module by default (#229172)
1338
1339* Thu Jan 11 2007 Karel Zak <kzak@redhat.com> 2.13-0.49
1340- fix #222293 - undocumented partx,addpart, delpart
1341
1342* Sun Dec 17 2006 Karel Zak <kzak@redhat.com> 2.13-0.48
1343- fix paths in po/Makefile.in.in
1344
1345* Fri Dec 15 2006 Karel Zak <kzak@redhat.com> 2.13-0.47
1346- fix #217240 - namei ignores non-directory components instead of saying "Not a directory"
1347- fix #217241 - namei enforces symlink limits inconsistently
1348
[8607]1349* Thu Dec 14 2006 Karel Zak <kzak@redhat.com> 2.13-0.46
[521]1350- fix leaking file descriptor in the more command (patch by Steve Grubb)
1351
1352* Wed Dec 13 2006 Karel Zak <kzak@redhat.com> 2.13-0.45
1353- use ncurses only
1354- fix #218915 - fdisk -b 4K
1355- upgrade to -pre7 release
1356- fix building problem with raw0 patch
1357- fix #217186 - /bin/sh: @MKINSTALLDIRS@: No such file or directory
1358  (port po/Makefile.in.in from gettext-0.16)
1359- sync with FC6 and RHEL5:
1360- fix #216489 - SCHED_BATCH option missing in chrt
1361- fix #216712 - issues with raw device support ("raw0" is wrong device name)
1362- fix #216760 - mount with context or fscontext option fails
1363  (temporarily disabled the support for additional contexts -- not supported by kernel yet)
1364- fix #211827 - Can't mount with additional contexts
1365- fix #213127 - mount --make-unbindable does not work
1366- fix #211749 - add -r option to losetup to create a read-only loop
1367
1368* Thu Oct 12 2006 Karel Zak <kzak@redhat.com> 2.13-0.44
1369- fix #209911 - losetup.8 updated (use dm-crypt rather than deprecated cryptoloop)
1370- fix #210338 - spurious error from '/bin/login -h $PHONENUMBER' (bug in IPv6 patch)
1371- fix #208634 - mkswap "works" without warning on a mounted device
1372
1373* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.13-0.43
1374- rebuilt for unwind info generation, broken in gcc-4.1.1-21
1375
1376* Wed Sep 20 2006 Karel Zak <kzak@redhat.com> 2.13-0.42
1377- remove obsolete NFS code and patches (we use /sbin/mount.nfs
1378  and /sbin/umount.nfs from nfs-utils now)
1379- move nfs.5 to nfs-utils
1380
1381* Fri Sep 15 2006 Karel Zak <kzak@redhat.com> 2.13-0.41
1382- fix #205038 - mount not allowing sloppy option (exports "-s"
1383  to external /sbin/mount.nfs(4) calls)
1384- fix minor bug in util-linux-2.13-mount-twiceloop.patch
1385- fix #188193- util-linux should provide plugin infrastructure for HAL
1386
1387* Mon Aug 21 2006 Karel Zak <kzak@redhat.com> 2.13-0.40
1388- fix Makefile.am in util-linux-2.13-mount-context.patch
1389- fix #201343 - pam_securetty requires known user to work
1390                (split PAM login configuration to two files)
1391- fix #203358 - change location of taskset binary to allow for early affinity work
1392
1393* Fri Aug 11 2006 Karel Zak <kzak@redhat.com> 2.13-0.39
1394- fix #199745 - non-existant simpleinit(8) mentioned in ctrlaltdel(8)
1395
1396* Thu Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 2.13-0.38
1397- Change keycreate line to happen after pam_selinux open call so it gets correct context
1398
1399* Thu Aug 10 2006 Karel Zak <kzak@redhat.com> 2.13-0.37
1400- fix #176494 - last -i returns strange IP addresses (patch by Bill Nottingham)
1401
1402* Thu Jul 27 2006 Karel Zak <kzak@redhat.com> 2.13-0.36
1403- fix #198300, #199557 - util-linux "post" scriptlet failure
1404
1405* Thu Jul 27 2006 Steve Dickson <steved@redhat.com> 2.13-0.35
1406- Added the -o fsc flag to nfsmount.
1407
1408* Wed Jul 26 2006 Karel Zak <kzak@redhat.com> 2.13-0.34
1409- rebuild
1410
1411* Tue Jul 18 2006 Karel Zak <kzak@redhat.com> 2.13-0.33
1412- add Requires(post): libselinux
1413
1414* Mon Jul 17 2006 Karel Zak <kzak@redhat.com> 2.13-0.32
1415- add IPv6 support to the login command (patch by Milan Zazrivec)
1416- fix #198626 - add keyinit instructions to the login PAM script
1417  (patch by David Howells)
1418
1419* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.13-0.31.1
1420- rebuild
1421
1422* Tue Jul 11 2006 Karel Zak <kzak@redhat.com> 2.13-0.31
1423- cleanup dependences for post and preun scriptlets
1424
1425* Mon Jul 10 2006 Karsten Hopp <karsten@redhat.de> 2.13-0.30
1426- silence install in minimal buildroot without /var/log
1427
1428* Fri Jul  7 2006 Karel Zak <kzak@redhat.com> 2.13-0.29
1429- include the raw command for RHELs
1430
1431* Mon Jun 26 2006 Florian La Roche <laroche@redhat.com> 2.13-0.28
1432- move install-info parts from postun to preun
1433
1434* Wed Jun 21 2006 Dan Walsh <dwalsh@RedHat.com> 2.13-0.27
1435- Only execute chcon on machines with selinux enabled
1436
1437* Wed Jun 14 2006 Steve Dickson <steved@redhat.com> 2.13-0.26
1438- Remove unneeded header files from nfsmount.c
1439
1440* Mon Jun 12 2006 Karel Zak <kzak@redhat.com> 2.13-0.25
1441- fix #187014 - umount segfaults for normal user
1442- fix #183446 - cal not UTF-8-aware
1443- fix #186915 - mount does not translate SELIinux context options though libselinux
1444- fix #185500 - Need man page entry for -o context= mount option
1445- fix #152579 - missing info about /etc/mtab and /proc/mounts mismatch
1446- fix #183890 - missing info about possible ioctl() and fcntl() problems on NFS filesystem
1447- fix #191230 - using mount --move results in wrong data in /etc/mtab
1448- added mount subtrees support
1449- fdisk: wrong number of sectors for large disks (suse#160822)
1450- merge fdisk-xvd (#182553) with new fdisk-isfull (#188981) patch
1451- fix #181549 - raw(8) manpage has old information about dd
1452- remove asm/page.h usage
1453
1454* Wed May 24 2006 Dan Walsh <dwalsh@RedHat.com> 2.13-0.24
1455- Remove requirement on restorecon, since we can do the same thing
1456- with chcon/matchpathcon, and not add requirement on policycoreutils
1457
1458* Wed May 24 2006 Steve Dickson <steved@redhat.com> 2.13-0.23
1459- Fixed bug in patch for bz183713 which cause nfs4 mounts to fail.
1460
1461* Tue May  2 2006 Steve Dickson <steved@redhat.com> 2.13-0.22
1462- Added syslog logging to background mounts as suggested
1463  by a customer.
1464
1465* Mon May  1 2006 Steve Dickson <steved@redhat.com> 2.13-0.21
1466- fix #183713 - foreground mounts are not retrying as advertised
1467- fix #151549 - Added 'noacl' mount flag
1468- fix #169042 - Changed nfsmount to try udp before using tcp when rpc-ing
1469                the remote rpc.mountd (iff -o tcp is not specified).
1470                This drastically increases the total number of tcp mounts
1471                that can happen at once (ala autofs).
1472
[8607]1473* Thu Mar  9 2006 Jesse Keating <jkeating@redhat.com> 2.13-0.20
[521]1474- Better calling of restorecon as suggested by Bill Nottingham
1475- prereq restorecon to avoid ordering issues
1476
[8607]1477* Thu Mar  9 2006 Jesse Keating <jkeating@redhat.com> 2.13-0.19
[521]1478- restorecon /var/log/lastlog
1479
1480* Wed Mar  8 2006 Karel Zak <kzak@redhat.com> 2.13-0.17
1481- fix #181782 - mkswap selinux relabeling (fix util-linux-2.13-mkswap-selinux.patch)
1482
1483* Wed Feb 22 2006 Karel Zak <kzak@redhat.com> 2.13-0.16
1484- fix #181782 - mkswap should automatically add selinux label to swapfile
1485- fix #180730 - col is exiting with 1 (fix util-linux-2.12p-col-EILSEQ.patch)
1486- fix #181896 - broken example in schedutils man pages
1487- fix #177331 - login omits pam_acct_mgmt & pam_chauthtok when authentication is skipped.
1488- fix #177523 - umount -a should not unmount sysfs
1489- fix #182553 - fdisk -l inside xen guest shows no disks
1490
1491* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13-0.15.1
1492- bump again for double-long bug on ppc(64)
1493
1494* Wed Feb  8 2006 Peter Jones <pjones@redhat.com> 2.13-0.15
1495- add "blockdev --rmpart N <device>" and "blockdev --rmparts <device>"
1496
1497* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13-0.14.1
1498- rebuilt for new gcc4.1 snapshot and glibc changes
1499
1500* Thu Jan 19 2006 Steve Dickson <steved@redhat.com> 2.13-0.14
1501- Updated the gssd_check() and idmapd_check(), used with
1502  nfsv4 mounts, to looked for the correct file in /var/lock/subsys
1503  which stops bogus warnings.
1504
1505* Tue Jan  3 2006 Karel Zak <kzak@redhat.com> 2.13-0.13
1506- fix #174676 - hwclock audit return code mismatch
1507- fix #176441: col truncates data
1508- fix #174111 - mount allows loopback devices to be mounted more than once to the same mount point
1509- better wide chars usage in the cal command (based on the old 'moremisc' patch)
1510
1511* Mon Dec 12 2005 Karel Zak <kzak@redhat.com> 2.13-0.12
1512- rebuilt
1513
1514* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1515- rebuilt
1516
1517* Fri Nov 25 2005 Karel Zak <kzak@redhat.com> 2.13-0.11.pre6
1518- update to upstream version 2.13-pre6
1519- fix #172203 - mount man page in RHEL4 lacks any info on cifs mount options
1520
1521* Mon Nov  7 2005 Karel Zak <kzak@redhat.com> 2.13-0.10.pre5
1522- fix #171337 - mkfs.cramfs doesn't work correctly with empty files
1523
1524* Fri Oct 28 2005 Karel Zak <kzak@redhat.com> 2.13-0.9.pre5
1525- rebuild
1526
1527* Wed Oct 26 2005 Karel Zak <kzak@redhat.com> 2.13-0.8.pre5
1528- updated version of the patch for hwclock audit
1529
1530* Thu Oct 20 2005 Karel Zak <kzak@redhat.com> 2.13-0.7.pre5
1531- fix #171337 - mkfs.cramfs dies creating installer image
1532
1533* Thu Oct 20 2005 Karel Zak <kzak@redhat.com> 2.13-0.6.pre5
1534- update to upstream 2.13pre5
1535- remove separated cramfs1.1 (already in upstream package)
1536- remove odd symlink /usr/bin/mkcramfs -> ../../sbin/mkfs.cramfs
1537- fix #170171 - ipcs -lm always report "max total shared memory (kbytes) = 0"
1538
1539* Mon Oct 17 2005 Karel Zak <kzak@redhat.com> 2.13-0.5.pre4
1540* fix #170564 - add audit message to login
1541
1542* Fri Oct  7 2005 Karel Zak <kzak@redhat.com> 2.13-0.4.pre4
1543- fix #169628 - /usr/bin/floppy doesn't work with /dev/fd0
1544- fix #168436 - login will attempt to run if it has no read/write access to its terminal
1545- fix #168434 - login's timeout can fail - needs to call siginterrupt(SIGALRM,1)
1546- fix #165253 - losetup missing option -a [new feature]
1547- update PAM files (replace pam_stack with new "include" PAM directive)
1548- remove kbdrate from src.rpm
1549- update to 2.13pre4
1550
1551* Fri Oct  7 2005 Steve Dickson <steved@redhat.com> 2.13-0.3.pre3
1552- fix #170110 - Documentation for 'rsize' and 'wsize' NFS mount options
1553                is misleading
1554
1555* Fri Sep  2 2005 Karel Zak <kzak@redhat.com> 2.13-0.3.pre2
1556- fix #166923 - hwclock will not run on a non audit-enabled kernel
1557- fix #159410 - mkswap(8) claims max swap area size is 2 GB
1558- fix #165863 - swsusp swaps should be reinitialized
1559- change /var/log/lastlog perms to 0644
1560
1561* Tue Aug 16 2005 Karel Zak <kzak@redhat.com> 2.13-0.2.pre2
1562- /usr/share/misc/getopt/* -move-> /usr/share/doc/util-linux-2.13/getopt-*
1563- the arch command marked as deprecated
1564- removed: elvtune, rescuept and setfdprm
1565- removed: man8/sln.8 (moved to man-pages, see #10601)
1566- removed REDAME.pg and README.reset
1567- .spec file cleanup
1568- added schedutils (commands: chrt, ionice and taskset)
1569
1570* Tue Jul 12 2005 Karel Zak <kzak@redhat.com> 2.12p-9.7
1571- fix #159339 - util-linux updates for new audit system
1572- fix #158737 - sfdisk warning for large partitions, gpt
1573- fix #150912 - Add ocfs2 support
1574- NULL is better than zero at end of execl()
1575
1576* Thu Jun 16 2005 Karel Zak <kzak@redhat.com> 2.12p-9.5
1577- fix #157656 - CRM 546998: Possible bug in vipw, changes permissions of /etc/shadow and /etc/gshadow
1578- fix #159339 - util-linux updates for new audit system (pam_loginuid.so added to util-linux-selinux.pamd)
1579- fix #159418 - sfdisk unusable - crashes immediately on invocation
1580- fix #157674 - sync option on VFAT mount destroys flash drives
1581- fix .spec file /usr/sbin/{hwclock,clock} symlinks
1582
1583* Wed May  4 2005 Jeremy Katz <katzj@redhat.com> - 2.12p-9.3
1584- rebuild against new libe2fsprogs (and libblkid) to fix cramfs auto-detection
1585
1586* Mon May  2 2005 Karel Zak <kzak@redhat.com> 2.12p-9.2
1587- rebuild
1588
1589* Mon May  2 2005 Karel Zak <kzak@redhat.com> 2.12p-9
1590- fix #156597 - look - doesn't work with separators
1591
1592* Mon Apr 25 2005 Karel Zak <kzak@redhat.com> 2.12p-8
1593- fix #154498 - util-linux login & pam session
1594- fix #155293 - man 5 nfs should include vers as a mount option
1595- fix #76467 - At boot time, fsck chokes on LVs listed by label in fstab
1596- new Source URL
1597- added note about ATAPI IDE floppy to fdformat.8
1598- fix #145355 - Man pages for fstab and fstab-sync in conflict
1599
1600* Tue Apr  5 2005 Karel Zak <kzak@redhat.com> 2.12p-7
1601- enable build with libblkid from e2fsprogs-devel
1602- remove workaround for duplicated labels
1603
1604* Thu Mar 31 2005 Steve Dickson <SteveD@RedHat.com> 2.12p-5
1605- Fixed nfs mount to rollback correctly.
1606
1607* Fri Mar 25 2005 Karel Zak <kzak@redhat.com> 2.12p-4
1608- added /var/log/lastlog to util-linux (#151635)
1609- disabled 'newgrp' in util-linux (enabled in shadow-utils) (#149997, #151613)
1610- improved mtab lock (#143118)
1611- fixed ipcs typo (#151156)
1612- implemented mount workaround for duplicated labels (#116300)
1613
1614* Wed Mar 16 2005 Elliot Lee <sopwith@redhat.com> 2.12p-3
1615- rebuilt
1616
1617* Fri Feb 25 2005 Steve Dickson <SteveD@RedHat.com> 2.12p-2
1618- Changed nfsmount to only use reserve ports when necessary
1619  (bz# 141773)
1620
1621* Thu Dec 23 2004 Elliot Lee <sopwith@redhat.com> 2.12p-1
1622- Update to util-linux-2.12p. This changes swap header format
1623  from - you may need to rerun mkswap if you did a clean install of
1624  FC3.
1625
1626* Fri Dec 10 2004 Elliot Lee <sopwith@redhat.com> 2.12j-1
1627- Update to util-linux-2.12j
1628
1629* Tue Dec  7 2004 Steve Dickson <SteveD@RedHat.com> 2.12a-20
1630- Corrected a buffer overflow problem with nfs mounts.
1631  (bz# 141733)
1632
1633* Wed Dec 01 2004 Elliot Lee <sopwith@redhat.com> 2.12a-19
1634- Patches for various bugs.
1635
1636* Mon Nov 29 2004 Steve Dickson <SteveD@RedHat.com> 2.12a-18
1637- Made NFS mounts adhere to the IP protocol if specified on
1638  command line as well as made NFS umounts adhere to the
1639  current IP protocol. Fix #140016
1640
1641* Thu Oct 14 2004 Elliot Lee <sopwith@redhat.com> 2.12a-16
1642- Add include_raw macro, build with it off for Fedora
1643
1644* Wed Oct 13 2004 Stephen C. Tweedie <sct@redhat.com> - 2.12a-15
1645- Add raw patch to allow binding of devices not yet in /dev
1646
1647* Wed Oct 13 2004 John (J5) Palmieri <johnp@redhat.com> 2.12a-14
1648- Add David Zeuthen's patch to enable the pamconsole flag #133941
1649
1650* Wed Oct 13 2004 Stephen C. Tweedie <sct@redhat.com> 2.12a-13
1651- Restore raw utils (bugzilla #130016)
1652
1653* Mon Oct 11 2004 Phil Knirsch <pknirsch@redhat.com> 2.12a-12
1654- Add the missing remote entry in pam.d
1655
1656* Wed Oct  6 2004 Steve Dickson <SteveD@RedHat.com>
1657- Rechecked in some missing NFS mounting code.
1658
1659* Wed Sep 29 2004 Elliot Lee <sopwith@redhat.com> 2.12a-10
1660- Make swaplabel support work with swapon -a -e
1661
1662* Tue Sep 28 2004 Steve Dickson <SteveD@RedHat.com>
1663- Updated the NFS and NFS4 code to the latest CITI patch set
1664  (in which they incorporate a number of our local patches).
1665
1666* Wed Sep 15 2004 Nalin Dahybhai <nalin@redhat.com> 2.12a-8
1667- Fix #132196 - turn on SELinux support at build-time.
1668
1669* Wed Sep 15 2004 Phil Knirsch <pknirsch@redhat.com> 2.12a-7
1670- Fix #91174 with pamstart.patch
1671
1672* Tue Aug 31 2004 Elliot Lee <sopwith@redhat.com> 2.12a-6
1673- Fix #16415, #70616 with rdevman.patch
1674- Fix #102566 with loginman.patch
1675- Fix #104321 with rescuept.patch (just use plain lseek - we're in _FILE_OFFSET_BITS=64 land now)
1676- Fix #130016 - remove raw.
1677- Re-add agetty (replacing it with mgetty is too much pain, and mgetty is much larger)
1678
1679* Thu Aug 26 2004 Steve Dickson <SteveD@RedHat.com>
1680- Made the NFS security checks more explicit to avoid confusion
1681  (an upstream fix)
1682- Also removed a compilation warning
1683
1684* Wed Aug 11 2004 Alasdair Kergon <agk@redhat.com>
1685- Remove unused mount libdevmapper inclusion.
1686
1687* Wed Aug 11 2004 Alasdair Kergon <agk@redhat.com>
1688- Add device-mapper mount-by-label support
1689- Fix segfault in mount-by-label when a device without a label is present.
1690
1691* Wed Aug 11 2004 Steve Dickson <SteveD@RedHat.com>
1692- Updated nfs man page to show that intr are on by
1693  default for nfs4
1694
1695* Thu Aug 05 2004 Jindrich Novy <jnovy@redhat.com>
1696- modified warning causing heart attack for >16 partitions, #107824
1697
1698* Fri Jul 09 2004 Elliot Lee <sopwith@redhat.com> 2.12a-3
1699- Fix #126623, #126572
1700- Patch cleanup
1701- Remove agetty (use mgetty, agetty is broken)
1702
1703* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
1704- rebuilt
1705
1706* Thu Jun 03 2004 Elliot Lee <sopwith@redhat.com> 2.12a-1
1707- Update to 2.12a
1708- Fix #122448
1709
1710* Thu May 13 2004 Dan Walsh <dwalsh@RedHat.com> 2.12-19
1711- Change pam_selinux to run last
1712
1713* Tue May 04 2004 Elliot Lee <sopwith@redhat.com> 2.12-18
1714- Fix #122448 (autofs issues)
1715
1716* Fri Apr 23 2004 Elliot Lee <sopwith@redhat.com> 2.12-17
1717- Fix #119157 by editing the patch
1718- Add patch145 to fix #119986
1719
1720* Fri Apr 16 2004 Elliot Lee <sopwith@redhat.com> 2.12-16
1721- Fix #118803
1722
1723* Tue Mar 23 2004 Jeremy Katz <katzj@redhat.com> 2.12-15
1724- mkcramfs: use PAGE_SIZE for default blocksize (#118681)
1725
1726* Sat Mar 20 2004 <SteveD@RedHat.com>
1727- Updated the nfs-mount.patch to correctly
1728  handle the mounthost option and to ignore
1729  servers that do not set auth flavors
1730
1731* Tue Mar 16 2004 Dan Walsh <dwalsh@RedHat.com> 2.12-13
1732- Fix selinux ordering or pam for login
1733
1734* Tue Mar 16 2004 <SteveD@RedHat.com>
1735- Make RPC error messages displayed with -v argument
1736- Added two checks to the nfs4 path what will print warnings
1737  when rpc.idmapd and rpc.gssd are not running
1738- Ping NFS v4 servers before diving into kernel
1739- Make v4 mount interruptible which also make the intr option on by default
1740
[8607]1741* Sat Mar 13 2004  <SteveD@RedHat.com>
[521]1742- Reworked how the rpc.idmapd and rpc.gssd checks were
1743  done due to review comments from upstream.
1744- Added rpc_strerror() so the '-v' flag will show RPC errors.
1745
1746* Sat Mar 13 2004  <SteveD@RedHat.com>
1747- Added two checks to the nfs4 path what will print warnings
1748  when rpc.idmapd and rpc.gssd are not running.
1749
1750* Thu Mar 11 2004 <SteveD@RedHat.com>
1751- Reworked and updated the nfsv4 patches.
1752
1753* Wed Mar 10 2004 Dan Walsh <dwalsh@RedHat.com>
1754- Bump version
1755
1756* Wed Mar 10 2004 Steve Dickson <SteveD@RedHat.com>
1757- Tried to make nfs error message a bit more meaninful
1758- Cleaned up some warnings
1759
1760* Sun Mar  7 2004 Steve Dickson <SteveD@RedHat.com>
1761- Added pesudo flavors for nfsv4 mounts.
1762- Added BuildRequires: libselinux-devel and Requires: libselinux
1763  when WITH_SELINUX is set.
1764
1765* Fri Feb 27 2004 Dan Walsh <dwalsh@redhat.com> 2.12-5
1766- check for 2.6.3 kernel in mount options
1767
1768* Mon Feb 23 2004 Elliot Lee <sopwith@redhat.com> 2.12-4
1769- Remove /bin/kill for #116100
1770
1771* Fri Feb 20 2004 Dan Walsh <dwalsh@redhat.com> 2.12-3
1772- rebuilt
1773
1774* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
1775- rebuilt
1776
1777* Thu Feb 12 2004 Elliot Lee <sopwith@redhat.com> 2.12-1
1778- Final 2.12 has been out for ages - might as well use it.
1779
1780* Wed Jan 28 2004 Steve Dickson <SteveD@RedHat.com> 2.12pre-4
1781- Added mount patches that have NFS version 4 support
1782
1783* Mon Jan 26 2004 Elliot Lee <sopwith@redhat.com> 2.12pre-3
1784- Provides: mount losetup
1785
1786* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 2.12pre-2
1787- Add multiple to /etc/pam.d/login for SELinux
1788
1789* Thu Jan 15 2004 Elliot Lee <sopwith@redhat.com> 2.12pre-1
1790- 2.12pre-1
1791- Merge mount/losetup packages into the main package (#112324)
1792- Lose separate
1793
1794* Mon Nov 3 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-35.sel
1795- remove selinux code from login and use pam_selinux
1796
1797* Thu Oct 30 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-34.sel
1798- turn on selinux
1799
1800* Fri Oct 24 2003 Elliot Lee <sopwith@redhat.com> 2.11y-34
1801- Add BuildRequires: texinfo (from a bug# I don't remember)
1802- Fix #90588 with mountman patch142.
1803
1804* Mon Oct 6 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-33
1805- turn off selinux
1806
1807* Thu Sep 25 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-32.sel
1808- turn on selinux
1809- remove context selection
1810
1811* Fri Sep 19 2003 Elliot Lee <sopwith@redhat.com> 2.11y-31
1812- Add patch140 (alldevs) to fix #101772. Printing the total size of
1813  all devices was deemed a lower priority than having all devices
1814  (e.g. /dev/ida/c0d9) displayed.
1815
1816* Fri Sep 12 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-31
1817- turn off selinux
1818
1819* Fri Sep 12 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-30.sel
1820- turn on selinux
1821
1822* Fri Sep 5 2003 Elliot Lee <sopwith@redhat.com> 2.11y-28
1823- Fix #103004, #103954
1824
1825* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-27
1826- turn off selinux
1827
1828* Thu Sep 4 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-26.sel
1829- build with selinux
1830
1831* Mon Aug 11 2003 Elliot Lee <sopwith@redhat.com> 2.11y-25
1832- Use urandom instead for mkcramfs
1833
1834* Tue Jul 29 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-24
1835- add SELINUX 2.5 support
1836
1837* Wed Jul 23 2003 Elliot Lee <sopwith@redhat.com> 2.11y-22
1838- #100433 patch
1839
[8607]1840* Sat Jun 14 2003 Elliot Lee <sopwith@redhat.com> 2.11y-20
[521]1841- #97381 patch
1842
1843* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
1844- rebuilt
1845
1846* Mon Apr 21 2003 Elliot Lee <sopwith@redhat.com> 2.11y-17
1847- Change patch128 to improve ipcs -l
1848
1849* Fri Apr 11 2003 Elliot Lee <sopwith@redhat.com> 2.11y-16
1850- Fix #85407
1851
1852* Fri Apr 11 2003 Elliot Lee <sopwith@redhat.com> 2.11y-15
1853- Change patch128 to util-linux-2.11f-ipcs-84243-86285.patch to get all
1854ipcs fixes
1855
1856* Thu Apr 10 2003 Matt Wilson <msw@redhat.com> 2.11y-14
1857- fix last login date display on AMD64 (#88574)
1858
1859* Mon Apr  7 2003 Jeremy Katz <katzj@redhat.com> 2.11y-13
1860- include sfdisk on ppc
1861
1862* Fri Mar 28 2003 Jeremy Katz <katzj@redhat.com> 2.11y-12
1863- add patch from msw to change mkcramfs blocksize with a command line option
1864
1865* Tue Mar 25 2003 Phil Knirsch <pknirsch@redhat.com> 2.11y-11
1866- Fix segfault on s390x due to wrong usage of BLKGETSIZE.
1867
1868* Thu Mar 13 2003 Elliot Lee <sopwith@redhat.com> 2.11y-10
1869- Really apply the ipcs patch. Doh.
1870
1871* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
1872- rebuilt
1873
1874* Wed Feb 19 2003 Elliot Lee <sopwith@redhat.com> 2.11y-8
1875- ipcs-84243.patch to fix #84243
1876
1877* Thu Feb 13 2003 Yukihiro Nakai <ynakai@redhat.com> 2.11y-7
1878- Update moremisc patch to fix swprintf()'s minimum field (bug #83361).
1879
1880* Mon Feb 03 2003 Elliot Lee <sopwith@redhat.com> 2.11y-6
1881- Fix mcookie segfault on many 64-bit architectures (bug #83345).
1882
1883* Mon Feb 03 2003 Tim Waugh <twaugh@redhat.com> 2.11y-5
1884- Fix underlined multibyte characters (bug #83376).
1885
1886* Sun Feb 02 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1887- rebuild to have again a s390 rpm
1888- disable some more apps for mainframe
1889
1890* Wed Jan 29 2003 Elliot Lee <sopwith@redhat.com> 2.11y-4
1891- util-linux-2.11y-umask-82552.patch
1892
1893* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
1894- rebuilt
1895
1896* Mon Jan 13 2003 Elliot Lee <sopwith@redhat.com> 2.11y-2
1897- Fix #81069, #75421
1898
1899* Mon Jan 13 2003 Elliot Lee <sopwith@redhat.com> 2.11y-1
1900- Update to 2.11y
1901- Fix #80953
1902- Update patch0, patch107, patch117, patch120 for 2.11y
1903- Remove patch60, patch61, patch207, patch211, patch212, patch119, patch121
1904- Remove patch122, patch200
1905
1906* Wed Oct 30 2002 Elliot Lee <sopwith@redhat.com> 2.11w-2
1907- Remove some crack/unnecessary patches while submitting stuff upstream.
1908- Build with -D_FILE_OFFSET_BITS=64
1909
1910* Tue Oct 29 2002 Elliot Lee <sopwith@redhat.com> 2.11w-1
1911- Update to 2.11w, resolve patch conflicts
1912
1913* Tue Oct 08 2002 Phil Knirsch <pknirsch@redhat.com> 2.11r-10hammer.3
1914- Extended util-linux-2.11b-s390x patch to work again.
1915
1916* Thu Oct 03 2002 Elliot Lee <sopwith@redhat.com> 2.11r-10hammer.2
1917- Add patch122 for hwclock on x86_64
1918
1919* Thu Sep 12 2002 Than Ngo <than@redhat.com> 2.11r-10hammer.1
1920- Fixed pam config files
1921
1922* Wed Sep 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.11r-10hammer
1923- Port to hammer
1924
1925* Fri Aug 30 2002 Elliot Lee <sopwith@redhat.com> 2.11r-10
1926- Patch120 (hwclock) to fix #72140
1927- Include isosize util
1928
1929* Wed Aug 7 2002  Elliot Lee <sopwith@redhat.com> 2.11r-9
1930- Patch120 (skipraid2) to fix #70353, because the original patch was
1931totally useless.
1932
1933* Fri Aug 2 2002  Elliot Lee <sopwith@redhat.com> 2.11r-8
1934- Patch119 (fdisk-add-primary) from #67898
1935
1936* Wed Jul 24 2002 Elliot Lee <sopwith@redhat.com> 2.11r-7
1937- Really add the gptsize patch, instead of what I think the patch says.
1938(+1)
1939
1940* Tue Jul 23 2002 Elliot Lee <sopwith@redhat.com> 2.11r-6
1941- Add the sp[n].size part of the patch from #69603
1942
1943* Mon Jul 22 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1944- adjust mainframe patches
1945
1946* Tue Jul  2 2002 Bill Nottingham <notting@redhat.com> 2.11r-4
1947- only require usermode if we're shipping kbdrate here
1948
1949* Fri Jun 28 2002 Trond Eivind Glomsrod <teg@redhat.com> 2.11r-3
1950- Port the large swap patch to new util-linux... the off_t changes
1951  now in main aren't sufficient
1952
1953* Thu Jun 27 2002 Elliot Lee <sopwith@redhat.com> 2.11r-2
1954- Remove swapondetect (patch301) until it avoids possible false positives.
1955
1956* Thu Jun 27 2002 Elliot Lee <sopwith@redhat.com> 2.11r-1
1957- Update to 2.11r, wheeee
1958- Remove unused patches
1959
1960* Thu Jun 27 2002 Elliot Lee <sopwith@redhat.com> 2.11n-19
1961- Make a note here that this package was the source of the single change
1962contained in util-linux-2.11f-18 (in 7.2/Alpha), and also contains the
1963rawman patch from util-linux-2.11f-17.1 (in 2.1AS).
1964- Package has no runtime deps on slang, so remove the BuildRequires:
1965slang-devel.
1966
1967* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
1968- automated rebuild
1969
1970* Thu Jun 20 2002 Elliot Lee <sopwith@redhat.com> 2.11n-17
1971- Fix teg's swapondetect patch to not print out the usage message when
1972'swapon -a -e' is run. (#66690) (edit existing patch)
1973- Apply hjl's utmp handling patch (#66950) (patch116)
1974- Fix fdisk man page notes on IDE disk partition limit (#64013) (patch117)
1975- Fix mount.8 man page notes on vfat shortname option (#65628) (patch117)
1976- Fix possible cal overflow with widechars (#67090) (patch117)
1977
1978* Tue Jun 11 2002 Trond Eivind Glomsrod <teg@redhat.com> 2.11n-16
1979- support large swap partitions
1980- add '-d' option to autodetect available swap partitions
1981
1982* Thu May 23 2002 Tim Powers <timp@redhat.com>
1983- automated rebuild
1984
1985* Wed May 15 2002 Elliot Lee <sopwith@redhat.com> 2.11n-14
1986- Remove kbdrate (again).
1987
1988* Mon Apr 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1989- adjust mainframe patches to apply to current rpm
1990- do not include fdisk until it is fixed to work on mainframe
1991
1992* Mon Apr 01 2002 Elliot Lee <sopwith@redhat.com> 2.11n-12
1993- Don't strip binaries - rpm does it for us.
1994
1995* Sun Mar 31 2002 Elliot Lee <sopwith@redhat.com> 2.11n-11
1996- Apply patch115 from ejb@ql.org for bug #61868
1997
1998* Wed Mar 27 2002 Elliot Lee <sopwith@redhat.com> 2.11n-10
1999- Finish fixing #60675 (ipcrm man page), updated the patch.
2000- Fix #61203 (patch114 - dumboctal.patch).
2001
2002* Tue Mar 12 2002 Elliot Lee <sopwith@redhat.com> 2.11n-9
2003- Update ctty3 patch to ignore SIGHUP while dropping controlling terminal
2004
2005* Fri Mar 08 2002 Elliot Lee <sopwith@redhat.com> 2.11n-8
2006- Update ctty3 patch to drop controlling terminal before forking.
2007
2008* Fri Mar 08 2002 Elliot Lee <sopwith@redhat.com> 2.11n-7
2009  Fix various bugs:
2010- Add patch110 (skipraid) to properly skip devices that are part of a RAID array.
2011- Add patch111 (mkfsman) to update the mkfs man page's "SEE ALSO" section.
2012- remove README.cfdisk
2013- Include partx
2014- Fix 54741 and related bugs for good(hah!) with patch113 (ctty3)
2015
2016* Wed Mar 06 2002 Elliot Lee <sopwith@redhat.com> 2.11n-6
2017- Put kbdrate in, add usermode dep.
2018
2019* Tue Feb 26 2002 Elliot Lee <sopwith@redhat.com> 2.11n-5
2020- Fix #60363 (tweak raw.8 man page, make rawdevices.8 symlink).
2021
[8607]2022* Mon Jan 28 2002 Bill Nottingham <notting@redhat.com> 2.11n-4
[521]2023- remove kbdrate (fixes kbd conflict)
2024
2025* Fri Dec 28 2001 Elliot Lee <sopwith@redhat.com> 2.11n-3
2026- Add util-linux-2.11n-ownerumount.patch (#56593)
2027- Add patch102 (util-linux-2.11n-colrm.patch) to fix #51887
2028- Fix #53452 nits.
2029- Fix #56953 (remove tunelp on s390)
2030- Fix #56459, and in addition switch to using sed instead of perl.
2031- Fix #58471
2032- Fix #57300
2033- Fix #37436
2034- Fix #32132
2035
2036* Wed Dec 26 2001 Elliot Lee <sopwith@redhat.com> 2.11n-1
2037- Update to 2.11n
2038- Merge mount/losetup back in.
2039
2040* Tue Dec 04 2001 Elliot Lee <sopwith@redhat.com> 2.11f-17
2041- Add patch38 (util-linux-2.11f-ctty2.patch) to ignore SIGINT/SIGTERM/SIGQUIT in the parent, so that ^\ won't break things.
2042
2043* Fri Nov 09 2001 Elliot Lee <sopwith@redhat.com> 2.11f-16
2044- Merge patches 36, 75, 76, and 77 into patch #37, to attempt resolve all the remaining issues with #54741.
2045
2046* Wed Oct 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
2047- add nologin man-page for s390/s390x
2048
2049* Wed Oct 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.11f-14
2050- Don't build kbdrate on s390/s390x
2051- Don't make the pivot_root.8 man page executable(!)
2052
2053* Tue Oct 23 2001 Elliot Lee <sopwith@redhat.com> 2.11f-13
2054- Patch/idea #76 from HJL, fixes bug #54741 (race condition in login
2055acquisition of controlling terminal).
2056
2057* Thu Oct 11 2001 Bill Nottingham <notting@redhat.com>
2058- fix permissions problem with vipw & shadow files, again (doh!)
2059
2060* Tue Oct 09 2001 Erik Troan <ewt@redhat.com>
2061- added patch from Olaf Kirch to fix possible pwent structure overwriting
2062
2063* Fri Sep 28 2001 Elliot Lee <sopwith@redhat.com> 2.11f-10
2064- fdisk patch from arjan
2065
2066* Sun Aug 26 2001 Elliot Lee <sopwith@redhat.com> 2.11f-9
2067- Don't include cfdisk, since it appears to be an even bigger pile of junk than fdisk? :)
2068
2069* Wed Aug  1 2001 Tim Powers <timp@redhat.com>
2070- don't require usermode
2071
2072* Mon Jul 30 2001 Elliot Lee <sopwith@redhat.com> 2.11f-7
2073- Incorporate kbdrate back in.
2074
2075* Mon Jul 30 2001 Bill Nottingham <notting@redhat.com>
2076- revert the patch that calls setsid() in login that we had reverted
2077  locally but got integrated upstream (#46223)
2078
2079* Tue Jul 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
2080- correct s390x patch
2081
2082* Mon Jul 23 2001 Elliot Lee <sopwith@redhat.com>
2083- Add my megapatch (various bugs)
2084- Include pivot_root (#44828)
2085
2086* Thu Jul 12 2001 Bill Nottingham <notting@redhat.com>
2087- make shadow files 0400, not 0600
2088
2089* Wed Jul 11 2001 Bill Nottingham <notting@redhat.com>
2090- fix permissions problem with vipw & shadow files
2091
2092* Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
2093- update to 2.11f, remove any merged patches
2094- add s390x patches for somewhat larger swap
2095
2096* Thu Jun 14 2001 Erik Troan <ewt@redhat.com>
2097- added --verbose patch to mkcramfs; it's much quieter by default now
2098
2099* Tue May 22 2001 Erik Troan <ewt@redhat.com>
2100- removed warning about starting partitions on cylinder 0 -- swap version2
2101  makes it unnecessary
2102
2103* Wed May  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.11b-2
2104- Fix up s390x support
2105
2106* Mon May  7 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.11b-1
2107- Fix up login for real (a console session should be the controlling tty)
2108  by reverting to 2.10s code (#36839, #36840, #39237)
2109- Add man page for agetty (#39287)
2110- 2.11b, while at it
2111
2112* Fri Apr 27 2001 Preston Brown <pbrown@redhat.com> 2.11a-4
2113- /sbin/nologin from OpenBSD added.
2114
2115* Fri Apr 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.11a-3
2116- Fix up login - exiting immediately even if the password is correct
2117  is not exactly a nice feature.
2118- Make definite plans to kill people who update login without checking
2119  if the new version works ;)
2120
2121* Tue Apr 17 2001 Erik Troan <ewt@redhat.com>
2122- upgraded to 2.11a (kbdrate moved to kbd, among other things)
2123- turned off ALLOW_VCS_USE
2124- modified mkcramfs to not use a large number of file descriptors
2125- include mkfs.bfs
2126
2127* Sun Apr  8 2001 Matt Wilson <msw@redhat.com>
2128- changed Requires: kernel >= 2.2.12-7 to Conflicts: kernel < 2.2.12-7
2129  (fixes a initscripts -> util-linux -> kernel -> initscripts prereq loop)
2130
2131* Tue Mar 20 2001 Matt Wilson <msw@redhat.com>
2132- patched mkcramfs to use the PAGE_SIZE from asm/page.h instead of hard
2133  coding 4096 (fixes mkcramfs on alpha...)
2134
2135* Mon Mar 19 2001 Matt Wilson <msw@redhat.com>
2136- added mkcramfs (from linux/scripts/mkcramfs)
2137
2138* Mon Feb 26 2001 Tim Powers <timp@redhat.com>
2139- fixed bug #29131, where ipc.info didn't have an info dir entry,
2140  added the dir entry to ipc.texi (Patch58)
2141
2142* Fri Feb 23 2001 Preston Brown <pbrown@redhat.com>
2143- use lang finder script
2144- install info files
2145
2146* Thu Feb 08 2001 Erik Troan <ewt@redhat.com>
2147- reverted login patch; seems to cause problems
2148- added agetty
2149
2150* Wed Feb 07 2001 Erik Troan <ewt@redhat.com>
2151- updated kill man page
2152- added patch to fix vipw race
2153- updated vipw to edit /etc/shadow and /etc/gshadow, if appropriate
2154- added patch to disassociate login from tty, session, and pgrp
2155
2156* Tue Feb 06 2001 Erik Troan <ewt@redhat.com>
2157- fixed problem w/ empty extended partitions
2158- added patch to fix the date in the more man page
2159- set OPT to pass optimization flags to make rather then RPM_OPT_FLAG
2160- fixed fdisk -l /Proc/partitions parsing
2161- updated to 2.10s
2162
2163* Tue Jan 23 2001 Preston Brown <pbrown@redhat.com>
2164- danish translations added
2165
2166* Mon Jan 15 2001 Nalin Dahyabhai <nalin@redhat.com>
2167- fix segfault in login in btmp patch (#24025)
2168
2169* Mon Dec 11 2000 Oliver Paukstadt <oliver.paukstadt@millenux.com>
2170- ported to s390
2171
2172* Wed Nov 01 2000 Florian La Roche <Florian.LaRoche@redhat.de>
2173- update to 2.10p
2174- update patch37 to newer fdisk version
2175
2176* Mon Oct  9 2000 Jeff Johnson <jbj@redhat.com>
2177- update to 2.10o
2178-  fdformat: fixed to work with kernel 2.4.0test6 (Marek Wojtowicz)
2179-  login: not installed suid
2180-  getopt: by default install aux files in /usr/share/misc
2181- update to 2.10n:
2182-  added blockdev.8
2183-  change to elvtune (andrea)
2184-  fixed overrun in agetty (vii@penguinpowered.com)
2185-  shutdown: prefer umounting by mount point (rgooch)
2186-  fdisk: added plan9
2187-  fdisk: remove empty links in chain of extended partitions
2188-  hwclock: handle both /dev/rtc and /dev/efirtc (Bill Nottingham)
2189-  script: added -f (flush) option (Ivan Schreter)
2190-  script: added -q (quiet) option (Per Andreas Buer)
2191-  getopt: updated to version 1.1.0 (Frodo Looijaard)
2192-  Czech messages (Jiri Pavlovsky)
2193- login.1 man page had not /var/spool/mail path (#16998).
2194- sln.8 man page (but not executable) included (#10601).
2195- teach fdisk 0xde(Dell), 0xee(EFI GPT), 0xef(EFI FAT) partitions (#17610).
2196
2197* Wed Aug 30 2000 Matt Wilson <msw@redhat.com>
2198- rebuild to cope with glibc locale binary incompatibility, again
2199
2200* Mon Aug 14 2000 Jeff Johnson <jbj@redhat.com>
2201- setfdprm should open with O_WRONLY, not 3.
2202
2203* Fri Aug 11 2000 Jeff Johnson <jbj@redhat.com>
2204- fdformat should open with O_WRONLY, not 3.
2205
2206* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
2207- make 'look' look in /usr/share/dict
2208
2209* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
2210- put /usr/local/sbin:/usr/local/bin in root's path
2211
2212* Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com>
2213- rebuild to cope with glibc locale binary incompatibility
2214
2215* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
2216- automatic rebuild
2217
2218* Mon Jul 10 2000 Bill Nottingham <notting@redhat.com>
2219- enable hwclock to use /dev/efirtc on ia64 (gettext is fun. :( )
2220
2221* Mon Jul  3 2000 Bill Nottingham <notting@redhat.com>
2222- move cfdisk to /usr/sbin, it depends on /usr stuff
2223- add rescuept
2224
2225* Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2226- point more at the correct path to vi (for "v"), Bug #10882
2227
2228* Sun Jun  4 2000 Jeff Johnson <jbj@redhat.com>
2229- FHS packaging changes.
2230
2231* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
2232- modify PAM setup to use system-auth
2233
2234* Mon May  1 2000 Bill Nottingham <notting@redhat.com>
2235- eek, where did login go? (specfile tweaks)
2236
2237* Mon Apr 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2238- 2.10k
2239- fix compilation with current glibc
2240
2241* Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2242- 2.10h
2243
2244* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
2245- rebuild for sparc baud rates > 38400.
2246
2247* Sat Mar  4 2000 Matt Wilson <msw@redhat.com>
2248- use snprintf - not sprintf - when doing
2249  sprintf ("%%s\n", _("Some string")) to avoid overflows and
2250  segfaults.
2251
2252* Mon Feb 21 2000 Jeff Johnson <jbj@redhat.com>
2253- raw control file was /dev/raw, now /dev/rawctl.
2254- raw access files were /dev/raw*, now /dev/raw/raw*.
2255
2256* Thu Feb 17 2000 Erik Troan <ewt@redhat.com>
2257- -v argument to mkswap wasn't working
2258
2259* Thu Feb 10 2000 Jakub Jelinek <jakub@redhat.com>
2260- Recognize 0xfd on Sun disklabels as RAID
2261
2262* Tue Feb  8 2000 Bill Nottingham <notting@redhat.com>
2263- more lives in /bin, and was linked against /usr/lib/libnurses. Bad.
2264
2265* Thu Feb 03 2000 Jakub Jelinek <jakub@redhat.com>
2266- update to 2.10f
2267- fix issues in the new realpath code, avoid leaking memory
2268
2269* Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com>
2270- rebuild to fix dependencies
2271- add NFSv3 patches
2272
2273* Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
2274- don't require csh
2275
2276* Mon Jan 24 2000 Nalin Dahyabhai <nalin@redhat.com>
2277- update to 2.10e
2278- add rename
2279
2280* Thu Jan 20 2000 Jeff Johnson <jbj@redhat.com>
2281- strip newlines in logger input.
2282
2283* Mon Jan 10 2000 Jeff Johnson <jbj@redhat.com>
2284- rebuild with correct ncurses libs.
2285
2286* Tue Dec  7 1999 Matt Wilson <msw@redhat.com>
2287- updated to util-linux 2.10c
2288- deprecated IMAP login mail notification patch17
2289- deprecated raw patch22
2290- depricated readprofile patch24
2291
2292* Tue Dec  7 1999 Bill Nottingham <notting@redhat.com>
2293- add patch for readprofile
2294
2295* Thu Nov 18 1999 Michael K. Johnson <johnsonm@redhat.com>
2296- tunelp should come from util-linux
2297
2298* Tue Nov  9 1999 Jakub Jelinek <jakub@redhat.com>
2299- kbdrate cannot use /dev/port on sparc.
2300
2301* Wed Nov  3 1999 Jakub Jelinek <jakub@redhat.com>
2302- fix kbdrate on sparc.
2303
2304* Wed Oct 27 1999 Bill Nottingham <notting@redhat.com>
2305- ship hwclock on alpha.
2306
2307* Tue Oct  5 1999 Bill Nottingham <notting@redhat.com>
2308- don't ship symlinks to rdev if we don't ship rdev.
2309
2310* Tue Sep 07 1999 Cristian Gafton <gafton@redhat.com>
2311- add rawIO support from sct
2312
2313* Mon Aug 30 1999 Preston Brown <pbrown@redhat.com>
2314- don't display "new mail" message when the only piece of mail is from IMAP
2315
2316* Fri Aug 27 1999 Michael K. Johnson <johnsonm@redhat.com>
2317- kbdrate is now a console program
2318
2319* Thu Aug 26 1999 Jeff Johnson <jbj@redhat.com>
2320- hostid is now in sh-utils. On sparc, install hostid as sunhostid (#4581).
2321- update to 2.9w:
2322-  Updated mount.8 (Yann Droneaud)
2323-  Improved makefiles
2324-  Fixed flaw in fdisk
2325
2326* Tue Aug 10 1999 Jeff Johnson <jbj@redhat.com>
2327- tsort is now in textutils.
2328
2329* Wed Aug  4 1999 Bill Nottingham <notting@redhat.com>
2330- turn off setuid bit on login. Again. :(
2331
2332* Tue Aug  3 1999 Peter Jones, <pjones@redhat.com>
2333- hostid script for sparc (#3803).
2334
2335* Tue Aug 03 1999 Christian 'Dr. Disk' Hechelmann <drdisk@tc-gruppe.de>
2336- added locale message catalogs to %%file
2337- added patch for non-root build
2338- vigr.8 and /usr/lib/getopt  man-page was missing from file list
2339- /etc/fdprm really is a config file
2340
2341* Fri Jul 23 1999 Jeff Johnson <jbj@redhat.com>
2342- update to 2.9v:
2343- cfdisk no longer believes the kernel's HDGETGEO
2344        (and may be able to partition a 2 TB disk)
2345
2346* Fri Jul 16 1999 Jeff Johnson <jbj@redhat.com>
2347- update to 2.9u:
2348- Czech more.help and messages (Jiri Pavlovsky)
2349- Japanese messages (Daisuke Yamashita)
2350- fdisk fix (Klaus G. Wagner)
2351- mount fix (Hirokazu Takahashi)
2352- agetty: enable hardware flow control (Thorsten Kranzkowski)
2353- minor cfdisk improvements
2354- fdisk no longer accepts a default device
2355- Makefile fix
2356
2357* Tue Jul  6 1999 Jeff Johnson <jbj@redhat.com>
2358- update to 2.9t:
2359- national language support for hwclock
2360- Japanese messages (both by Daisuke Yamashita)
2361- German messages and some misc i18n fixes (Elrond)
2362- Czech messages (Jiri Pavlovsky)
2363- wall fixed for /dev/pts/xx ttys
2364- make last and wall use getutent() (Sascha Schumann)
2365        [Maybe this is bad: last reading all of wtmp may be too slow.
2366        Revert in case people complain.]
2367- documented UUID= and LABEL= in fstab.5
2368- added some partition types
2369- swapon: warn only if verbose
2370
2371* Fri Jun 25 1999 Jeff Johnson <jbj@redhat.com>
2372- update to 2.9s.
2373
2374* Sat May 29 1999 Jeff Johnson <jbj@redhat.com>
2375- fix mkswap sets incorrect bits on sparc64 (#3140).
2376
2377* Thu Apr 15 1999 Jeff Johnson <jbj@redhat.com>
2378- on sparc64 random ioctls on clock interface cause kernel messages.
2379
2380* Thu Apr 15 1999 Jeff Johnson <jbj@redhat.com>
2381- improved raid patch (H.J. Lu).
2382
2383* Wed Apr 14 1999 Michael K. Johnson <johnsonm@redhat.com>
2384- added patch for smartraid controllers
2385
2386* Sat Apr 10 1999 Cristian Gafton <gafton@redhat.com>
2387- fix logging problems caused by setproctitle and PAM interaction
2388  (#2045)
2389
2390* Wed Mar 31 1999 Jeff Johnson <jbj@redhat.com>
2391- include docs and examples for sfdisk (#1164)
2392
2393* Mon Mar 29 1999 Matt Wilson <msw@redhat.com>
2394- rtc is not working properly on alpha, we can't use hwclock yet.
2395
2396* Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
2397- add patch to make mkswap more 64 bit friendly... Patch from
2398  eranian@hpl.hp.com (ahem!)
2399
2400* Thu Mar 25 1999 Jeff Johnson <jbj@redhat.com>
2401- include sfdisk (#1164)
2402- fix write (#1784)
2403- use positive logic in spec file (%%ifarch rather than %ifnarch).
2404- (re)-use 1st matching utmp slot if search by mypid not found.
2405- update to 2.9o
2406- lastb wants bad logins in wtmp clone /var/run/btmp (#884)
2407
2408* Thu Mar 25 1999 Jakub Jelinek <jj@ultra.linux.cz>
2409- if hwclock is to be compiled on sparc,
2410  it must actually work. Also, it should obsolete
2411  clock, otherwise it clashes.
2412- limit the swap size in mkswap for 2.2.1+ kernels
2413  by the actual maximum size kernel can handle.
2414- fix kbdrate on sparc, patch by J. S. Connell
2415  <ankh@canuck.gen.nz>
2416
2417* Wed Mar 24 1999 Matt Wilson <msw@redhat.com>
2418- added pam_console back into pam.d/login
2419
2420* Tue Mar 23 1999 Matt Wilson <msw@redhat.com>
2421- updated to 2.9i
2422- added hwclock for sparcs and alpha
2423
2424* Mon Mar 22 1999 Erik Troan <ewt@redhat.com>
2425- added vigr to file list
2426
2427* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
2428- auto rebuild in the new build environment (release 12)
2429
2430* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
2431- remove most of the ifnarch arm stuff
2432
2433* Mon Mar 15 1999 Michael Johnson <johnsonm@redhat.com>
2434- added pam_console.so to /etc/pam.d/login
2435
2436* Thu Feb  4 1999 Michael K. Johnson <johnsonm@redhat.com>
2437- .perms patch to login to make it retain root in parent process
2438  for pam_close_session to work correctly
2439
2440* Tue Jan 12 1999 Jeff Johnson <jbj@redhat.com>
2441- strip fdisk in buildroot correctly (#718)
2442
2443* Mon Jan 11 1999 Cristian Gafton <gafton@redhat.com>
2444- have fdisk compiled on sparc and arm
2445
2446* Mon Jan 11 1999 Erik Troan <ewt@redhat.com>
2447- added beos partition type to fdisk
2448
2449* Wed Dec 30 1998 Cristian Gafton <gafton@redhat.com>
2450- incorporate fdisk on all arches
2451
2452* Sat Dec  5 1998 Jeff Johnson <jbj@redhat.com>
2453- restore PAM functionality at end of login (Bug #201)
2454
2455* Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
2456- patch top build on the arm without PAM and related utilities, for now.
2457- build hwclock only on intel
2458
2459* Wed Nov 18 1998 Cristian Gafton <gafton@redhat.com>
2460- upgraded to version 2.9
2461
2462* Thu Oct 29 1998 Bill Nottingham <notting@redhat.com>
2463- build for Raw Hide (slang-1.2.2)
2464- patch kbdrate wackiness so it builds with egcs
2465
2466* Tue Oct 13 1998 Erik Troan <ewt@redhat.com>
2467- patched more to use termcap
2468
2469* Mon Oct 12 1998 Erik Troan <ewt@redhat.com>
2470- added warning about alpha/bsd label starting cylinder
2471
2472* Mon Sep 21 1998 Erik Troan <ewt@redhat.com>
2473- use sigsetjmp/siglongjmp in more rather then sig'less versions
2474
2475* Fri Sep 11 1998 Jeff Johnson <jbj@redhat.com>
2476- explicit attrs for setuid/setgid programs
2477
2478* Thu Aug 27 1998 Cristian Gafton <gafton@redhat.com>
2479- sln is now included in glibc
2480
2481* Sun Aug 23 1998 Jeff Johnson <jbj@redhat.com>
2482- add cbm1581 floppy definitions (problem #787)
2483
2484* Mon Jun 29 1998 Jeff Johnson <jbj@redhat.com>
2485- remove /etc/nologin at end of shutdown/halt.
2486
2487* Fri Jun 19 1998 Jeff Johnson <jbj@redhat.com>
2488- add mount/losetup.
2489
2490* Thu Jun 18 1998 Jeff Johnson <jbj@redhat.com>
2491- update to 2.8 with 2.8b clean up. hostid now defunct?
2492
2493* Mon Jun 01 1998 David S. Miller <davem@dm.cobaltmicro.com>
2494- "more" now works properly on sparc
2495
2496* Sat May 02 1998 Jeff Johnson <jbj@redhat.com>
2497- Fix "fdisk -l" fault on mounted cdrom. (prob #513)
2498
2499* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
2500- translations modified for de, fr, tr
2501
2502* Sat Apr 11 1998 Cristian Gafton <gafton@redhat.com>
2503- manhattan rebuild
2504
2505* Mon Dec 29 1997 Erik Troan <ewt@redhat.com>
2506- more didn't suspend properly on glibc
2507- use proper tc*() calls rather then ioctl's
2508
2509* Sun Dec 21 1997 Cristian Gafton <gafton@redhat.com>
2510- fixed a security problem in chfn and chsh accepting too
2511  long gecos fields
2512
2513* Fri Dec 19 1997 Mike Wangsmo <wanger@redhat.com>
2514- removed "." from default path
2515
2516* Tue Dec 02 1997 Cristian Gafton <gafton@redhat.com>
2517- added (again) the vipw patch
2518
2519* Wed Oct 22 1997 Michael Fulbright <msf@redhat.com>
2520- minor cleanups for glibc 2.1
2521
2522* Fri Oct 17 1997 Michael Fulbright <msf@redhat.com>
2523- added vfat32 filesystem type to list recognized by fdisk
2524
2525* Fri Oct 10 1997 Erik Troan <ewt@redhat.com>
2526- don't build clock on the alpha
2527- don't install chkdupexe
2528
2529* Thu Oct 02 1997 Michael K. Johnson <johnsonm@redhat.com>
2530- Update to new pam standard.
2531- BuildRoot.
2532
2533* Thu Sep 25 1997 Cristian Gafton <gafton@redhat.com>
2534- added rootok and setproctitle patches
2535- updated pam config files for chfn and chsh
2536
2537* Tue Sep 02 1997 Erik Troan <ewt@redhat.com>
2538- updated MCONFIG to automatically determine the architecture
2539- added glibc header hacks to fdisk code
2540- rdev is only available on the intel
2541
2542* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
2543- update to util-linux 2.7, fixed login problems
2544
2545* Wed Jun 25 1997 Erik Troan <ewt@redhat.com>
2546- Merged Red Hat changes into main util-linux source, updated package to
2547  development util-linux (nearly 2.7).
2548
2549* Tue Apr 22 1997 Michael K. Johnson <johnsonm@redhat.com>
2550- LOG_AUTH --> LOG_AUTHPRIV in login and shutdown
2551
2552* Mon Mar 03 1997 Michael K. Johnson <johnsonm@redhat.com>
2553- Moved to new pam and from pam.conf to pam.d
2554
2555* Tue Feb 25 1997 Michael K. Johnson <johnsonm@redhat.com>
2556- pam.patch differentiated between different kinds of bad logins.
2557  In particular, "user does not exist" and "bad password" were treated
2558  differently.  This was a minor security hole.
Note: See TracBrowser for help on using the repository browser.