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

Revision 9827, 76.4 KB checked in by tomop, 8 years ago (diff)

util-linux-2.22.2-5

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