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

Revision 7975, 71.7 KB checked in by iwamoto, 10 years ago (diff)

update: util-linux

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