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

Revision 8607, 74.0 KB checked in by Takemikaduchi, 10 years ago (diff)

NEW: eudev
rtmpdump: add R: gmp-devel
gpac: remove Requires
others: rebuild with eudev

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