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

Revision 1957, 68.5 KB checked in by owa, 14 years ago (diff)

rebuilt with rpm-4.8.1

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