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

Revision 5723, 71.3 KB checked in by daisuke, 12 years ago (diff)

update to 2.20.1, enable audit, add C: SysVinit-tools<2.88dsf-2

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