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

Revision 7169, 74.5 KB checked in by daisuke, 11 years ago (diff)

util-linux:

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