source: projects/specs/branches/6/u/util-linux/util-linux-vl.spec @ 3007

Revision 3007, 70.8 KB checked in by daisuke, 13 years ago (diff)

util-linux: 2.19-1

  • rename again to util-linux
    • O: util-linux-ng < 2.19
  • build with libutempter
    • add BR: libutempter-devel
  • make /etc/mtab symlinks to /proc/mounts
  • drop mount.tmpfs
  • add libmount, libmount-devel subpackage


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