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

Revision 6647, 71.7 KB checked in by daisuke, 12 years ago (diff)

add compat32-libblkid

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