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

Revision 810, 68.4 KB checked in by daisuke, 14 years ago (diff)

util-linux-ng:

  • update to 2.17.1
  • add R: libuuid = %{version}-%{release}, libblkid = %{version}-%{release}
  • remove Patch3, Patch9-14 (merged in upstream), add Patch9
Line 
1### Header
2Summary: A collection of basic system utilities
3Summary(ja): 基本システムユーティリティー集
4Name: util-linux-ng
5Version: 2.17.1
6Release: 1%{?_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* Mon Apr 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.17.1-1
775- new upstream release
776- add R: libuuid = %{version}-%{release}, libblkid = %{version}-%{release}
777- remove Patch3, Patch9-14 (merged in upstream)
778- add Patch9
779
780* Thu Feb 11 2010 NAKAMURA Kenta <kenta@vinelinux.org> - 2.16-3
781- added compat32-libuuid packages for x86_64 arch support
782- added BuildRequires: popt-devel
783
784* Wed Feb 10 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.16-2
785- rebuilt with new toolchain
786
787* Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16-1
788- update to 2.16 (merge patches from fedora)
789- libblkid/blkid/findfs is moved from e2fsprogs
790  - add libuuid, libblkid and uuddd subpackage
791
792* Mon Sep 15 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-1
793- new upstream release
794
795* Wed Jun 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.14-2
796- updated to util-linux-ng 2.14 based on 2.14-1 from Fedora
797- define with_{selinux,audit} macros (defaults to 0 on Vine)
798- add Source[56] for system without selinux
799- merge previous Vine changes on util-linux-2.12r-2:
800  - Fri Apr 13 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 2.12p-0vl9
801  - add Provides: pager
802  - add Requires(post,preun): alternatives
803
804  - Mon Apr 09 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 2.12p-0vl8
805  - add update-alternatives: pager in %%post, %%preun scriptlet
806  - add /usr/sbin/clock in %%files section
807
808* Mon Jun  9 2008 Karel Zak <kzak@redhat.com> 2.14-1
809- upgrade to stable util-linux-ng release
810
811* Mon May 19 2008 Karel Zak <kzak@redhat.com> 2.14-0.1
812- upgrade to 2.14-rc3
813- remove arch(8) (deprecated in favor of uname(1) or arch(1) from coreutils)
814- add a new command ldattach(8)
815- cfdisk(8) linked with libncursesw
816
817* Tue Apr 22 2008 Karel Zak <kzak@redhat.com> 2.13.1-9
818- fix audit log injection attack via login
819
820* Thu Apr 17 2008 Karel Zak <kzak@redhat.com> 2.13.1-8
821- fix location of the command raw(8)
822
823* Tue Apr 15 2008 Karel Zak <kzak@redhat.com> 2.13.1-7
824- fix 244383 - libblkid uses TYPE="swsuspend" for S1SUSPEND/S2SUSPEND
825
826* Wed Apr  2 2008 Karel Zak <kzak@redhat.com> 2.13.1-6
827- fix 439984 - backport mkswap -U
828
829* Wed Mar 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.13.1-5
830- clean up sparc conditionals
831
832* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.13.1-4
833- Autorebuild for GCC 4.3
834
835* Mon Jan 28 2008 Karel Zak <kzak@redhat.com> 2.13.1-3
836- upgrade to new upstream release
837- fix #427874 - util-linux-ng gets "excess command line argument" on update
838
839* Wed Jan  2 2008 Karel Zak <kzak@redhat.com> 2.13.1-2
840- update to upstream 2.13.1-rc2
841
842* Wed Dec 12 2007 Dan Walsh <dwalsh@redhat.com> 2.13.1-1
843- Fix pam files so that pam_keyinit happens after pam_selinux.so
844
845* Wed Dec 12 2007 Karel Zak <kzak@redhat.com> 2.13.1-0.2
846- remove viwp and vigr (in favour of shadow-utils)
847
848* Sun Dec  9 2007 Karel Zak <kzak@redhat.com> 2.13.1-0.1
849- update to the latest upstream stable branch
850  (commit: fda9d11739ee88c3b2f22a73f12ec019bd3b8335)
851
852* Wed Oct 31 2007 Karel Zak <kzak@redhat.com> 2.13-4
853- fix #354791 - blockdev command calls the blkpg ioctl with a wrong data structure
854
855* Tue Oct 16 2007 Karel Zak <kzak@redhat.com> 2.13-3
856- fix mount -L | -U segfault
857- fix script die on SIGWINCH
858
859* Thu Oct  4 2007 Karel Zak <kzak@redhat.com> 2.13-2
860- update to the latest upstream stable branch
861
862* Tue Aug 28 2007 Karel Zak <kzak@redhat.com> 2.13-1
863- upgrade to stable util-linux-ng release
864
865* Fri Aug 24 2007 Karel Zak <kzak@redhat.com> 2.13-0.59
866- add release number to util-linux Provides and increment setarch Obsoletes
867- fix #254114 - spec typo
868- upgrade to floppy-0.16
869- add BuildRequires: popt-devel
870
871* Wed Aug 22 2007 Jesse Keating <jkeating@redhat.com>  2.13-0.58
872- Obsolete a sufficiently high enough version of setarch
873
874* Mon Aug 20 2007 Karel Zak <kzak@redhat.com>  2.13-0.57
875- fix #253664 - util-linux-ng fails to build on sparc (patch by Dennis Gilmore)
876- rebase to new GIT snapshot
877
878* Mon Aug 20 2007 Karel Zak <kzak@redhat.com> 2.13-0.56
879- fix obsoletes field
880
881* Mon Aug 20 2007 Karel Zak <kzak@redhat.com> 2.13-0.55
882- util-linux-ng includes setarch(1), define relevat Obsoletes+Provides
883
884* Mon Aug 20 2007 Karel Zak <kzak@redhat.com> 2.13-0.54
885- port "blockdev --rmpart" patch from util-linux
886- use same Provides/Obsoletes setting like in util-linux
887
888* Wed Aug 15 2007 Karel Zak <kzak@redhat.com> 2.13-0.53
889- fix #252046 - review Request: util-linux-ng (util-linux replacement)
890
891* Mon Aug 13 2007 Karel Zak <kzak@redhat.com> 2.13-0.52
892- rebase to util-linux-ng (new util-linux upstream fork,
893                based on util-linux 2.13-pre7)
894- more than 70 Fedora/RHEL patches have been merged to upstream code
895
896* Fri Apr  6 2007 Karel Zak <kzak@redhat.com> 2.13-0.51
897- fix #150493 - hwclock --systohc sets clock 0.5 seconds slow
898- fix #220873 - starting RPC idmapd: Error: RPC MTAB does not exist.
899                (added rpc_pipefs to util-linux-2.13-umount-sysfs.patch)
900- fix #227903 - mount -f does not work with NFS-mounted
901
902* Sat Mar  3 2007 David Zeuthen <davidz@redhat.com> 2.13-0.50
903- include ConsoleKit session module by default (#229172)
904
905* Thu Jan 11 2007 Karel Zak <kzak@redhat.com> 2.13-0.49
906- fix #222293 - undocumented partx,addpart, delpart
907
908* Sun Dec 17 2006 Karel Zak <kzak@redhat.com> 2.13-0.48
909- fix paths in po/Makefile.in.in
910
911* Fri Dec 15 2006 Karel Zak <kzak@redhat.com> 2.13-0.47
912- fix #217240 - namei ignores non-directory components instead of saying "Not a directory"
913- fix #217241 - namei enforces symlink limits inconsistently
914
915* Wed Dec 14 2006 Karel Zak <kzak@redhat.com> 2.13-0.46
916- fix leaking file descriptor in the more command (patch by Steve Grubb)
917
918* Wed Dec 13 2006 Karel Zak <kzak@redhat.com> 2.13-0.45
919- use ncurses only
920- fix #218915 - fdisk -b 4K
921- upgrade to -pre7 release
922- fix building problem with raw0 patch
923- fix #217186 - /bin/sh: @MKINSTALLDIRS@: No such file or directory
924  (port po/Makefile.in.in from gettext-0.16)
925- sync with FC6 and RHEL5:
926- fix #216489 - SCHED_BATCH option missing in chrt
927- fix #216712 - issues with raw device support ("raw0" is wrong device name)
928- fix #216760 - mount with context or fscontext option fails
929  (temporarily disabled the support for additional contexts -- not supported by kernel yet)
930- fix #211827 - Can't mount with additional contexts
931- fix #213127 - mount --make-unbindable does not work
932- fix #211749 - add -r option to losetup to create a read-only loop
933
934* Thu Oct 12 2006 Karel Zak <kzak@redhat.com> 2.13-0.44
935- fix #209911 - losetup.8 updated (use dm-crypt rather than deprecated cryptoloop)
936- fix #210338 - spurious error from '/bin/login -h $PHONENUMBER' (bug in IPv6 patch)
937- fix #208634 - mkswap "works" without warning on a mounted device
938
939* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.13-0.43
940- rebuilt for unwind info generation, broken in gcc-4.1.1-21
941
942* Wed Sep 20 2006 Karel Zak <kzak@redhat.com> 2.13-0.42
943- remove obsolete NFS code and patches (we use /sbin/mount.nfs
944  and /sbin/umount.nfs from nfs-utils now)
945- move nfs.5 to nfs-utils
946
947* Fri Sep 15 2006 Karel Zak <kzak@redhat.com> 2.13-0.41
948- fix #205038 - mount not allowing sloppy option (exports "-s"
949  to external /sbin/mount.nfs(4) calls)
950- fix minor bug in util-linux-2.13-mount-twiceloop.patch
951- fix #188193- util-linux should provide plugin infrastructure for HAL
952
953* Mon Aug 21 2006 Karel Zak <kzak@redhat.com> 2.13-0.40
954- fix Makefile.am in util-linux-2.13-mount-context.patch
955- fix #201343 - pam_securetty requires known user to work
956                (split PAM login configuration to two files)
957- fix #203358 - change location of taskset binary to allow for early affinity work
958
959* Fri Aug 11 2006 Karel Zak <kzak@redhat.com> 2.13-0.39
960- fix #199745 - non-existant simpleinit(8) mentioned in ctrlaltdel(8)
961
962* Thu Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 2.13-0.38
963- Change keycreate line to happen after pam_selinux open call so it gets correct context
964
965* Thu Aug 10 2006 Karel Zak <kzak@redhat.com> 2.13-0.37
966- fix #176494 - last -i returns strange IP addresses (patch by Bill Nottingham)
967
968* Thu Jul 27 2006 Karel Zak <kzak@redhat.com> 2.13-0.36
969- fix #198300, #199557 - util-linux "post" scriptlet failure
970
971* Thu Jul 27 2006 Steve Dickson <steved@redhat.com> 2.13-0.35
972- Added the -o fsc flag to nfsmount.
973
974* Wed Jul 26 2006 Karel Zak <kzak@redhat.com> 2.13-0.34
975- rebuild
976
977* Tue Jul 18 2006 Karel Zak <kzak@redhat.com> 2.13-0.33
978- add Requires(post): libselinux
979
980* Mon Jul 17 2006 Karel Zak <kzak@redhat.com> 2.13-0.32
981- add IPv6 support to the login command (patch by Milan Zazrivec)
982- fix #198626 - add keyinit instructions to the login PAM script
983  (patch by David Howells)
984
985* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.13-0.31.1
986- rebuild
987
988* Tue Jul 11 2006 Karel Zak <kzak@redhat.com> 2.13-0.31
989- cleanup dependences for post and preun scriptlets
990
991* Mon Jul 10 2006 Karsten Hopp <karsten@redhat.de> 2.13-0.30
992- silence install in minimal buildroot without /var/log
993
994* Fri Jul  7 2006 Karel Zak <kzak@redhat.com> 2.13-0.29
995- include the raw command for RHELs
996
997* Mon Jun 26 2006 Florian La Roche <laroche@redhat.com> 2.13-0.28
998- move install-info parts from postun to preun
999
1000* Wed Jun 21 2006 Dan Walsh <dwalsh@RedHat.com> 2.13-0.27
1001- Only execute chcon on machines with selinux enabled
1002
1003* Wed Jun 14 2006 Steve Dickson <steved@redhat.com> 2.13-0.26
1004- Remove unneeded header files from nfsmount.c
1005
1006* Mon Jun 12 2006 Karel Zak <kzak@redhat.com> 2.13-0.25
1007- fix #187014 - umount segfaults for normal user
1008- fix #183446 - cal not UTF-8-aware
1009- fix #186915 - mount does not translate SELIinux context options though libselinux
1010- fix #185500 - Need man page entry for -o context= mount option
1011- fix #152579 - missing info about /etc/mtab and /proc/mounts mismatch
1012- fix #183890 - missing info about possible ioctl() and fcntl() problems on NFS filesystem
1013- fix #191230 - using mount --move results in wrong data in /etc/mtab
1014- added mount subtrees support
1015- fdisk: wrong number of sectors for large disks (suse#160822)
1016- merge fdisk-xvd (#182553) with new fdisk-isfull (#188981) patch
1017- fix #181549 - raw(8) manpage has old information about dd
1018- remove asm/page.h usage
1019
1020* Wed May 24 2006 Dan Walsh <dwalsh@RedHat.com> 2.13-0.24
1021- Remove requirement on restorecon, since we can do the same thing
1022- with chcon/matchpathcon, and not add requirement on policycoreutils
1023
1024* Wed May 24 2006 Steve Dickson <steved@redhat.com> 2.13-0.23
1025- Fixed bug in patch for bz183713 which cause nfs4 mounts to fail.
1026
1027* Tue May  2 2006 Steve Dickson <steved@redhat.com> 2.13-0.22
1028- Added syslog logging to background mounts as suggested
1029  by a customer.
1030
1031* Mon May  1 2006 Steve Dickson <steved@redhat.com> 2.13-0.21
1032- fix #183713 - foreground mounts are not retrying as advertised
1033- fix #151549 - Added 'noacl' mount flag
1034- fix #169042 - Changed nfsmount to try udp before using tcp when rpc-ing
1035                the remote rpc.mountd (iff -o tcp is not specified).
1036                This drastically increases the total number of tcp mounts
1037                that can happen at once (ala autofs).
1038
1039* Wed Mar  9 2006 Jesse Keating <jkeating@redhat.com> 2.13-0.20
1040- Better calling of restorecon as suggested by Bill Nottingham
1041- prereq restorecon to avoid ordering issues
1042
1043* Wed Mar  9 2006 Jesse Keating <jkeating@redhat.com> 2.13-0.19
1044- restorecon /var/log/lastlog
1045
1046* Wed Mar  8 2006 Karel Zak <kzak@redhat.com> 2.13-0.17
1047- fix #181782 - mkswap selinux relabeling (fix util-linux-2.13-mkswap-selinux.patch)
1048
1049* Wed Feb 22 2006 Karel Zak <kzak@redhat.com> 2.13-0.16
1050- fix #181782 - mkswap should automatically add selinux label to swapfile
1051- fix #180730 - col is exiting with 1 (fix util-linux-2.12p-col-EILSEQ.patch)
1052- fix #181896 - broken example in schedutils man pages
1053- fix #177331 - login omits pam_acct_mgmt & pam_chauthtok when authentication is skipped.
1054- fix #177523 - umount -a should not unmount sysfs
1055- fix #182553 - fdisk -l inside xen guest shows no disks
1056
1057* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13-0.15.1
1058- bump again for double-long bug on ppc(64)
1059
1060* Wed Feb  8 2006 Peter Jones <pjones@redhat.com> 2.13-0.15
1061- add "blockdev --rmpart N <device>" and "blockdev --rmparts <device>"
1062
1063* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13-0.14.1
1064- rebuilt for new gcc4.1 snapshot and glibc changes
1065
1066* Thu Jan 19 2006 Steve Dickson <steved@redhat.com> 2.13-0.14
1067- Updated the gssd_check() and idmapd_check(), used with
1068  nfsv4 mounts, to looked for the correct file in /var/lock/subsys
1069  which stops bogus warnings.
1070
1071* Tue Jan  3 2006 Karel Zak <kzak@redhat.com> 2.13-0.13
1072- fix #174676 - hwclock audit return code mismatch
1073- fix #176441: col truncates data
1074- fix #174111 - mount allows loopback devices to be mounted more than once to the same mount point
1075- better wide chars usage in the cal command (based on the old 'moremisc' patch)
1076
1077* Mon Dec 12 2005 Karel Zak <kzak@redhat.com> 2.13-0.12
1078- rebuilt
1079
1080* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1081- rebuilt
1082
1083* Fri Nov 25 2005 Karel Zak <kzak@redhat.com> 2.13-0.11.pre6
1084- update to upstream version 2.13-pre6
1085- fix #172203 - mount man page in RHEL4 lacks any info on cifs mount options
1086
1087* Mon Nov  7 2005 Karel Zak <kzak@redhat.com> 2.13-0.10.pre5
1088- fix #171337 - mkfs.cramfs doesn't work correctly with empty files
1089
1090* Fri Oct 28 2005 Karel Zak <kzak@redhat.com> 2.13-0.9.pre5
1091- rebuild
1092
1093* Wed Oct 26 2005 Karel Zak <kzak@redhat.com> 2.13-0.8.pre5
1094- updated version of the patch for hwclock audit
1095
1096* Thu Oct 20 2005 Karel Zak <kzak@redhat.com> 2.13-0.7.pre5
1097- fix #171337 - mkfs.cramfs dies creating installer image
1098
1099* Thu Oct 20 2005 Karel Zak <kzak@redhat.com> 2.13-0.6.pre5
1100- update to upstream 2.13pre5
1101- remove separated cramfs1.1 (already in upstream package)
1102- remove odd symlink /usr/bin/mkcramfs -> ../../sbin/mkfs.cramfs
1103- fix #170171 - ipcs -lm always report "max total shared memory (kbytes) = 0"
1104
1105* Mon Oct 17 2005 Karel Zak <kzak@redhat.com> 2.13-0.5.pre4
1106* fix #170564 - add audit message to login
1107
1108* Fri Oct  7 2005 Karel Zak <kzak@redhat.com> 2.13-0.4.pre4
1109- fix #169628 - /usr/bin/floppy doesn't work with /dev/fd0
1110- fix #168436 - login will attempt to run if it has no read/write access to its terminal
1111- fix #168434 - login's timeout can fail - needs to call siginterrupt(SIGALRM,1)
1112- fix #165253 - losetup missing option -a [new feature]
1113- update PAM files (replace pam_stack with new "include" PAM directive)
1114- remove kbdrate from src.rpm
1115- update to 2.13pre4
1116
1117* Fri Oct  7 2005 Steve Dickson <steved@redhat.com> 2.13-0.3.pre3
1118- fix #170110 - Documentation for 'rsize' and 'wsize' NFS mount options
1119                is misleading
1120
1121* Fri Sep  2 2005 Karel Zak <kzak@redhat.com> 2.13-0.3.pre2
1122- fix #166923 - hwclock will not run on a non audit-enabled kernel
1123- fix #159410 - mkswap(8) claims max swap area size is 2 GB
1124- fix #165863 - swsusp swaps should be reinitialized
1125- change /var/log/lastlog perms to 0644
1126
1127* Tue Aug 16 2005 Karel Zak <kzak@redhat.com> 2.13-0.2.pre2
1128- /usr/share/misc/getopt/* -move-> /usr/share/doc/util-linux-2.13/getopt-*
1129- the arch command marked as deprecated
1130- removed: elvtune, rescuept and setfdprm
1131- removed: man8/sln.8 (moved to man-pages, see #10601)
1132- removed REDAME.pg and README.reset
1133- .spec file cleanup
1134- added schedutils (commands: chrt, ionice and taskset)
1135
1136* Tue Jul 12 2005 Karel Zak <kzak@redhat.com> 2.12p-9.7
1137- fix #159339 - util-linux updates for new audit system
1138- fix #158737 - sfdisk warning for large partitions, gpt
1139- fix #150912 - Add ocfs2 support
1140- NULL is better than zero at end of execl()
1141
1142* Thu Jun 16 2005 Karel Zak <kzak@redhat.com> 2.12p-9.5
1143- fix #157656 - CRM 546998: Possible bug in vipw, changes permissions of /etc/shadow and /etc/gshadow
1144- fix #159339 - util-linux updates for new audit system (pam_loginuid.so added to util-linux-selinux.pamd)
1145- fix #159418 - sfdisk unusable - crashes immediately on invocation
1146- fix #157674 - sync option on VFAT mount destroys flash drives
1147- fix .spec file /usr/sbin/{hwclock,clock} symlinks
1148
1149* Wed May  4 2005 Jeremy Katz <katzj@redhat.com> - 2.12p-9.3
1150- rebuild against new libe2fsprogs (and libblkid) to fix cramfs auto-detection
1151
1152* Mon May  2 2005 Karel Zak <kzak@redhat.com> 2.12p-9.2
1153- rebuild
1154
1155* Mon May  2 2005 Karel Zak <kzak@redhat.com> 2.12p-9
1156- fix #156597 - look - doesn't work with separators
1157
1158* Mon Apr 25 2005 Karel Zak <kzak@redhat.com> 2.12p-8
1159- fix #154498 - util-linux login & pam session
1160- fix #155293 - man 5 nfs should include vers as a mount option
1161- fix #76467 - At boot time, fsck chokes on LVs listed by label in fstab
1162- new Source URL
1163- added note about ATAPI IDE floppy to fdformat.8
1164- fix #145355 - Man pages for fstab and fstab-sync in conflict
1165
1166* Tue Apr  5 2005 Karel Zak <kzak@redhat.com> 2.12p-7
1167- enable build with libblkid from e2fsprogs-devel
1168- remove workaround for duplicated labels
1169
1170* Thu Mar 31 2005 Steve Dickson <SteveD@RedHat.com> 2.12p-5
1171- Fixed nfs mount to rollback correctly.
1172
1173* Fri Mar 25 2005 Karel Zak <kzak@redhat.com> 2.12p-4
1174- added /var/log/lastlog to util-linux (#151635)
1175- disabled 'newgrp' in util-linux (enabled in shadow-utils) (#149997, #151613)
1176- improved mtab lock (#143118)
1177- fixed ipcs typo (#151156)
1178- implemented mount workaround for duplicated labels (#116300)
1179
1180* Wed Mar 16 2005 Elliot Lee <sopwith@redhat.com> 2.12p-3
1181- rebuilt
1182
1183* Fri Feb 25 2005 Steve Dickson <SteveD@RedHat.com> 2.12p-2
1184- Changed nfsmount to only use reserve ports when necessary
1185  (bz# 141773)
1186
1187* Thu Dec 23 2004 Elliot Lee <sopwith@redhat.com> 2.12p-1
1188- Update to util-linux-2.12p. This changes swap header format
1189  from - you may need to rerun mkswap if you did a clean install of
1190  FC3.
1191
1192* Fri Dec 10 2004 Elliot Lee <sopwith@redhat.com> 2.12j-1
1193- Update to util-linux-2.12j
1194
1195* Tue Dec  7 2004 Steve Dickson <SteveD@RedHat.com> 2.12a-20
1196- Corrected a buffer overflow problem with nfs mounts.
1197  (bz# 141733)
1198
1199* Wed Dec 01 2004 Elliot Lee <sopwith@redhat.com> 2.12a-19
1200- Patches for various bugs.
1201
1202* Mon Nov 29 2004 Steve Dickson <SteveD@RedHat.com> 2.12a-18
1203- Made NFS mounts adhere to the IP protocol if specified on
1204  command line as well as made NFS umounts adhere to the
1205  current IP protocol. Fix #140016
1206
1207* Thu Oct 14 2004 Elliot Lee <sopwith@redhat.com> 2.12a-16
1208- Add include_raw macro, build with it off for Fedora
1209
1210* Wed Oct 13 2004 Stephen C. Tweedie <sct@redhat.com> - 2.12a-15
1211- Add raw patch to allow binding of devices not yet in /dev
1212
1213* Wed Oct 13 2004 John (J5) Palmieri <johnp@redhat.com> 2.12a-14
1214- Add David Zeuthen's patch to enable the pamconsole flag #133941
1215
1216* Wed Oct 13 2004 Stephen C. Tweedie <sct@redhat.com> 2.12a-13
1217- Restore raw utils (bugzilla #130016)
1218
1219* Mon Oct 11 2004 Phil Knirsch <pknirsch@redhat.com> 2.12a-12
1220- Add the missing remote entry in pam.d
1221
1222* Wed Oct  6 2004 Steve Dickson <SteveD@RedHat.com>
1223- Rechecked in some missing NFS mounting code.
1224
1225* Wed Sep 29 2004 Elliot Lee <sopwith@redhat.com> 2.12a-10
1226- Make swaplabel support work with swapon -a -e
1227
1228* Tue Sep 28 2004 Steve Dickson <SteveD@RedHat.com>
1229- Updated the NFS and NFS4 code to the latest CITI patch set
1230  (in which they incorporate a number of our local patches).
1231
1232* Wed Sep 15 2004 Nalin Dahybhai <nalin@redhat.com> 2.12a-8
1233- Fix #132196 - turn on SELinux support at build-time.
1234
1235* Wed Sep 15 2004 Phil Knirsch <pknirsch@redhat.com> 2.12a-7
1236- Fix #91174 with pamstart.patch
1237
1238* Tue Aug 31 2004 Elliot Lee <sopwith@redhat.com> 2.12a-6
1239- Fix #16415, #70616 with rdevman.patch
1240- Fix #102566 with loginman.patch
1241- Fix #104321 with rescuept.patch (just use plain lseek - we're in _FILE_OFFSET_BITS=64 land now)
1242- Fix #130016 - remove raw.
1243- Re-add agetty (replacing it with mgetty is too much pain, and mgetty is much larger)
1244
1245* Thu Aug 26 2004 Steve Dickson <SteveD@RedHat.com>
1246- Made the NFS security checks more explicit to avoid confusion
1247  (an upstream fix)
1248- Also removed a compilation warning
1249
1250* Wed Aug 11 2004 Alasdair Kergon <agk@redhat.com>
1251- Remove unused mount libdevmapper inclusion.
1252
1253* Wed Aug 11 2004 Alasdair Kergon <agk@redhat.com>
1254- Add device-mapper mount-by-label support
1255- Fix segfault in mount-by-label when a device without a label is present.
1256
1257* Wed Aug 11 2004 Steve Dickson <SteveD@RedHat.com>
1258- Updated nfs man page to show that intr are on by
1259  default for nfs4
1260
1261* Thu Aug 05 2004 Jindrich Novy <jnovy@redhat.com>
1262- modified warning causing heart attack for >16 partitions, #107824
1263
1264* Fri Jul 09 2004 Elliot Lee <sopwith@redhat.com> 2.12a-3
1265- Fix #126623, #126572
1266- Patch cleanup
1267- Remove agetty (use mgetty, agetty is broken)
1268
1269* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
1270- rebuilt
1271
1272* Thu Jun 03 2004 Elliot Lee <sopwith@redhat.com> 2.12a-1
1273- Update to 2.12a
1274- Fix #122448
1275
1276* Thu May 13 2004 Dan Walsh <dwalsh@RedHat.com> 2.12-19
1277- Change pam_selinux to run last
1278
1279* Tue May 04 2004 Elliot Lee <sopwith@redhat.com> 2.12-18
1280- Fix #122448 (autofs issues)
1281
1282* Fri Apr 23 2004 Elliot Lee <sopwith@redhat.com> 2.12-17
1283- Fix #119157 by editing the patch
1284- Add patch145 to fix #119986
1285
1286* Fri Apr 16 2004 Elliot Lee <sopwith@redhat.com> 2.12-16
1287- Fix #118803
1288
1289* Tue Mar 23 2004 Jeremy Katz <katzj@redhat.com> 2.12-15
1290- mkcramfs: use PAGE_SIZE for default blocksize (#118681)
1291
1292* Sat Mar 20 2004 <SteveD@RedHat.com>
1293- Updated the nfs-mount.patch to correctly
1294  handle the mounthost option and to ignore
1295  servers that do not set auth flavors
1296
1297* Tue Mar 16 2004 Dan Walsh <dwalsh@RedHat.com> 2.12-13
1298- Fix selinux ordering or pam for login
1299
1300* Tue Mar 16 2004 <SteveD@RedHat.com>
1301- Make RPC error messages displayed with -v argument
1302- Added two checks to the nfs4 path what will print warnings
1303  when rpc.idmapd and rpc.gssd are not running
1304- Ping NFS v4 servers before diving into kernel
1305- Make v4 mount interruptible which also make the intr option on by default
1306
1307* Sun Mar 13 2004  <SteveD@RedHat.com>
1308- Reworked how the rpc.idmapd and rpc.gssd checks were
1309  done due to review comments from upstream.
1310- Added rpc_strerror() so the '-v' flag will show RPC errors.
1311
1312* Sat Mar 13 2004  <SteveD@RedHat.com>
1313- Added two checks to the nfs4 path what will print warnings
1314  when rpc.idmapd and rpc.gssd are not running.
1315
1316* Thu Mar 11 2004 <SteveD@RedHat.com>
1317- Reworked and updated the nfsv4 patches.
1318
1319* Wed Mar 10 2004 Dan Walsh <dwalsh@RedHat.com>
1320- Bump version
1321
1322* Wed Mar 10 2004 Steve Dickson <SteveD@RedHat.com>
1323- Tried to make nfs error message a bit more meaninful
1324- Cleaned up some warnings
1325
1326* Sun Mar  7 2004 Steve Dickson <SteveD@RedHat.com>
1327- Added pesudo flavors for nfsv4 mounts.
1328- Added BuildRequires: libselinux-devel and Requires: libselinux
1329  when WITH_SELINUX is set.
1330
1331* Fri Feb 27 2004 Dan Walsh <dwalsh@redhat.com> 2.12-5
1332- check for 2.6.3 kernel in mount options
1333
1334* Mon Feb 23 2004 Elliot Lee <sopwith@redhat.com> 2.12-4
1335- Remove /bin/kill for #116100
1336
1337* Fri Feb 20 2004 Dan Walsh <dwalsh@redhat.com> 2.12-3
1338- rebuilt
1339
1340* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
1341- rebuilt
1342
1343* Thu Feb 12 2004 Elliot Lee <sopwith@redhat.com> 2.12-1
1344- Final 2.12 has been out for ages - might as well use it.
1345
1346* Wed Jan 28 2004 Steve Dickson <SteveD@RedHat.com> 2.12pre-4
1347- Added mount patches that have NFS version 4 support
1348
1349* Mon Jan 26 2004 Elliot Lee <sopwith@redhat.com> 2.12pre-3
1350- Provides: mount losetup
1351
1352* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 2.12pre-2
1353- Add multiple to /etc/pam.d/login for SELinux
1354
1355* Thu Jan 15 2004 Elliot Lee <sopwith@redhat.com> 2.12pre-1
1356- 2.12pre-1
1357- Merge mount/losetup packages into the main package (#112324)
1358- Lose separate
1359
1360* Mon Nov 3 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-35.sel
1361- remove selinux code from login and use pam_selinux
1362
1363* Thu Oct 30 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-34.sel
1364- turn on selinux
1365
1366* Fri Oct 24 2003 Elliot Lee <sopwith@redhat.com> 2.11y-34
1367- Add BuildRequires: texinfo (from a bug# I don't remember)
1368- Fix #90588 with mountman patch142.
1369
1370* Mon Oct 6 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-33
1371- turn off selinux
1372
1373* Thu Sep 25 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-32.sel
1374- turn on selinux
1375- remove context selection
1376
1377* Fri Sep 19 2003 Elliot Lee <sopwith@redhat.com> 2.11y-31
1378- Add patch140 (alldevs) to fix #101772. Printing the total size of
1379  all devices was deemed a lower priority than having all devices
1380  (e.g. /dev/ida/c0d9) displayed.
1381
1382* Fri Sep 12 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-31
1383- turn off selinux
1384
1385* Fri Sep 12 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-30.sel
1386- turn on selinux
1387
1388* Fri Sep 5 2003 Elliot Lee <sopwith@redhat.com> 2.11y-28
1389- Fix #103004, #103954
1390
1391* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-27
1392- turn off selinux
1393
1394* Thu Sep 4 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-26.sel
1395- build with selinux
1396
1397* Mon Aug 11 2003 Elliot Lee <sopwith@redhat.com> 2.11y-25
1398- Use urandom instead for mkcramfs
1399
1400* Tue Jul 29 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-24
1401- add SELINUX 2.5 support
1402
1403* Wed Jul 23 2003 Elliot Lee <sopwith@redhat.com> 2.11y-22
1404- #100433 patch
1405
1406* Mon Jun 14 2003 Elliot Lee <sopwith@redhat.com> 2.11y-20
1407- #97381 patch
1408
1409* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
1410- rebuilt
1411
1412* Mon Apr 21 2003 Elliot Lee <sopwith@redhat.com> 2.11y-17
1413- Change patch128 to improve ipcs -l
1414
1415* Fri Apr 11 2003 Elliot Lee <sopwith@redhat.com> 2.11y-16
1416- Fix #85407
1417
1418* Fri Apr 11 2003 Elliot Lee <sopwith@redhat.com> 2.11y-15
1419- Change patch128 to util-linux-2.11f-ipcs-84243-86285.patch to get all
1420ipcs fixes
1421
1422* Thu Apr 10 2003 Matt Wilson <msw@redhat.com> 2.11y-14
1423- fix last login date display on AMD64 (#88574)
1424
1425* Mon Apr  7 2003 Jeremy Katz <katzj@redhat.com> 2.11y-13
1426- include sfdisk on ppc
1427
1428* Fri Mar 28 2003 Jeremy Katz <katzj@redhat.com> 2.11y-12
1429- add patch from msw to change mkcramfs blocksize with a command line option
1430
1431* Tue Mar 25 2003 Phil Knirsch <pknirsch@redhat.com> 2.11y-11
1432- Fix segfault on s390x due to wrong usage of BLKGETSIZE.
1433
1434* Thu Mar 13 2003 Elliot Lee <sopwith@redhat.com> 2.11y-10
1435- Really apply the ipcs patch. Doh.
1436
1437* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
1438- rebuilt
1439
1440* Wed Feb 19 2003 Elliot Lee <sopwith@redhat.com> 2.11y-8
1441- ipcs-84243.patch to fix #84243
1442
1443* Thu Feb 13 2003 Yukihiro Nakai <ynakai@redhat.com> 2.11y-7
1444- Update moremisc patch to fix swprintf()'s minimum field (bug #83361).
1445
1446* Mon Feb 03 2003 Elliot Lee <sopwith@redhat.com> 2.11y-6
1447- Fix mcookie segfault on many 64-bit architectures (bug #83345).
1448
1449* Mon Feb 03 2003 Tim Waugh <twaugh@redhat.com> 2.11y-5
1450- Fix underlined multibyte characters (bug #83376).
1451
1452* Sun Feb 02 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1453- rebuild to have again a s390 rpm
1454- disable some more apps for mainframe
1455
1456* Wed Jan 29 2003 Elliot Lee <sopwith@redhat.com> 2.11y-4
1457- util-linux-2.11y-umask-82552.patch
1458
1459* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
1460- rebuilt
1461
1462* Mon Jan 13 2003 Elliot Lee <sopwith@redhat.com> 2.11y-2
1463- Fix #81069, #75421
1464
1465* Mon Jan 13 2003 Elliot Lee <sopwith@redhat.com> 2.11y-1
1466- Update to 2.11y
1467- Fix #80953
1468- Update patch0, patch107, patch117, patch120 for 2.11y
1469- Remove patch60, patch61, patch207, patch211, patch212, patch119, patch121
1470- Remove patch122, patch200
1471
1472* Wed Oct 30 2002 Elliot Lee <sopwith@redhat.com> 2.11w-2
1473- Remove some crack/unnecessary patches while submitting stuff upstream.
1474- Build with -D_FILE_OFFSET_BITS=64
1475
1476* Tue Oct 29 2002 Elliot Lee <sopwith@redhat.com> 2.11w-1
1477- Update to 2.11w, resolve patch conflicts
1478
1479* Tue Oct 08 2002 Phil Knirsch <pknirsch@redhat.com> 2.11r-10hammer.3
1480- Extended util-linux-2.11b-s390x patch to work again.
1481
1482* Thu Oct 03 2002 Elliot Lee <sopwith@redhat.com> 2.11r-10hammer.2
1483- Add patch122 for hwclock on x86_64
1484
1485* Thu Sep 12 2002 Than Ngo <than@redhat.com> 2.11r-10hammer.1
1486- Fixed pam config files
1487
1488* Wed Sep 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.11r-10hammer
1489- Port to hammer
1490
1491* Fri Aug 30 2002 Elliot Lee <sopwith@redhat.com> 2.11r-10
1492- Patch120 (hwclock) to fix #72140
1493- Include isosize util
1494
1495* Wed Aug 7 2002  Elliot Lee <sopwith@redhat.com> 2.11r-9
1496- Patch120 (skipraid2) to fix #70353, because the original patch was
1497totally useless.
1498
1499* Fri Aug 2 2002  Elliot Lee <sopwith@redhat.com> 2.11r-8
1500- Patch119 (fdisk-add-primary) from #67898
1501
1502* Wed Jul 24 2002 Elliot Lee <sopwith@redhat.com> 2.11r-7
1503- Really add the gptsize patch, instead of what I think the patch says.
1504(+1)
1505
1506* Tue Jul 23 2002 Elliot Lee <sopwith@redhat.com> 2.11r-6
1507- Add the sp[n].size part of the patch from #69603
1508
1509* Mon Jul 22 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1510- adjust mainframe patches
1511
1512* Tue Jul  2 2002 Bill Nottingham <notting@redhat.com> 2.11r-4
1513- only require usermode if we're shipping kbdrate here
1514
1515* Fri Jun 28 2002 Trond Eivind Glomsrod <teg@redhat.com> 2.11r-3
1516- Port the large swap patch to new util-linux... the off_t changes
1517  now in main aren't sufficient
1518
1519* Thu Jun 27 2002 Elliot Lee <sopwith@redhat.com> 2.11r-2
1520- Remove swapondetect (patch301) until it avoids possible false positives.
1521
1522* Thu Jun 27 2002 Elliot Lee <sopwith@redhat.com> 2.11r-1
1523- Update to 2.11r, wheeee
1524- Remove unused patches
1525
1526* Thu Jun 27 2002 Elliot Lee <sopwith@redhat.com> 2.11n-19
1527- Make a note here that this package was the source of the single change
1528contained in util-linux-2.11f-18 (in 7.2/Alpha), and also contains the
1529rawman patch from util-linux-2.11f-17.1 (in 2.1AS).
1530- Package has no runtime deps on slang, so remove the BuildRequires:
1531slang-devel.
1532
1533* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
1534- automated rebuild
1535
1536* Thu Jun 20 2002 Elliot Lee <sopwith@redhat.com> 2.11n-17
1537- Fix teg's swapondetect patch to not print out the usage message when
1538'swapon -a -e' is run. (#66690) (edit existing patch)
1539- Apply hjl's utmp handling patch (#66950) (patch116)
1540- Fix fdisk man page notes on IDE disk partition limit (#64013) (patch117)
1541- Fix mount.8 man page notes on vfat shortname option (#65628) (patch117)
1542- Fix possible cal overflow with widechars (#67090) (patch117)
1543
1544* Tue Jun 11 2002 Trond Eivind Glomsrod <teg@redhat.com> 2.11n-16
1545- support large swap partitions
1546- add '-d' option to autodetect available swap partitions
1547
1548* Thu May 23 2002 Tim Powers <timp@redhat.com>
1549- automated rebuild
1550
1551* Wed May 15 2002 Elliot Lee <sopwith@redhat.com> 2.11n-14
1552- Remove kbdrate (again).
1553
1554* Mon Apr 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1555- adjust mainframe patches to apply to current rpm
1556- do not include fdisk until it is fixed to work on mainframe
1557
1558* Mon Apr 01 2002 Elliot Lee <sopwith@redhat.com> 2.11n-12
1559- Don't strip binaries - rpm does it for us.
1560
1561* Sun Mar 31 2002 Elliot Lee <sopwith@redhat.com> 2.11n-11
1562- Apply patch115 from ejb@ql.org for bug #61868
1563
1564* Wed Mar 27 2002 Elliot Lee <sopwith@redhat.com> 2.11n-10
1565- Finish fixing #60675 (ipcrm man page), updated the patch.
1566- Fix #61203 (patch114 - dumboctal.patch).
1567
1568* Tue Mar 12 2002 Elliot Lee <sopwith@redhat.com> 2.11n-9
1569- Update ctty3 patch to ignore SIGHUP while dropping controlling terminal
1570
1571* Fri Mar 08 2002 Elliot Lee <sopwith@redhat.com> 2.11n-8
1572- Update ctty3 patch to drop controlling terminal before forking.
1573
1574* Fri Mar 08 2002 Elliot Lee <sopwith@redhat.com> 2.11n-7
1575  Fix various bugs:
1576- Add patch110 (skipraid) to properly skip devices that are part of a RAID array.
1577- Add patch111 (mkfsman) to update the mkfs man page's "SEE ALSO" section.
1578- remove README.cfdisk
1579- Include partx
1580- Fix 54741 and related bugs for good(hah!) with patch113 (ctty3)
1581
1582* Wed Mar 06 2002 Elliot Lee <sopwith@redhat.com> 2.11n-6
1583- Put kbdrate in, add usermode dep.
1584
1585* Tue Feb 26 2002 Elliot Lee <sopwith@redhat.com> 2.11n-5
1586- Fix #60363 (tweak raw.8 man page, make rawdevices.8 symlink).
1587
1588* Tue Jan 28 2002 Bill Nottingham <notting@redhat.com> 2.11n-4
1589- remove kbdrate (fixes kbd conflict)
1590
1591* Fri Dec 28 2001 Elliot Lee <sopwith@redhat.com> 2.11n-3
1592- Add util-linux-2.11n-ownerumount.patch (#56593)
1593- Add patch102 (util-linux-2.11n-colrm.patch) to fix #51887
1594- Fix #53452 nits.
1595- Fix #56953 (remove tunelp on s390)
1596- Fix #56459, and in addition switch to using sed instead of perl.
1597- Fix #58471
1598- Fix #57300
1599- Fix #37436
1600- Fix #32132
1601
1602* Wed Dec 26 2001 Elliot Lee <sopwith@redhat.com> 2.11n-1
1603- Update to 2.11n
1604- Merge mount/losetup back in.
1605
1606* Tue Dec 04 2001 Elliot Lee <sopwith@redhat.com> 2.11f-17
1607- Add patch38 (util-linux-2.11f-ctty2.patch) to ignore SIGINT/SIGTERM/SIGQUIT in the parent, so that ^\ won't break things.
1608
1609* Fri Nov 09 2001 Elliot Lee <sopwith@redhat.com> 2.11f-16
1610- Merge patches 36, 75, 76, and 77 into patch #37, to attempt resolve all the remaining issues with #54741.
1611
1612* Wed Oct 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1613- add nologin man-page for s390/s390x
1614
1615* Wed Oct 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.11f-14
1616- Don't build kbdrate on s390/s390x
1617- Don't make the pivot_root.8 man page executable(!)
1618
1619* Tue Oct 23 2001 Elliot Lee <sopwith@redhat.com> 2.11f-13
1620- Patch/idea #76 from HJL, fixes bug #54741 (race condition in login
1621acquisition of controlling terminal).
1622
1623* Thu Oct 11 2001 Bill Nottingham <notting@redhat.com>
1624- fix permissions problem with vipw & shadow files, again (doh!)
1625
1626* Tue Oct 09 2001 Erik Troan <ewt@redhat.com>
1627- added patch from Olaf Kirch to fix possible pwent structure overwriting
1628
1629* Fri Sep 28 2001 Elliot Lee <sopwith@redhat.com> 2.11f-10
1630- fdisk patch from arjan
1631
1632* Sun Aug 26 2001 Elliot Lee <sopwith@redhat.com> 2.11f-9
1633- Don't include cfdisk, since it appears to be an even bigger pile of junk than fdisk? :)
1634
1635* Wed Aug  1 2001 Tim Powers <timp@redhat.com>
1636- don't require usermode
1637
1638* Mon Jul 30 2001 Elliot Lee <sopwith@redhat.com> 2.11f-7
1639- Incorporate kbdrate back in.
1640
1641* Mon Jul 30 2001 Bill Nottingham <notting@redhat.com>
1642- revert the patch that calls setsid() in login that we had reverted
1643  locally but got integrated upstream (#46223)
1644
1645* Tue Jul 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1646- correct s390x patch
1647
1648* Mon Jul 23 2001 Elliot Lee <sopwith@redhat.com>
1649- Add my megapatch (various bugs)
1650- Include pivot_root (#44828)
1651
1652* Thu Jul 12 2001 Bill Nottingham <notting@redhat.com>
1653- make shadow files 0400, not 0600
1654
1655* Wed Jul 11 2001 Bill Nottingham <notting@redhat.com>
1656- fix permissions problem with vipw & shadow files
1657
1658* Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1659- update to 2.11f, remove any merged patches
1660- add s390x patches for somewhat larger swap
1661
1662* Thu Jun 14 2001 Erik Troan <ewt@redhat.com>
1663- added --verbose patch to mkcramfs; it's much quieter by default now
1664
1665* Tue May 22 2001 Erik Troan <ewt@redhat.com>
1666- removed warning about starting partitions on cylinder 0 -- swap version2
1667  makes it unnecessary
1668
1669* Wed May  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.11b-2
1670- Fix up s390x support
1671
1672* Mon May  7 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.11b-1
1673- Fix up login for real (a console session should be the controlling tty)
1674  by reverting to 2.10s code (#36839, #36840, #39237)
1675- Add man page for agetty (#39287)
1676- 2.11b, while at it
1677
1678* Fri Apr 27 2001 Preston Brown <pbrown@redhat.com> 2.11a-4
1679- /sbin/nologin from OpenBSD added.
1680
1681* Fri Apr 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.11a-3
1682- Fix up login - exiting immediately even if the password is correct
1683  is not exactly a nice feature.
1684- Make definite plans to kill people who update login without checking
1685  if the new version works ;)
1686
1687* Tue Apr 17 2001 Erik Troan <ewt@redhat.com>
1688- upgraded to 2.11a (kbdrate moved to kbd, among other things)
1689- turned off ALLOW_VCS_USE
1690- modified mkcramfs to not use a large number of file descriptors
1691- include mkfs.bfs
1692
1693* Sun Apr  8 2001 Matt Wilson <msw@redhat.com>
1694- changed Requires: kernel >= 2.2.12-7 to Conflicts: kernel < 2.2.12-7
1695  (fixes a initscripts -> util-linux -> kernel -> initscripts prereq loop)
1696
1697* Tue Mar 20 2001 Matt Wilson <msw@redhat.com>
1698- patched mkcramfs to use the PAGE_SIZE from asm/page.h instead of hard
1699  coding 4096 (fixes mkcramfs on alpha...)
1700
1701* Mon Mar 19 2001 Matt Wilson <msw@redhat.com>
1702- added mkcramfs (from linux/scripts/mkcramfs)
1703
1704* Mon Feb 26 2001 Tim Powers <timp@redhat.com>
1705- fixed bug #29131, where ipc.info didn't have an info dir entry,
1706  added the dir entry to ipc.texi (Patch58)
1707
1708* Fri Feb 23 2001 Preston Brown <pbrown@redhat.com>
1709- use lang finder script
1710- install info files
1711
1712* Thu Feb 08 2001 Erik Troan <ewt@redhat.com>
1713- reverted login patch; seems to cause problems
1714- added agetty
1715
1716* Wed Feb 07 2001 Erik Troan <ewt@redhat.com>
1717- updated kill man page
1718- added patch to fix vipw race
1719- updated vipw to edit /etc/shadow and /etc/gshadow, if appropriate
1720- added patch to disassociate login from tty, session, and pgrp
1721
1722* Tue Feb 06 2001 Erik Troan <ewt@redhat.com>
1723- fixed problem w/ empty extended partitions
1724- added patch to fix the date in the more man page
1725- set OPT to pass optimization flags to make rather then RPM_OPT_FLAG
1726- fixed fdisk -l /Proc/partitions parsing
1727- updated to 2.10s
1728
1729* Tue Jan 23 2001 Preston Brown <pbrown@redhat.com>
1730- danish translations added
1731
1732* Mon Jan 15 2001 Nalin Dahyabhai <nalin@redhat.com>
1733- fix segfault in login in btmp patch (#24025)
1734
1735* Mon Dec 11 2000 Oliver Paukstadt <oliver.paukstadt@millenux.com>
1736- ported to s390
1737
1738* Wed Nov 01 2000 Florian La Roche <Florian.LaRoche@redhat.de>
1739- update to 2.10p
1740- update patch37 to newer fdisk version
1741
1742* Mon Oct  9 2000 Jeff Johnson <jbj@redhat.com>
1743- update to 2.10o
1744-  fdformat: fixed to work with kernel 2.4.0test6 (Marek Wojtowicz)
1745-  login: not installed suid
1746-  getopt: by default install aux files in /usr/share/misc
1747- update to 2.10n:
1748-  added blockdev.8
1749-  change to elvtune (andrea)
1750-  fixed overrun in agetty (vii@penguinpowered.com)
1751-  shutdown: prefer umounting by mount point (rgooch)
1752-  fdisk: added plan9
1753-  fdisk: remove empty links in chain of extended partitions
1754-  hwclock: handle both /dev/rtc and /dev/efirtc (Bill Nottingham)
1755-  script: added -f (flush) option (Ivan Schreter)
1756-  script: added -q (quiet) option (Per Andreas Buer)
1757-  getopt: updated to version 1.1.0 (Frodo Looijaard)
1758-  Czech messages (Jiri Pavlovsky)
1759- login.1 man page had not /var/spool/mail path (#16998).
1760- sln.8 man page (but not executable) included (#10601).
1761- teach fdisk 0xde(Dell), 0xee(EFI GPT), 0xef(EFI FAT) partitions (#17610).
1762
1763* Wed Aug 30 2000 Matt Wilson <msw@redhat.com>
1764- rebuild to cope with glibc locale binary incompatibility, again
1765
1766* Mon Aug 14 2000 Jeff Johnson <jbj@redhat.com>
1767- setfdprm should open with O_WRONLY, not 3.
1768
1769* Fri Aug 11 2000 Jeff Johnson <jbj@redhat.com>
1770- fdformat should open with O_WRONLY, not 3.
1771
1772* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
1773- make 'look' look in /usr/share/dict
1774
1775* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
1776- put /usr/local/sbin:/usr/local/bin in root's path
1777
1778* Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com>
1779- rebuild to cope with glibc locale binary incompatibility
1780
1781* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
1782- automatic rebuild
1783
1784* Mon Jul 10 2000 Bill Nottingham <notting@redhat.com>
1785- enable hwclock to use /dev/efirtc on ia64 (gettext is fun. :( )
1786
1787* Mon Jul  3 2000 Bill Nottingham <notting@redhat.com>
1788- move cfdisk to /usr/sbin, it depends on /usr stuff
1789- add rescuept
1790
1791* Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1792- point more at the correct path to vi (for "v"), Bug #10882
1793
1794* Sun Jun  4 2000 Jeff Johnson <jbj@redhat.com>
1795- FHS packaging changes.
1796
1797* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
1798- modify PAM setup to use system-auth
1799
1800* Mon May  1 2000 Bill Nottingham <notting@redhat.com>
1801- eek, where did login go? (specfile tweaks)
1802
1803* Mon Apr 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1804- 2.10k
1805- fix compilation with current glibc
1806
1807* Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1808- 2.10h
1809
1810* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
1811- rebuild for sparc baud rates > 38400.
1812
1813* Sat Mar  4 2000 Matt Wilson <msw@redhat.com>
1814- use snprintf - not sprintf - when doing
1815  sprintf ("%%s\n", _("Some string")) to avoid overflows and
1816  segfaults.
1817
1818* Mon Feb 21 2000 Jeff Johnson <jbj@redhat.com>
1819- raw control file was /dev/raw, now /dev/rawctl.
1820- raw access files were /dev/raw*, now /dev/raw/raw*.
1821
1822* Thu Feb 17 2000 Erik Troan <ewt@redhat.com>
1823- -v argument to mkswap wasn't working
1824
1825* Thu Feb 10 2000 Jakub Jelinek <jakub@redhat.com>
1826- Recognize 0xfd on Sun disklabels as RAID
1827
1828* Tue Feb  8 2000 Bill Nottingham <notting@redhat.com>
1829- more lives in /bin, and was linked against /usr/lib/libnurses. Bad.
1830
1831* Thu Feb 03 2000 Jakub Jelinek <jakub@redhat.com>
1832- update to 2.10f
1833- fix issues in the new realpath code, avoid leaking memory
1834
1835* Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com>
1836- rebuild to fix dependencies
1837- add NFSv3 patches
1838
1839* Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
1840- don't require csh
1841
1842* Mon Jan 24 2000 Nalin Dahyabhai <nalin@redhat.com>
1843- update to 2.10e
1844- add rename
1845
1846* Thu Jan 20 2000 Jeff Johnson <jbj@redhat.com>
1847- strip newlines in logger input.
1848
1849* Mon Jan 10 2000 Jeff Johnson <jbj@redhat.com>
1850- rebuild with correct ncurses libs.
1851
1852* Tue Dec  7 1999 Matt Wilson <msw@redhat.com>
1853- updated to util-linux 2.10c
1854- deprecated IMAP login mail notification patch17
1855- deprecated raw patch22
1856- depricated readprofile patch24
1857
1858* Tue Dec  7 1999 Bill Nottingham <notting@redhat.com>
1859- add patch for readprofile
1860
1861* Thu Nov 18 1999 Michael K. Johnson <johnsonm@redhat.com>
1862- tunelp should come from util-linux
1863
1864* Tue Nov  9 1999 Jakub Jelinek <jakub@redhat.com>
1865- kbdrate cannot use /dev/port on sparc.
1866
1867* Wed Nov  3 1999 Jakub Jelinek <jakub@redhat.com>
1868- fix kbdrate on sparc.
1869
1870* Wed Oct 27 1999 Bill Nottingham <notting@redhat.com>
1871- ship hwclock on alpha.
1872
1873* Tue Oct  5 1999 Bill Nottingham <notting@redhat.com>
1874- don't ship symlinks to rdev if we don't ship rdev.
1875
1876* Tue Sep 07 1999 Cristian Gafton <gafton@redhat.com>
1877- add rawIO support from sct
1878
1879* Mon Aug 30 1999 Preston Brown <pbrown@redhat.com>
1880- don't display "new mail" message when the only piece of mail is from IMAP
1881
1882* Fri Aug 27 1999 Michael K. Johnson <johnsonm@redhat.com>
1883- kbdrate is now a console program
1884
1885* Thu Aug 26 1999 Jeff Johnson <jbj@redhat.com>
1886- hostid is now in sh-utils. On sparc, install hostid as sunhostid (#4581).
1887- update to 2.9w:
1888-  Updated mount.8 (Yann Droneaud)
1889-  Improved makefiles
1890-  Fixed flaw in fdisk
1891
1892* Tue Aug 10 1999 Jeff Johnson <jbj@redhat.com>
1893- tsort is now in textutils.
1894
1895* Wed Aug  4 1999 Bill Nottingham <notting@redhat.com>
1896- turn off setuid bit on login. Again. :(
1897
1898* Tue Aug  3 1999 Peter Jones, <pjones@redhat.com>
1899- hostid script for sparc (#3803).
1900
1901* Tue Aug 03 1999 Christian 'Dr. Disk' Hechelmann <drdisk@tc-gruppe.de>
1902- added locale message catalogs to %%file
1903- added patch for non-root build
1904- vigr.8 and /usr/lib/getopt  man-page was missing from file list
1905- /etc/fdprm really is a config file
1906
1907* Fri Jul 23 1999 Jeff Johnson <jbj@redhat.com>
1908- update to 2.9v:
1909- cfdisk no longer believes the kernel's HDGETGEO
1910        (and may be able to partition a 2 TB disk)
1911
1912* Fri Jul 16 1999 Jeff Johnson <jbj@redhat.com>
1913- update to 2.9u:
1914- Czech more.help and messages (Jiri Pavlovsky)
1915- Japanese messages (Daisuke Yamashita)
1916- fdisk fix (Klaus G. Wagner)
1917- mount fix (Hirokazu Takahashi)
1918- agetty: enable hardware flow control (Thorsten Kranzkowski)
1919- minor cfdisk improvements
1920- fdisk no longer accepts a default device
1921- Makefile fix
1922
1923* Tue Jul  6 1999 Jeff Johnson <jbj@redhat.com>
1924- update to 2.9t:
1925- national language support for hwclock
1926- Japanese messages (both by Daisuke Yamashita)
1927- German messages and some misc i18n fixes (Elrond)
1928- Czech messages (Jiri Pavlovsky)
1929- wall fixed for /dev/pts/xx ttys
1930- make last and wall use getutent() (Sascha Schumann)
1931        [Maybe this is bad: last reading all of wtmp may be too slow.
1932        Revert in case people complain.]
1933- documented UUID= and LABEL= in fstab.5
1934- added some partition types
1935- swapon: warn only if verbose
1936
1937* Fri Jun 25 1999 Jeff Johnson <jbj@redhat.com>
1938- update to 2.9s.
1939
1940* Sat May 29 1999 Jeff Johnson <jbj@redhat.com>
1941- fix mkswap sets incorrect bits on sparc64 (#3140).
1942
1943* Thu Apr 15 1999 Jeff Johnson <jbj@redhat.com>
1944- on sparc64 random ioctls on clock interface cause kernel messages.
1945
1946* Thu Apr 15 1999 Jeff Johnson <jbj@redhat.com>
1947- improved raid patch (H.J. Lu).
1948
1949* Wed Apr 14 1999 Michael K. Johnson <johnsonm@redhat.com>
1950- added patch for smartraid controllers
1951
1952* Sat Apr 10 1999 Cristian Gafton <gafton@redhat.com>
1953- fix logging problems caused by setproctitle and PAM interaction
1954  (#2045)
1955
1956* Wed Mar 31 1999 Jeff Johnson <jbj@redhat.com>
1957- include docs and examples for sfdisk (#1164)
1958
1959* Mon Mar 29 1999 Matt Wilson <msw@redhat.com>
1960- rtc is not working properly on alpha, we can't use hwclock yet.
1961
1962* Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
1963- add patch to make mkswap more 64 bit friendly... Patch from
1964  eranian@hpl.hp.com (ahem!)
1965
1966* Thu Mar 25 1999 Jeff Johnson <jbj@redhat.com>
1967- include sfdisk (#1164)
1968- fix write (#1784)
1969- use positive logic in spec file (%%ifarch rather than %ifnarch).
1970- (re)-use 1st matching utmp slot if search by mypid not found.
1971- update to 2.9o
1972- lastb wants bad logins in wtmp clone /var/run/btmp (#884)
1973
1974* Thu Mar 25 1999 Jakub Jelinek <jj@ultra.linux.cz>
1975- if hwclock is to be compiled on sparc,
1976  it must actually work. Also, it should obsolete
1977  clock, otherwise it clashes.
1978- limit the swap size in mkswap for 2.2.1+ kernels
1979  by the actual maximum size kernel can handle.
1980- fix kbdrate on sparc, patch by J. S. Connell
1981  <ankh@canuck.gen.nz>
1982
1983* Wed Mar 24 1999 Matt Wilson <msw@redhat.com>
1984- added pam_console back into pam.d/login
1985
1986* Tue Mar 23 1999 Matt Wilson <msw@redhat.com>
1987- updated to 2.9i
1988- added hwclock for sparcs and alpha
1989
1990* Mon Mar 22 1999 Erik Troan <ewt@redhat.com>
1991- added vigr to file list
1992
1993* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
1994- auto rebuild in the new build environment (release 12)
1995
1996* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
1997- remove most of the ifnarch arm stuff
1998
1999* Mon Mar 15 1999 Michael Johnson <johnsonm@redhat.com>
2000- added pam_console.so to /etc/pam.d/login
2001
2002* Thu Feb  4 1999 Michael K. Johnson <johnsonm@redhat.com>
2003- .perms patch to login to make it retain root in parent process
2004  for pam_close_session to work correctly
2005
2006* Tue Jan 12 1999 Jeff Johnson <jbj@redhat.com>
2007- strip fdisk in buildroot correctly (#718)
2008
2009* Mon Jan 11 1999 Cristian Gafton <gafton@redhat.com>
2010- have fdisk compiled on sparc and arm
2011
2012* Mon Jan 11 1999 Erik Troan <ewt@redhat.com>
2013- added beos partition type to fdisk
2014
2015* Wed Dec 30 1998 Cristian Gafton <gafton@redhat.com>
2016- incorporate fdisk on all arches
2017
2018* Sat Dec  5 1998 Jeff Johnson <jbj@redhat.com>
2019- restore PAM functionality at end of login (Bug #201)
2020
2021* Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
2022- patch top build on the arm without PAM and related utilities, for now.
2023- build hwclock only on intel
2024
2025* Wed Nov 18 1998 Cristian Gafton <gafton@redhat.com>
2026- upgraded to version 2.9
2027
2028* Thu Oct 29 1998 Bill Nottingham <notting@redhat.com>
2029- build for Raw Hide (slang-1.2.2)
2030- patch kbdrate wackiness so it builds with egcs
2031
2032* Tue Oct 13 1998 Erik Troan <ewt@redhat.com>
2033- patched more to use termcap
2034
2035* Mon Oct 12 1998 Erik Troan <ewt@redhat.com>
2036- added warning about alpha/bsd label starting cylinder
2037
2038* Mon Sep 21 1998 Erik Troan <ewt@redhat.com>
2039- use sigsetjmp/siglongjmp in more rather then sig'less versions
2040
2041* Fri Sep 11 1998 Jeff Johnson <jbj@redhat.com>
2042- explicit attrs for setuid/setgid programs
2043
2044* Thu Aug 27 1998 Cristian Gafton <gafton@redhat.com>
2045- sln is now included in glibc
2046
2047* Sun Aug 23 1998 Jeff Johnson <jbj@redhat.com>
2048- add cbm1581 floppy definitions (problem #787)
2049
2050* Mon Jun 29 1998 Jeff Johnson <jbj@redhat.com>
2051- remove /etc/nologin at end of shutdown/halt.
2052
2053* Fri Jun 19 1998 Jeff Johnson <jbj@redhat.com>
2054- add mount/losetup.
2055
2056* Thu Jun 18 1998 Jeff Johnson <jbj@redhat.com>
2057- update to 2.8 with 2.8b clean up. hostid now defunct?
2058
2059* Mon Jun 01 1998 David S. Miller <davem@dm.cobaltmicro.com>
2060- "more" now works properly on sparc
2061
2062* Sat May 02 1998 Jeff Johnson <jbj@redhat.com>
2063- Fix "fdisk -l" fault on mounted cdrom. (prob #513)
2064
2065* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
2066- translations modified for de, fr, tr
2067
2068* Sat Apr 11 1998 Cristian Gafton <gafton@redhat.com>
2069- manhattan rebuild
2070
2071* Mon Dec 29 1997 Erik Troan <ewt@redhat.com>
2072- more didn't suspend properly on glibc
2073- use proper tc*() calls rather then ioctl's
2074
2075* Sun Dec 21 1997 Cristian Gafton <gafton@redhat.com>
2076- fixed a security problem in chfn and chsh accepting too
2077  long gecos fields
2078
2079* Fri Dec 19 1997 Mike Wangsmo <wanger@redhat.com>
2080- removed "." from default path
2081
2082* Tue Dec 02 1997 Cristian Gafton <gafton@redhat.com>
2083- added (again) the vipw patch
2084
2085* Wed Oct 22 1997 Michael Fulbright <msf@redhat.com>
2086- minor cleanups for glibc 2.1
2087
2088* Fri Oct 17 1997 Michael Fulbright <msf@redhat.com>
2089- added vfat32 filesystem type to list recognized by fdisk
2090
2091* Fri Oct 10 1997 Erik Troan <ewt@redhat.com>
2092- don't build clock on the alpha
2093- don't install chkdupexe
2094
2095* Thu Oct 02 1997 Michael K. Johnson <johnsonm@redhat.com>
2096- Update to new pam standard.
2097- BuildRoot.
2098
2099* Thu Sep 25 1997 Cristian Gafton <gafton@redhat.com>
2100- added rootok and setproctitle patches
2101- updated pam config files for chfn and chsh
2102
2103* Tue Sep 02 1997 Erik Troan <ewt@redhat.com>
2104- updated MCONFIG to automatically determine the architecture
2105- added glibc header hacks to fdisk code
2106- rdev is only available on the intel
2107
2108* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
2109- update to util-linux 2.7, fixed login problems
2110
2111* Wed Jun 25 1997 Erik Troan <ewt@redhat.com>
2112- Merged Red Hat changes into main util-linux source, updated package to
2113  development util-linux (nearly 2.7).
2114
2115* Tue Apr 22 1997 Michael K. Johnson <johnsonm@redhat.com>
2116- LOG_AUTH --> LOG_AUTHPRIV in login and shutdown
2117
2118* Mon Mar 03 1997 Michael K. Johnson <johnsonm@redhat.com>
2119- Moved to new pam and from pam.conf to pam.d
2120
2121* Tue Feb 25 1997 Michael K. Johnson <johnsonm@redhat.com>
2122- pam.patch differentiated between different kinds of bad logins.
2123  In particular, "user does not exist" and "bad password" were treated
2124  differently.  This was a minor security hole.
Note: See TracBrowser for help on using the repository browser.