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

Revision 7370, 73.9 KB checked in by daisuke, 11 years ago (diff)

util-linux:

  • upadte to 2.22.2
  • add R(pre): coreutils to fix install order
Line 
1### Header
2Summary: A collection of basic system utilities
3Summary(ja): 基本システムユーティリティー集
4Name: util-linux
5Version: 2.22.2
6Release: 1%{?_dist_release}
7License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
8Group: System Environment/Base
9URL: http://en.wikipedia.org/wiki/Util-linux
10
11### Features
12%define with_selinux 0
13%define with_audit 1
14%define mtab_symlink 1
15
16### Macros
17%define floppyver 0.18
18%define no_hwclock_archs s390 s390x
19%define no_cfsfdisk_archs sparc sparcv9 sparc64
20%define cytune_archs %{ix86} alpha armv4l
21%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
22
23### Paths
24BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
25
26### Dependences
27%if %{with_audit}
28BuildRequires: audit-libs-devel >= 1.0.6
29%endif
30BuildRequires: gettext
31%if %{with_selinux}
32BuildRequires: libselinux-devel
33%endif
34BuildRequires: ncurses-devel
35BuildRequires: pam-devel
36BuildRequires: texinfo
37BuildRequires: zlib-devel
38BuildRequires: popt-devel
39BuildRequires: libutempter-devel
40BuildRequires: libudev-devel
41
42# su/runuser patches need this
43BuildRequires: automake, autoconf, libtool
44
45### Sources
46Source0: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.22/%{name}-%{version}.tar.xz
47Source1: util-linux-ng-login.pamd
48Source5: util-linux-ng-login-noselinux.pamd
49Source2: util-linux-ng-remote.pamd
50Source6: util-linux-ng-remote-noselinux.pamd
51Source3: util-linux-ng-chsh-chfn.pamd
52Source4: util-linux-ng-60-raw.rules
53Source8: nologin.c
54Source9: nologin.8
55Source10: uuidd.init
56Source11: http://download.sourceforge.net/floppyutil/floppy-%{floppyver}.tar.bz2
57Source12: util-linux-su.pamd
58Source13: util-linux-su-l.pamd
59Source14: util-linux-runuser.pamd
60Source15: util-linux-runuser-l.pamd
61
62
63### Obsoletes & Conflicts & Provides
64%ifarch alpha
65Conflicts: initscripts <= 4.58
66%endif
67
68# su(1) and runuser(1) merged into util-linux v2.22
69Conflicts: coreutils < 8.20
70
71# eject has been merged into util-linux v2.22
72Obsoletes: eject <= 2.1.5
73Provides: eject = 2.1.6
74
75# sulogin, utmpdump merged into util-linux v2.22
76Conflicts: SysVinit-tools < 2.88dsf-3
77
78Conflicts: kernel < 2.2.12-7
79# old versions of e2fsprogs contain fsck, uuidgen
80Conflicts: e2fsprogs < 1.41.8-5
81
82# old versions of util-linux have been splited to more sub-packages
83Obsoletes: mount < 2.11, losetup < 2.11
84Provides: mount = %{version}-%{release}, losetup = %{version}-%{release}
85# Robert Love's schedutils have been merged to util-linux-2.13-pre1
86Obsoletes: schedutils < 1.5
87Provides: schedutils = %{version}-%{release}
88
89# rename from util-linux-ng to util-linux
90Obsoletes: util-linux-ng < 2.19
91Provides: util-linux-ng = %{version}-%{release}
92
93# setarch merge in util-linux-ng-2.13
94%ifarch sparc sparcv9 sparc64
95Obsoletes: sparc32
96%endif
97Obsoletes: setarch < 2.1
98Provides: setarch = %{version}-%{release}
99
100# libblkid, blkid, findfs is moved from e2fsprogs
101Conflicts: e2fsprogs < 1.41.5
102
103# mountpoint is moved from SysVinit-tools
104Conflicts: SysVinit-tools < 2.88dsf-2
105
106Requires(preun): /sbin/install-info
107Requires(post): /sbin/install-info
108Requires(post): coreutils
109Requires(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: udev
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* Sun Jan 20 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2-1
955- upadte to 2.22.2
956- add R(pre): coreutils to fix install order
957
958* Wed Nov 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.1-2
959- run autogen.sh before configure
960- remove "* include postlogin" from su.pamd
961
962* Tue Nov 27 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.1-1
963- update to 2.22.1
964- add upstream patches
965- move su/runuser from coreutils (add C:)
966- move eject from eject (add O:)
967- move sulogin/utmpdump from SysVinit-tools (C:)
968- enable raw by default
969
970* Tue Feb 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.1-1
971- update to 2.20.1
972- enable audit
973- provide mountpoint (conflicts: SysVinit-tools < 2.88dsf-2)
974
975* Sat Mar 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.19-1
976- new upstream release
977- rename again to util-linux
978  - O: util-linux-ng < 2.19
979- build with libutempter
980  - add BR: libutempter-devel
981- make /etc/mtab symlinks to /proc/mounts
982- drop mount.tmpfs
983- add libmount, libmount-devel subpackage
984
985* Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 2.17.1-2
986- rebuilt with rpm-4.8.1 for pkg-config
987
988* Mon Apr 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.17.1-1
989- new upstream release
990- add R: libuuid = %{version}-%{release}, libblkid = %{version}-%{release}
991- remove Patch3, Patch9-14 (merged in upstream)
992- add Patch9
993
994* Thu Feb 11 2010 NAKAMURA Kenta <kenta@vinelinux.org> - 2.16-3
995- added compat32-libuuid packages for x86_64 arch support
996- added BuildRequires: popt-devel
997
998* Wed Feb 10 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.16-2
999- rebuilt with new toolchain
1000
1001* Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16-1
1002- update to 2.16 (merge patches from fedora)
1003- libblkid/blkid/findfs is moved from e2fsprogs
1004  - add libuuid, libblkid and uuddd subpackage
1005
1006* Mon Sep 15 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-1
1007- new upstream release
1008
1009* Wed Jun 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.14-2
1010- updated to util-linux-ng 2.14 based on 2.14-1 from Fedora
1011- define with_{selinux,audit} macros (defaults to 0 on Vine)
1012- add Source[56] for system without selinux
1013- merge previous Vine changes on util-linux-2.12r-2:
1014  - Fri Apr 13 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 2.12p-0vl9
1015  - add Provides: pager
1016  - add Requires(post,preun): alternatives
1017
1018  - Mon Apr 09 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 2.12p-0vl8
1019  - add update-alternatives: pager in %%post, %%preun scriptlet
1020  - add /usr/sbin/clock in %%files section
1021
1022* Mon Jun  9 2008 Karel Zak <kzak@redhat.com> 2.14-1
1023- upgrade to stable util-linux-ng release
1024
1025* Mon May 19 2008 Karel Zak <kzak@redhat.com> 2.14-0.1
1026- upgrade to 2.14-rc3
1027- remove arch(8) (deprecated in favor of uname(1) or arch(1) from coreutils)
1028- add a new command ldattach(8)
1029- cfdisk(8) linked with libncursesw
1030
1031* Tue Apr 22 2008 Karel Zak <kzak@redhat.com> 2.13.1-9
1032- fix audit log injection attack via login
1033
1034* Thu Apr 17 2008 Karel Zak <kzak@redhat.com> 2.13.1-8
1035- fix location of the command raw(8)
1036
1037* Tue Apr 15 2008 Karel Zak <kzak@redhat.com> 2.13.1-7
1038- fix 244383 - libblkid uses TYPE="swsuspend" for S1SUSPEND/S2SUSPEND
1039
1040* Wed Apr  2 2008 Karel Zak <kzak@redhat.com> 2.13.1-6
1041- fix 439984 - backport mkswap -U
1042
1043* Wed Mar 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.13.1-5
1044- clean up sparc conditionals
1045
1046* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.13.1-4
1047- Autorebuild for GCC 4.3
1048
1049* Mon Jan 28 2008 Karel Zak <kzak@redhat.com> 2.13.1-3
1050- upgrade to new upstream release
1051- fix #427874 - util-linux-ng gets "excess command line argument" on update
1052
1053* Wed Jan  2 2008 Karel Zak <kzak@redhat.com> 2.13.1-2
1054- update to upstream 2.13.1-rc2
1055
1056* Wed Dec 12 2007 Dan Walsh <dwalsh@redhat.com> 2.13.1-1
1057- Fix pam files so that pam_keyinit happens after pam_selinux.so
1058
1059* Wed Dec 12 2007 Karel Zak <kzak@redhat.com> 2.13.1-0.2
1060- remove viwp and vigr (in favour of shadow-utils)
1061
1062* Sun Dec  9 2007 Karel Zak <kzak@redhat.com> 2.13.1-0.1
1063- update to the latest upstream stable branch
1064  (commit: fda9d11739ee88c3b2f22a73f12ec019bd3b8335)
1065
1066* Wed Oct 31 2007 Karel Zak <kzak@redhat.com> 2.13-4
1067- fix #354791 - blockdev command calls the blkpg ioctl with a wrong data structure
1068
1069* Tue Oct 16 2007 Karel Zak <kzak@redhat.com> 2.13-3
1070- fix mount -L | -U segfault
1071- fix script die on SIGWINCH
1072
1073* Thu Oct  4 2007 Karel Zak <kzak@redhat.com> 2.13-2
1074- update to the latest upstream stable branch
1075
1076* Tue Aug 28 2007 Karel Zak <kzak@redhat.com> 2.13-1
1077- upgrade to stable util-linux-ng release
1078
1079* Fri Aug 24 2007 Karel Zak <kzak@redhat.com> 2.13-0.59
1080- add release number to util-linux Provides and increment setarch Obsoletes
1081- fix #254114 - spec typo
1082- upgrade to floppy-0.16
1083- add BuildRequires: popt-devel
1084
1085* Wed Aug 22 2007 Jesse Keating <jkeating@redhat.com>  2.13-0.58
1086- Obsolete a sufficiently high enough version of setarch
1087
1088* Mon Aug 20 2007 Karel Zak <kzak@redhat.com>  2.13-0.57
1089- fix #253664 - util-linux-ng fails to build on sparc (patch by Dennis Gilmore)
1090- rebase to new GIT snapshot
1091
1092* Mon Aug 20 2007 Karel Zak <kzak@redhat.com> 2.13-0.56
1093- fix obsoletes field
1094
1095* Mon Aug 20 2007 Karel Zak <kzak@redhat.com> 2.13-0.55
1096- util-linux-ng includes setarch(1), define relevat Obsoletes+Provides
1097
1098* Mon Aug 20 2007 Karel Zak <kzak@redhat.com> 2.13-0.54
1099- port "blockdev --rmpart" patch from util-linux
1100- use same Provides/Obsoletes setting like in util-linux
1101
1102* Wed Aug 15 2007 Karel Zak <kzak@redhat.com> 2.13-0.53
1103- fix #252046 - review Request: util-linux-ng (util-linux replacement)
1104
1105* Mon Aug 13 2007 Karel Zak <kzak@redhat.com> 2.13-0.52
1106- rebase to util-linux-ng (new util-linux upstream fork,
1107                based on util-linux 2.13-pre7)
1108- more than 70 Fedora/RHEL patches have been merged to upstream code
1109
1110* Fri Apr  6 2007 Karel Zak <kzak@redhat.com> 2.13-0.51
1111- fix #150493 - hwclock --systohc sets clock 0.5 seconds slow
1112- fix #220873 - starting RPC idmapd: Error: RPC MTAB does not exist.
1113                (added rpc_pipefs to util-linux-2.13-umount-sysfs.patch)
1114- fix #227903 - mount -f does not work with NFS-mounted
1115
1116* Sat Mar  3 2007 David Zeuthen <davidz@redhat.com> 2.13-0.50
1117- include ConsoleKit session module by default (#229172)
1118
1119* Thu Jan 11 2007 Karel Zak <kzak@redhat.com> 2.13-0.49
1120- fix #222293 - undocumented partx,addpart, delpart
1121
1122* Sun Dec 17 2006 Karel Zak <kzak@redhat.com> 2.13-0.48
1123- fix paths in po/Makefile.in.in
1124
1125* Fri Dec 15 2006 Karel Zak <kzak@redhat.com> 2.13-0.47
1126- fix #217240 - namei ignores non-directory components instead of saying "Not a directory"
1127- fix #217241 - namei enforces symlink limits inconsistently
1128
1129* Wed Dec 14 2006 Karel Zak <kzak@redhat.com> 2.13-0.46
1130- fix leaking file descriptor in the more command (patch by Steve Grubb)
1131
1132* Wed Dec 13 2006 Karel Zak <kzak@redhat.com> 2.13-0.45
1133- use ncurses only
1134- fix #218915 - fdisk -b 4K
1135- upgrade to -pre7 release
1136- fix building problem with raw0 patch
1137- fix #217186 - /bin/sh: @MKINSTALLDIRS@: No such file or directory
1138  (port po/Makefile.in.in from gettext-0.16)
1139- sync with FC6 and RHEL5:
1140- fix #216489 - SCHED_BATCH option missing in chrt
1141- fix #216712 - issues with raw device support ("raw0" is wrong device name)
1142- fix #216760 - mount with context or fscontext option fails
1143  (temporarily disabled the support for additional contexts -- not supported by kernel yet)
1144- fix #211827 - Can't mount with additional contexts
1145- fix #213127 - mount --make-unbindable does not work
1146- fix #211749 - add -r option to losetup to create a read-only loop
1147
1148* Thu Oct 12 2006 Karel Zak <kzak@redhat.com> 2.13-0.44
1149- fix #209911 - losetup.8 updated (use dm-crypt rather than deprecated cryptoloop)
1150- fix #210338 - spurious error from '/bin/login -h $PHONENUMBER' (bug in IPv6 patch)
1151- fix #208634 - mkswap "works" without warning on a mounted device
1152
1153* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.13-0.43
1154- rebuilt for unwind info generation, broken in gcc-4.1.1-21
1155
1156* Wed Sep 20 2006 Karel Zak <kzak@redhat.com> 2.13-0.42
1157- remove obsolete NFS code and patches (we use /sbin/mount.nfs
1158  and /sbin/umount.nfs from nfs-utils now)
1159- move nfs.5 to nfs-utils
1160
1161* Fri Sep 15 2006 Karel Zak <kzak@redhat.com> 2.13-0.41
1162- fix #205038 - mount not allowing sloppy option (exports "-s"
1163  to external /sbin/mount.nfs(4) calls)
1164- fix minor bug in util-linux-2.13-mount-twiceloop.patch
1165- fix #188193- util-linux should provide plugin infrastructure for HAL
1166
1167* Mon Aug 21 2006 Karel Zak <kzak@redhat.com> 2.13-0.40
1168- fix Makefile.am in util-linux-2.13-mount-context.patch
1169- fix #201343 - pam_securetty requires known user to work
1170                (split PAM login configuration to two files)
1171- fix #203358 - change location of taskset binary to allow for early affinity work
1172
1173* Fri Aug 11 2006 Karel Zak <kzak@redhat.com> 2.13-0.39
1174- fix #199745 - non-existant simpleinit(8) mentioned in ctrlaltdel(8)
1175
1176* Thu Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 2.13-0.38
1177- Change keycreate line to happen after pam_selinux open call so it gets correct context
1178
1179* Thu Aug 10 2006 Karel Zak <kzak@redhat.com> 2.13-0.37
1180- fix #176494 - last -i returns strange IP addresses (patch by Bill Nottingham)
1181
1182* Thu Jul 27 2006 Karel Zak <kzak@redhat.com> 2.13-0.36
1183- fix #198300, #199557 - util-linux "post" scriptlet failure
1184
1185* Thu Jul 27 2006 Steve Dickson <steved@redhat.com> 2.13-0.35
1186- Added the -o fsc flag to nfsmount.
1187
1188* Wed Jul 26 2006 Karel Zak <kzak@redhat.com> 2.13-0.34
1189- rebuild
1190
1191* Tue Jul 18 2006 Karel Zak <kzak@redhat.com> 2.13-0.33
1192- add Requires(post): libselinux
1193
1194* Mon Jul 17 2006 Karel Zak <kzak@redhat.com> 2.13-0.32
1195- add IPv6 support to the login command (patch by Milan Zazrivec)
1196- fix #198626 - add keyinit instructions to the login PAM script
1197  (patch by David Howells)
1198
1199* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.13-0.31.1
1200- rebuild
1201
1202* Tue Jul 11 2006 Karel Zak <kzak@redhat.com> 2.13-0.31
1203- cleanup dependences for post and preun scriptlets
1204
1205* Mon Jul 10 2006 Karsten Hopp <karsten@redhat.de> 2.13-0.30
1206- silence install in minimal buildroot without /var/log
1207
1208* Fri Jul  7 2006 Karel Zak <kzak@redhat.com> 2.13-0.29
1209- include the raw command for RHELs
1210
1211* Mon Jun 26 2006 Florian La Roche <laroche@redhat.com> 2.13-0.28
1212- move install-info parts from postun to preun
1213
1214* Wed Jun 21 2006 Dan Walsh <dwalsh@RedHat.com> 2.13-0.27
1215- Only execute chcon on machines with selinux enabled
1216
1217* Wed Jun 14 2006 Steve Dickson <steved@redhat.com> 2.13-0.26
1218- Remove unneeded header files from nfsmount.c
1219
1220* Mon Jun 12 2006 Karel Zak <kzak@redhat.com> 2.13-0.25
1221- fix #187014 - umount segfaults for normal user
1222- fix #183446 - cal not UTF-8-aware
1223- fix #186915 - mount does not translate SELIinux context options though libselinux
1224- fix #185500 - Need man page entry for -o context= mount option
1225- fix #152579 - missing info about /etc/mtab and /proc/mounts mismatch
1226- fix #183890 - missing info about possible ioctl() and fcntl() problems on NFS filesystem
1227- fix #191230 - using mount --move results in wrong data in /etc/mtab
1228- added mount subtrees support
1229- fdisk: wrong number of sectors for large disks (suse#160822)
1230- merge fdisk-xvd (#182553) with new fdisk-isfull (#188981) patch
1231- fix #181549 - raw(8) manpage has old information about dd
1232- remove asm/page.h usage
1233
1234* Wed May 24 2006 Dan Walsh <dwalsh@RedHat.com> 2.13-0.24
1235- Remove requirement on restorecon, since we can do the same thing
1236- with chcon/matchpathcon, and not add requirement on policycoreutils
1237
1238* Wed May 24 2006 Steve Dickson <steved@redhat.com> 2.13-0.23
1239- Fixed bug in patch for bz183713 which cause nfs4 mounts to fail.
1240
1241* Tue May  2 2006 Steve Dickson <steved@redhat.com> 2.13-0.22
1242- Added syslog logging to background mounts as suggested
1243  by a customer.
1244
1245* Mon May  1 2006 Steve Dickson <steved@redhat.com> 2.13-0.21
1246- fix #183713 - foreground mounts are not retrying as advertised
1247- fix #151549 - Added 'noacl' mount flag
1248- fix #169042 - Changed nfsmount to try udp before using tcp when rpc-ing
1249                the remote rpc.mountd (iff -o tcp is not specified).
1250                This drastically increases the total number of tcp mounts
1251                that can happen at once (ala autofs).
1252
1253* Wed Mar  9 2006 Jesse Keating <jkeating@redhat.com> 2.13-0.20
1254- Better calling of restorecon as suggested by Bill Nottingham
1255- prereq restorecon to avoid ordering issues
1256
1257* Wed Mar  9 2006 Jesse Keating <jkeating@redhat.com> 2.13-0.19
1258- restorecon /var/log/lastlog
1259
1260* Wed Mar  8 2006 Karel Zak <kzak@redhat.com> 2.13-0.17
1261- fix #181782 - mkswap selinux relabeling (fix util-linux-2.13-mkswap-selinux.patch)
1262
1263* Wed Feb 22 2006 Karel Zak <kzak@redhat.com> 2.13-0.16
1264- fix #181782 - mkswap should automatically add selinux label to swapfile
1265- fix #180730 - col is exiting with 1 (fix util-linux-2.12p-col-EILSEQ.patch)
1266- fix #181896 - broken example in schedutils man pages
1267- fix #177331 - login omits pam_acct_mgmt & pam_chauthtok when authentication is skipped.
1268- fix #177523 - umount -a should not unmount sysfs
1269- fix #182553 - fdisk -l inside xen guest shows no disks
1270
1271* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13-0.15.1
1272- bump again for double-long bug on ppc(64)
1273
1274* Wed Feb  8 2006 Peter Jones <pjones@redhat.com> 2.13-0.15
1275- add "blockdev --rmpart N <device>" and "blockdev --rmparts <device>"
1276
1277* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13-0.14.1
1278- rebuilt for new gcc4.1 snapshot and glibc changes
1279
1280* Thu Jan 19 2006 Steve Dickson <steved@redhat.com> 2.13-0.14
1281- Updated the gssd_check() and idmapd_check(), used with
1282  nfsv4 mounts, to looked for the correct file in /var/lock/subsys
1283  which stops bogus warnings.
1284
1285* Tue Jan  3 2006 Karel Zak <kzak@redhat.com> 2.13-0.13
1286- fix #174676 - hwclock audit return code mismatch
1287- fix #176441: col truncates data
1288- fix #174111 - mount allows loopback devices to be mounted more than once to the same mount point
1289- better wide chars usage in the cal command (based on the old 'moremisc' patch)
1290
1291* Mon Dec 12 2005 Karel Zak <kzak@redhat.com> 2.13-0.12
1292- rebuilt
1293
1294* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1295- rebuilt
1296
1297* Fri Nov 25 2005 Karel Zak <kzak@redhat.com> 2.13-0.11.pre6
1298- update to upstream version 2.13-pre6
1299- fix #172203 - mount man page in RHEL4 lacks any info on cifs mount options
1300
1301* Mon Nov  7 2005 Karel Zak <kzak@redhat.com> 2.13-0.10.pre5
1302- fix #171337 - mkfs.cramfs doesn't work correctly with empty files
1303
1304* Fri Oct 28 2005 Karel Zak <kzak@redhat.com> 2.13-0.9.pre5
1305- rebuild
1306
1307* Wed Oct 26 2005 Karel Zak <kzak@redhat.com> 2.13-0.8.pre5
1308- updated version of the patch for hwclock audit
1309
1310* Thu Oct 20 2005 Karel Zak <kzak@redhat.com> 2.13-0.7.pre5
1311- fix #171337 - mkfs.cramfs dies creating installer image
1312
1313* Thu Oct 20 2005 Karel Zak <kzak@redhat.com> 2.13-0.6.pre5
1314- update to upstream 2.13pre5
1315- remove separated cramfs1.1 (already in upstream package)
1316- remove odd symlink /usr/bin/mkcramfs -> ../../sbin/mkfs.cramfs
1317- fix #170171 - ipcs -lm always report "max total shared memory (kbytes) = 0"
1318
1319* Mon Oct 17 2005 Karel Zak <kzak@redhat.com> 2.13-0.5.pre4
1320* fix #170564 - add audit message to login
1321
1322* Fri Oct  7 2005 Karel Zak <kzak@redhat.com> 2.13-0.4.pre4
1323- fix #169628 - /usr/bin/floppy doesn't work with /dev/fd0
1324- fix #168436 - login will attempt to run if it has no read/write access to its terminal
1325- fix #168434 - login's timeout can fail - needs to call siginterrupt(SIGALRM,1)
1326- fix #165253 - losetup missing option -a [new feature]
1327- update PAM files (replace pam_stack with new "include" PAM directive)
1328- remove kbdrate from src.rpm
1329- update to 2.13pre4
1330
1331* Fri Oct  7 2005 Steve Dickson <steved@redhat.com> 2.13-0.3.pre3
1332- fix #170110 - Documentation for 'rsize' and 'wsize' NFS mount options
1333                is misleading
1334
1335* Fri Sep  2 2005 Karel Zak <kzak@redhat.com> 2.13-0.3.pre2
1336- fix #166923 - hwclock will not run on a non audit-enabled kernel
1337- fix #159410 - mkswap(8) claims max swap area size is 2 GB
1338- fix #165863 - swsusp swaps should be reinitialized
1339- change /var/log/lastlog perms to 0644
1340
1341* Tue Aug 16 2005 Karel Zak <kzak@redhat.com> 2.13-0.2.pre2
1342- /usr/share/misc/getopt/* -move-> /usr/share/doc/util-linux-2.13/getopt-*
1343- the arch command marked as deprecated
1344- removed: elvtune, rescuept and setfdprm
1345- removed: man8/sln.8 (moved to man-pages, see #10601)
1346- removed REDAME.pg and README.reset
1347- .spec file cleanup
1348- added schedutils (commands: chrt, ionice and taskset)
1349
1350* Tue Jul 12 2005 Karel Zak <kzak@redhat.com> 2.12p-9.7
1351- fix #159339 - util-linux updates for new audit system
1352- fix #158737 - sfdisk warning for large partitions, gpt
1353- fix #150912 - Add ocfs2 support
1354- NULL is better than zero at end of execl()
1355
1356* Thu Jun 16 2005 Karel Zak <kzak@redhat.com> 2.12p-9.5
1357- fix #157656 - CRM 546998: Possible bug in vipw, changes permissions of /etc/shadow and /etc/gshadow
1358- fix #159339 - util-linux updates for new audit system (pam_loginuid.so added to util-linux-selinux.pamd)
1359- fix #159418 - sfdisk unusable - crashes immediately on invocation
1360- fix #157674 - sync option on VFAT mount destroys flash drives
1361- fix .spec file /usr/sbin/{hwclock,clock} symlinks
1362
1363* Wed May  4 2005 Jeremy Katz <katzj@redhat.com> - 2.12p-9.3
1364- rebuild against new libe2fsprogs (and libblkid) to fix cramfs auto-detection
1365
1366* Mon May  2 2005 Karel Zak <kzak@redhat.com> 2.12p-9.2
1367- rebuild
1368
1369* Mon May  2 2005 Karel Zak <kzak@redhat.com> 2.12p-9
1370- fix #156597 - look - doesn't work with separators
1371
1372* Mon Apr 25 2005 Karel Zak <kzak@redhat.com> 2.12p-8
1373- fix #154498 - util-linux login & pam session
1374- fix #155293 - man 5 nfs should include vers as a mount option
1375- fix #76467 - At boot time, fsck chokes on LVs listed by label in fstab
1376- new Source URL
1377- added note about ATAPI IDE floppy to fdformat.8
1378- fix #145355 - Man pages for fstab and fstab-sync in conflict
1379
1380* Tue Apr  5 2005 Karel Zak <kzak@redhat.com> 2.12p-7
1381- enable build with libblkid from e2fsprogs-devel
1382- remove workaround for duplicated labels
1383
1384* Thu Mar 31 2005 Steve Dickson <SteveD@RedHat.com> 2.12p-5
1385- Fixed nfs mount to rollback correctly.
1386
1387* Fri Mar 25 2005 Karel Zak <kzak@redhat.com> 2.12p-4
1388- added /var/log/lastlog to util-linux (#151635)
1389- disabled 'newgrp' in util-linux (enabled in shadow-utils) (#149997, #151613)
1390- improved mtab lock (#143118)
1391- fixed ipcs typo (#151156)
1392- implemented mount workaround for duplicated labels (#116300)
1393
1394* Wed Mar 16 2005 Elliot Lee <sopwith@redhat.com> 2.12p-3
1395- rebuilt
1396
1397* Fri Feb 25 2005 Steve Dickson <SteveD@RedHat.com> 2.12p-2
1398- Changed nfsmount to only use reserve ports when necessary
1399  (bz# 141773)
1400
1401* Thu Dec 23 2004 Elliot Lee <sopwith@redhat.com> 2.12p-1
1402- Update to util-linux-2.12p. This changes swap header format
1403  from - you may need to rerun mkswap if you did a clean install of
1404  FC3.
1405
1406* Fri Dec 10 2004 Elliot Lee <sopwith@redhat.com> 2.12j-1
1407- Update to util-linux-2.12j
1408
1409* Tue Dec  7 2004 Steve Dickson <SteveD@RedHat.com> 2.12a-20
1410- Corrected a buffer overflow problem with nfs mounts.
1411  (bz# 141733)
1412
1413* Wed Dec 01 2004 Elliot Lee <sopwith@redhat.com> 2.12a-19
1414- Patches for various bugs.
1415
1416* Mon Nov 29 2004 Steve Dickson <SteveD@RedHat.com> 2.12a-18
1417- Made NFS mounts adhere to the IP protocol if specified on
1418  command line as well as made NFS umounts adhere to the
1419  current IP protocol. Fix #140016
1420
1421* Thu Oct 14 2004 Elliot Lee <sopwith@redhat.com> 2.12a-16
1422- Add include_raw macro, build with it off for Fedora
1423
1424* Wed Oct 13 2004 Stephen C. Tweedie <sct@redhat.com> - 2.12a-15
1425- Add raw patch to allow binding of devices not yet in /dev
1426
1427* Wed Oct 13 2004 John (J5) Palmieri <johnp@redhat.com> 2.12a-14
1428- Add David Zeuthen's patch to enable the pamconsole flag #133941
1429
1430* Wed Oct 13 2004 Stephen C. Tweedie <sct@redhat.com> 2.12a-13
1431- Restore raw utils (bugzilla #130016)
1432
1433* Mon Oct 11 2004 Phil Knirsch <pknirsch@redhat.com> 2.12a-12
1434- Add the missing remote entry in pam.d
1435
1436* Wed Oct  6 2004 Steve Dickson <SteveD@RedHat.com>
1437- Rechecked in some missing NFS mounting code.
1438
1439* Wed Sep 29 2004 Elliot Lee <sopwith@redhat.com> 2.12a-10
1440- Make swaplabel support work with swapon -a -e
1441
1442* Tue Sep 28 2004 Steve Dickson <SteveD@RedHat.com>
1443- Updated the NFS and NFS4 code to the latest CITI patch set
1444  (in which they incorporate a number of our local patches).
1445
1446* Wed Sep 15 2004 Nalin Dahybhai <nalin@redhat.com> 2.12a-8
1447- Fix #132196 - turn on SELinux support at build-time.
1448
1449* Wed Sep 15 2004 Phil Knirsch <pknirsch@redhat.com> 2.12a-7
1450- Fix #91174 with pamstart.patch
1451
1452* Tue Aug 31 2004 Elliot Lee <sopwith@redhat.com> 2.12a-6
1453- Fix #16415, #70616 with rdevman.patch
1454- Fix #102566 with loginman.patch
1455- Fix #104321 with rescuept.patch (just use plain lseek - we're in _FILE_OFFSET_BITS=64 land now)
1456- Fix #130016 - remove raw.
1457- Re-add agetty (replacing it with mgetty is too much pain, and mgetty is much larger)
1458
1459* Thu Aug 26 2004 Steve Dickson <SteveD@RedHat.com>
1460- Made the NFS security checks more explicit to avoid confusion
1461  (an upstream fix)
1462- Also removed a compilation warning
1463
1464* Wed Aug 11 2004 Alasdair Kergon <agk@redhat.com>
1465- Remove unused mount libdevmapper inclusion.
1466
1467* Wed Aug 11 2004 Alasdair Kergon <agk@redhat.com>
1468- Add device-mapper mount-by-label support
1469- Fix segfault in mount-by-label when a device without a label is present.
1470
1471* Wed Aug 11 2004 Steve Dickson <SteveD@RedHat.com>
1472- Updated nfs man page to show that intr are on by
1473  default for nfs4
1474
1475* Thu Aug 05 2004 Jindrich Novy <jnovy@redhat.com>
1476- modified warning causing heart attack for >16 partitions, #107824
1477
1478* Fri Jul 09 2004 Elliot Lee <sopwith@redhat.com> 2.12a-3
1479- Fix #126623, #126572
1480- Patch cleanup
1481- Remove agetty (use mgetty, agetty is broken)
1482
1483* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
1484- rebuilt
1485
1486* Thu Jun 03 2004 Elliot Lee <sopwith@redhat.com> 2.12a-1
1487- Update to 2.12a
1488- Fix #122448
1489
1490* Thu May 13 2004 Dan Walsh <dwalsh@RedHat.com> 2.12-19
1491- Change pam_selinux to run last
1492
1493* Tue May 04 2004 Elliot Lee <sopwith@redhat.com> 2.12-18
1494- Fix #122448 (autofs issues)
1495
1496* Fri Apr 23 2004 Elliot Lee <sopwith@redhat.com> 2.12-17
1497- Fix #119157 by editing the patch
1498- Add patch145 to fix #119986
1499
1500* Fri Apr 16 2004 Elliot Lee <sopwith@redhat.com> 2.12-16
1501- Fix #118803
1502
1503* Tue Mar 23 2004 Jeremy Katz <katzj@redhat.com> 2.12-15
1504- mkcramfs: use PAGE_SIZE for default blocksize (#118681)
1505
1506* Sat Mar 20 2004 <SteveD@RedHat.com>
1507- Updated the nfs-mount.patch to correctly
1508  handle the mounthost option and to ignore
1509  servers that do not set auth flavors
1510
1511* Tue Mar 16 2004 Dan Walsh <dwalsh@RedHat.com> 2.12-13
1512- Fix selinux ordering or pam for login
1513
1514* Tue Mar 16 2004 <SteveD@RedHat.com>
1515- Make RPC error messages displayed with -v argument
1516- Added two checks to the nfs4 path what will print warnings
1517  when rpc.idmapd and rpc.gssd are not running
1518- Ping NFS v4 servers before diving into kernel
1519- Make v4 mount interruptible which also make the intr option on by default
1520
1521* Sun Mar 13 2004  <SteveD@RedHat.com>
1522- Reworked how the rpc.idmapd and rpc.gssd checks were
1523  done due to review comments from upstream.
1524- Added rpc_strerror() so the '-v' flag will show RPC errors.
1525
1526* Sat Mar 13 2004  <SteveD@RedHat.com>
1527- Added two checks to the nfs4 path what will print warnings
1528  when rpc.idmapd and rpc.gssd are not running.
1529
1530* Thu Mar 11 2004 <SteveD@RedHat.com>
1531- Reworked and updated the nfsv4 patches.
1532
1533* Wed Mar 10 2004 Dan Walsh <dwalsh@RedHat.com>
1534- Bump version
1535
1536* Wed Mar 10 2004 Steve Dickson <SteveD@RedHat.com>
1537- Tried to make nfs error message a bit more meaninful
1538- Cleaned up some warnings
1539
1540* Sun Mar  7 2004 Steve Dickson <SteveD@RedHat.com>
1541- Added pesudo flavors for nfsv4 mounts.
1542- Added BuildRequires: libselinux-devel and Requires: libselinux
1543  when WITH_SELINUX is set.
1544
1545* Fri Feb 27 2004 Dan Walsh <dwalsh@redhat.com> 2.12-5
1546- check for 2.6.3 kernel in mount options
1547
1548* Mon Feb 23 2004 Elliot Lee <sopwith@redhat.com> 2.12-4
1549- Remove /bin/kill for #116100
1550
1551* Fri Feb 20 2004 Dan Walsh <dwalsh@redhat.com> 2.12-3
1552- rebuilt
1553
1554* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
1555- rebuilt
1556
1557* Thu Feb 12 2004 Elliot Lee <sopwith@redhat.com> 2.12-1
1558- Final 2.12 has been out for ages - might as well use it.
1559
1560* Wed Jan 28 2004 Steve Dickson <SteveD@RedHat.com> 2.12pre-4
1561- Added mount patches that have NFS version 4 support
1562
1563* Mon Jan 26 2004 Elliot Lee <sopwith@redhat.com> 2.12pre-3
1564- Provides: mount losetup
1565
1566* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 2.12pre-2
1567- Add multiple to /etc/pam.d/login for SELinux
1568
1569* Thu Jan 15 2004 Elliot Lee <sopwith@redhat.com> 2.12pre-1
1570- 2.12pre-1
1571- Merge mount/losetup packages into the main package (#112324)
1572- Lose separate
1573
1574* Mon Nov 3 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-35.sel
1575- remove selinux code from login and use pam_selinux
1576
1577* Thu Oct 30 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-34.sel
1578- turn on selinux
1579
1580* Fri Oct 24 2003 Elliot Lee <sopwith@redhat.com> 2.11y-34
1581- Add BuildRequires: texinfo (from a bug# I don't remember)
1582- Fix #90588 with mountman patch142.
1583
1584* Mon Oct 6 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-33
1585- turn off selinux
1586
1587* Thu Sep 25 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-32.sel
1588- turn on selinux
1589- remove context selection
1590
1591* Fri Sep 19 2003 Elliot Lee <sopwith@redhat.com> 2.11y-31
1592- Add patch140 (alldevs) to fix #101772. Printing the total size of
1593  all devices was deemed a lower priority than having all devices
1594  (e.g. /dev/ida/c0d9) displayed.
1595
1596* Fri Sep 12 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-31
1597- turn off selinux
1598
1599* Fri Sep 12 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-30.sel
1600- turn on selinux
1601
1602* Fri Sep 5 2003 Elliot Lee <sopwith@redhat.com> 2.11y-28
1603- Fix #103004, #103954
1604
1605* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-27
1606- turn off selinux
1607
1608* Thu Sep 4 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-26.sel
1609- build with selinux
1610
1611* Mon Aug 11 2003 Elliot Lee <sopwith@redhat.com> 2.11y-25
1612- Use urandom instead for mkcramfs
1613
1614* Tue Jul 29 2003 Dan Walsh <dwalsh@redhat.com> 2.11y-24
1615- add SELINUX 2.5 support
1616
1617* Wed Jul 23 2003 Elliot Lee <sopwith@redhat.com> 2.11y-22
1618- #100433 patch
1619
1620* Mon Jun 14 2003 Elliot Lee <sopwith@redhat.com> 2.11y-20
1621- #97381 patch
1622
1623* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
1624- rebuilt
1625
1626* Mon Apr 21 2003 Elliot Lee <sopwith@redhat.com> 2.11y-17
1627- Change patch128 to improve ipcs -l
1628
1629* Fri Apr 11 2003 Elliot Lee <sopwith@redhat.com> 2.11y-16
1630- Fix #85407
1631
1632* Fri Apr 11 2003 Elliot Lee <sopwith@redhat.com> 2.11y-15
1633- Change patch128 to util-linux-2.11f-ipcs-84243-86285.patch to get all
1634ipcs fixes
1635
1636* Thu Apr 10 2003 Matt Wilson <msw@redhat.com> 2.11y-14
1637- fix last login date display on AMD64 (#88574)
1638
1639* Mon Apr  7 2003 Jeremy Katz <katzj@redhat.com> 2.11y-13
1640- include sfdisk on ppc
1641
1642* Fri Mar 28 2003 Jeremy Katz <katzj@redhat.com> 2.11y-12
1643- add patch from msw to change mkcramfs blocksize with a command line option
1644
1645* Tue Mar 25 2003 Phil Knirsch <pknirsch@redhat.com> 2.11y-11
1646- Fix segfault on s390x due to wrong usage of BLKGETSIZE.
1647
1648* Thu Mar 13 2003 Elliot Lee <sopwith@redhat.com> 2.11y-10
1649- Really apply the ipcs patch. Doh.
1650
1651* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
1652- rebuilt
1653
1654* Wed Feb 19 2003 Elliot Lee <sopwith@redhat.com> 2.11y-8
1655- ipcs-84243.patch to fix #84243
1656
1657* Thu Feb 13 2003 Yukihiro Nakai <ynakai@redhat.com> 2.11y-7
1658- Update moremisc patch to fix swprintf()'s minimum field (bug #83361).
1659
1660* Mon Feb 03 2003 Elliot Lee <sopwith@redhat.com> 2.11y-6
1661- Fix mcookie segfault on many 64-bit architectures (bug #83345).
1662
1663* Mon Feb 03 2003 Tim Waugh <twaugh@redhat.com> 2.11y-5
1664- Fix underlined multibyte characters (bug #83376).
1665
1666* Sun Feb 02 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1667- rebuild to have again a s390 rpm
1668- disable some more apps for mainframe
1669
1670* Wed Jan 29 2003 Elliot Lee <sopwith@redhat.com> 2.11y-4
1671- util-linux-2.11y-umask-82552.patch
1672
1673* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
1674- rebuilt
1675
1676* Mon Jan 13 2003 Elliot Lee <sopwith@redhat.com> 2.11y-2
1677- Fix #81069, #75421
1678
1679* Mon Jan 13 2003 Elliot Lee <sopwith@redhat.com> 2.11y-1
1680- Update to 2.11y
1681- Fix #80953
1682- Update patch0, patch107, patch117, patch120 for 2.11y
1683- Remove patch60, patch61, patch207, patch211, patch212, patch119, patch121
1684- Remove patch122, patch200
1685
1686* Wed Oct 30 2002 Elliot Lee <sopwith@redhat.com> 2.11w-2
1687- Remove some crack/unnecessary patches while submitting stuff upstream.
1688- Build with -D_FILE_OFFSET_BITS=64
1689
1690* Tue Oct 29 2002 Elliot Lee <sopwith@redhat.com> 2.11w-1
1691- Update to 2.11w, resolve patch conflicts
1692
1693* Tue Oct 08 2002 Phil Knirsch <pknirsch@redhat.com> 2.11r-10hammer.3
1694- Extended util-linux-2.11b-s390x patch to work again.
1695
1696* Thu Oct 03 2002 Elliot Lee <sopwith@redhat.com> 2.11r-10hammer.2
1697- Add patch122 for hwclock on x86_64
1698
1699* Thu Sep 12 2002 Than Ngo <than@redhat.com> 2.11r-10hammer.1
1700- Fixed pam config files
1701
1702* Wed Sep 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.11r-10hammer
1703- Port to hammer
1704
1705* Fri Aug 30 2002 Elliot Lee <sopwith@redhat.com> 2.11r-10
1706- Patch120 (hwclock) to fix #72140
1707- Include isosize util
1708
1709* Wed Aug 7 2002  Elliot Lee <sopwith@redhat.com> 2.11r-9
1710- Patch120 (skipraid2) to fix #70353, because the original patch was
1711totally useless.
1712
1713* Fri Aug 2 2002  Elliot Lee <sopwith@redhat.com> 2.11r-8
1714- Patch119 (fdisk-add-primary) from #67898
1715
1716* Wed Jul 24 2002 Elliot Lee <sopwith@redhat.com> 2.11r-7
1717- Really add the gptsize patch, instead of what I think the patch says.
1718(+1)
1719
1720* Tue Jul 23 2002 Elliot Lee <sopwith@redhat.com> 2.11r-6
1721- Add the sp[n].size part of the patch from #69603
1722
1723* Mon Jul 22 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1724- adjust mainframe patches
1725
1726* Tue Jul  2 2002 Bill Nottingham <notting@redhat.com> 2.11r-4
1727- only require usermode if we're shipping kbdrate here
1728
1729* Fri Jun 28 2002 Trond Eivind Glomsrod <teg@redhat.com> 2.11r-3
1730- Port the large swap patch to new util-linux... the off_t changes
1731  now in main aren't sufficient
1732
1733* Thu Jun 27 2002 Elliot Lee <sopwith@redhat.com> 2.11r-2
1734- Remove swapondetect (patch301) until it avoids possible false positives.
1735
1736* Thu Jun 27 2002 Elliot Lee <sopwith@redhat.com> 2.11r-1
1737- Update to 2.11r, wheeee
1738- Remove unused patches
1739
1740* Thu Jun 27 2002 Elliot Lee <sopwith@redhat.com> 2.11n-19
1741- Make a note here that this package was the source of the single change
1742contained in util-linux-2.11f-18 (in 7.2/Alpha), and also contains the
1743rawman patch from util-linux-2.11f-17.1 (in 2.1AS).
1744- Package has no runtime deps on slang, so remove the BuildRequires:
1745slang-devel.
1746
1747* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
1748- automated rebuild
1749
1750* Thu Jun 20 2002 Elliot Lee <sopwith@redhat.com> 2.11n-17
1751- Fix teg's swapondetect patch to not print out the usage message when
1752'swapon -a -e' is run. (#66690) (edit existing patch)
1753- Apply hjl's utmp handling patch (#66950) (patch116)
1754- Fix fdisk man page notes on IDE disk partition limit (#64013) (patch117)
1755- Fix mount.8 man page notes on vfat shortname option (#65628) (patch117)
1756- Fix possible cal overflow with widechars (#67090) (patch117)
1757
1758* Tue Jun 11 2002 Trond Eivind Glomsrod <teg@redhat.com> 2.11n-16
1759- support large swap partitions
1760- add '-d' option to autodetect available swap partitions
1761
1762* Thu May 23 2002 Tim Powers <timp@redhat.com>
1763- automated rebuild
1764
1765* Wed May 15 2002 Elliot Lee <sopwith@redhat.com> 2.11n-14
1766- Remove kbdrate (again).
1767
1768* Mon Apr 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1769- adjust mainframe patches to apply to current rpm
1770- do not include fdisk until it is fixed to work on mainframe
1771
1772* Mon Apr 01 2002 Elliot Lee <sopwith@redhat.com> 2.11n-12
1773- Don't strip binaries - rpm does it for us.
1774
1775* Sun Mar 31 2002 Elliot Lee <sopwith@redhat.com> 2.11n-11
1776- Apply patch115 from ejb@ql.org for bug #61868
1777
1778* Wed Mar 27 2002 Elliot Lee <sopwith@redhat.com> 2.11n-10
1779- Finish fixing #60675 (ipcrm man page), updated the patch.
1780- Fix #61203 (patch114 - dumboctal.patch).
1781
1782* Tue Mar 12 2002 Elliot Lee <sopwith@redhat.com> 2.11n-9
1783- Update ctty3 patch to ignore SIGHUP while dropping controlling terminal
1784
1785* Fri Mar 08 2002 Elliot Lee <sopwith@redhat.com> 2.11n-8
1786- Update ctty3 patch to drop controlling terminal before forking.
1787
1788* Fri Mar 08 2002 Elliot Lee <sopwith@redhat.com> 2.11n-7
1789  Fix various bugs:
1790- Add patch110 (skipraid) to properly skip devices that are part of a RAID array.
1791- Add patch111 (mkfsman) to update the mkfs man page's "SEE ALSO" section.
1792- remove README.cfdisk
1793- Include partx
1794- Fix 54741 and related bugs for good(hah!) with patch113 (ctty3)
1795
1796* Wed Mar 06 2002 Elliot Lee <sopwith@redhat.com> 2.11n-6
1797- Put kbdrate in, add usermode dep.
1798
1799* Tue Feb 26 2002 Elliot Lee <sopwith@redhat.com> 2.11n-5
1800- Fix #60363 (tweak raw.8 man page, make rawdevices.8 symlink).
1801
1802* Tue Jan 28 2002 Bill Nottingham <notting@redhat.com> 2.11n-4
1803- remove kbdrate (fixes kbd conflict)
1804
1805* Fri Dec 28 2001 Elliot Lee <sopwith@redhat.com> 2.11n-3
1806- Add util-linux-2.11n-ownerumount.patch (#56593)
1807- Add patch102 (util-linux-2.11n-colrm.patch) to fix #51887
1808- Fix #53452 nits.
1809- Fix #56953 (remove tunelp on s390)
1810- Fix #56459, and in addition switch to using sed instead of perl.
1811- Fix #58471
1812- Fix #57300
1813- Fix #37436
1814- Fix #32132
1815
1816* Wed Dec 26 2001 Elliot Lee <sopwith@redhat.com> 2.11n-1
1817- Update to 2.11n
1818- Merge mount/losetup back in.
1819
1820* Tue Dec 04 2001 Elliot Lee <sopwith@redhat.com> 2.11f-17
1821- Add patch38 (util-linux-2.11f-ctty2.patch) to ignore SIGINT/SIGTERM/SIGQUIT in the parent, so that ^\ won't break things.
1822
1823* Fri Nov 09 2001 Elliot Lee <sopwith@redhat.com> 2.11f-16
1824- Merge patches 36, 75, 76, and 77 into patch #37, to attempt resolve all the remaining issues with #54741.
1825
1826* Wed Oct 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1827- add nologin man-page for s390/s390x
1828
1829* Wed Oct 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.11f-14
1830- Don't build kbdrate on s390/s390x
1831- Don't make the pivot_root.8 man page executable(!)
1832
1833* Tue Oct 23 2001 Elliot Lee <sopwith@redhat.com> 2.11f-13
1834- Patch/idea #76 from HJL, fixes bug #54741 (race condition in login
1835acquisition of controlling terminal).
1836
1837* Thu Oct 11 2001 Bill Nottingham <notting@redhat.com>
1838- fix permissions problem with vipw & shadow files, again (doh!)
1839
1840* Tue Oct 09 2001 Erik Troan <ewt@redhat.com>
1841- added patch from Olaf Kirch to fix possible pwent structure overwriting
1842
1843* Fri Sep 28 2001 Elliot Lee <sopwith@redhat.com> 2.11f-10
1844- fdisk patch from arjan
1845
1846* Sun Aug 26 2001 Elliot Lee <sopwith@redhat.com> 2.11f-9
1847- Don't include cfdisk, since it appears to be an even bigger pile of junk than fdisk? :)
1848
1849* Wed Aug  1 2001 Tim Powers <timp@redhat.com>
1850- don't require usermode
1851
1852* Mon Jul 30 2001 Elliot Lee <sopwith@redhat.com> 2.11f-7
1853- Incorporate kbdrate back in.
1854
1855* Mon Jul 30 2001 Bill Nottingham <notting@redhat.com>
1856- revert the patch that calls setsid() in login that we had reverted
1857  locally but got integrated upstream (#46223)
1858
1859* Tue Jul 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1860- correct s390x patch
1861
1862* Mon Jul 23 2001 Elliot Lee <sopwith@redhat.com>
1863- Add my megapatch (various bugs)
1864- Include pivot_root (#44828)
1865
1866* Thu Jul 12 2001 Bill Nottingham <notting@redhat.com>
1867- make shadow files 0400, not 0600
1868
1869* Wed Jul 11 2001 Bill Nottingham <notting@redhat.com>
1870- fix permissions problem with vipw & shadow files
1871
1872* Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1873- update to 2.11f, remove any merged patches
1874- add s390x patches for somewhat larger swap
1875
1876* Thu Jun 14 2001 Erik Troan <ewt@redhat.com>
1877- added --verbose patch to mkcramfs; it's much quieter by default now
1878
1879* Tue May 22 2001 Erik Troan <ewt@redhat.com>
1880- removed warning about starting partitions on cylinder 0 -- swap version2
1881  makes it unnecessary
1882
1883* Wed May  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.11b-2
1884- Fix up s390x support
1885
1886* Mon May  7 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.11b-1
1887- Fix up login for real (a console session should be the controlling tty)
1888  by reverting to 2.10s code (#36839, #36840, #39237)
1889- Add man page for agetty (#39287)
1890- 2.11b, while at it
1891
1892* Fri Apr 27 2001 Preston Brown <pbrown@redhat.com> 2.11a-4
1893- /sbin/nologin from OpenBSD added.
1894
1895* Fri Apr 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.11a-3
1896- Fix up login - exiting immediately even if the password is correct
1897  is not exactly a nice feature.
1898- Make definite plans to kill people who update login without checking
1899  if the new version works ;)
1900
1901* Tue Apr 17 2001 Erik Troan <ewt@redhat.com>
1902- upgraded to 2.11a (kbdrate moved to kbd, among other things)
1903- turned off ALLOW_VCS_USE
1904- modified mkcramfs to not use a large number of file descriptors
1905- include mkfs.bfs
1906
1907* Sun Apr  8 2001 Matt Wilson <msw@redhat.com>
1908- changed Requires: kernel >= 2.2.12-7 to Conflicts: kernel < 2.2.12-7
1909  (fixes a initscripts -> util-linux -> kernel -> initscripts prereq loop)
1910
1911* Tue Mar 20 2001 Matt Wilson <msw@redhat.com>
1912- patched mkcramfs to use the PAGE_SIZE from asm/page.h instead of hard
1913  coding 4096 (fixes mkcramfs on alpha...)
1914
1915* Mon Mar 19 2001 Matt Wilson <msw@redhat.com>
1916- added mkcramfs (from linux/scripts/mkcramfs)
1917
1918* Mon Feb 26 2001 Tim Powers <timp@redhat.com>
1919- fixed bug #29131, where ipc.info didn't have an info dir entry,
1920  added the dir entry to ipc.texi (Patch58)
1921
1922* Fri Feb 23 2001 Preston Brown <pbrown@redhat.com>
1923- use lang finder script
1924- install info files
1925
1926* Thu Feb 08 2001 Erik Troan <ewt@redhat.com>
1927- reverted login patch; seems to cause problems
1928- added agetty
1929
1930* Wed Feb 07 2001 Erik Troan <ewt@redhat.com>
1931- updated kill man page
1932- added patch to fix vipw race
1933- updated vipw to edit /etc/shadow and /etc/gshadow, if appropriate
1934- added patch to disassociate login from tty, session, and pgrp
1935
1936* Tue Feb 06 2001 Erik Troan <ewt@redhat.com>
1937- fixed problem w/ empty extended partitions
1938- added patch to fix the date in the more man page
1939- set OPT to pass optimization flags to make rather then RPM_OPT_FLAG
1940- fixed fdisk -l /Proc/partitions parsing
1941- updated to 2.10s
1942
1943* Tue Jan 23 2001 Preston Brown <pbrown@redhat.com>
1944- danish translations added
1945
1946* Mon Jan 15 2001 Nalin Dahyabhai <nalin@redhat.com>
1947- fix segfault in login in btmp patch (#24025)
1948
1949* Mon Dec 11 2000 Oliver Paukstadt <oliver.paukstadt@millenux.com>
1950- ported to s390
1951
1952* Wed Nov 01 2000 Florian La Roche <Florian.LaRoche@redhat.de>
1953- update to 2.10p
1954- update patch37 to newer fdisk version
1955
1956* Mon Oct  9 2000 Jeff Johnson <jbj@redhat.com>
1957- update to 2.10o
1958-  fdformat: fixed to work with kernel 2.4.0test6 (Marek Wojtowicz)
1959-  login: not installed suid
1960-  getopt: by default install aux files in /usr/share/misc
1961- update to 2.10n:
1962-  added blockdev.8
1963-  change to elvtune (andrea)
1964-  fixed overrun in agetty (vii@penguinpowered.com)
1965-  shutdown: prefer umounting by mount point (rgooch)
1966-  fdisk: added plan9
1967-  fdisk: remove empty links in chain of extended partitions
1968-  hwclock: handle both /dev/rtc and /dev/efirtc (Bill Nottingham)
1969-  script: added -f (flush) option (Ivan Schreter)
1970-  script: added -q (quiet) option (Per Andreas Buer)
1971-  getopt: updated to version 1.1.0 (Frodo Looijaard)
1972-  Czech messages (Jiri Pavlovsky)
1973- login.1 man page had not /var/spool/mail path (#16998).
1974- sln.8 man page (but not executable) included (#10601).
1975- teach fdisk 0xde(Dell), 0xee(EFI GPT), 0xef(EFI FAT) partitions (#17610).
1976
1977* Wed Aug 30 2000 Matt Wilson <msw@redhat.com>
1978- rebuild to cope with glibc locale binary incompatibility, again
1979
1980* Mon Aug 14 2000 Jeff Johnson <jbj@redhat.com>
1981- setfdprm should open with O_WRONLY, not 3.
1982
1983* Fri Aug 11 2000 Jeff Johnson <jbj@redhat.com>
1984- fdformat should open with O_WRONLY, not 3.
1985
1986* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
1987- make 'look' look in /usr/share/dict
1988
1989* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
1990- put /usr/local/sbin:/usr/local/bin in root's path
1991
1992* Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com>
1993- rebuild to cope with glibc locale binary incompatibility
1994
1995* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
1996- automatic rebuild
1997
1998* Mon Jul 10 2000 Bill Nottingham <notting@redhat.com>
1999- enable hwclock to use /dev/efirtc on ia64 (gettext is fun. :( )
2000
2001* Mon Jul  3 2000 Bill Nottingham <notting@redhat.com>
2002- move cfdisk to /usr/sbin, it depends on /usr stuff
2003- add rescuept
2004
2005* Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2006- point more at the correct path to vi (for "v"), Bug #10882
2007
2008* Sun Jun  4 2000 Jeff Johnson <jbj@redhat.com>
2009- FHS packaging changes.
2010
2011* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
2012- modify PAM setup to use system-auth
2013
2014* Mon May  1 2000 Bill Nottingham <notting@redhat.com>
2015- eek, where did login go? (specfile tweaks)
2016
2017* Mon Apr 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2018- 2.10k
2019- fix compilation with current glibc
2020
2021* Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2022- 2.10h
2023
2024* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
2025- rebuild for sparc baud rates > 38400.
2026
2027* Sat Mar  4 2000 Matt Wilson <msw@redhat.com>
2028- use snprintf - not sprintf - when doing
2029  sprintf ("%%s\n", _("Some string")) to avoid overflows and
2030  segfaults.
2031
2032* Mon Feb 21 2000 Jeff Johnson <jbj@redhat.com>
2033- raw control file was /dev/raw, now /dev/rawctl.
2034- raw access files were /dev/raw*, now /dev/raw/raw*.
2035
2036* Thu Feb 17 2000 Erik Troan <ewt@redhat.com>
2037- -v argument to mkswap wasn't working
2038
2039* Thu Feb 10 2000 Jakub Jelinek <jakub@redhat.com>
2040- Recognize 0xfd on Sun disklabels as RAID
2041
2042* Tue Feb  8 2000 Bill Nottingham <notting@redhat.com>
2043- more lives in /bin, and was linked against /usr/lib/libnurses. Bad.
2044
2045* Thu Feb 03 2000 Jakub Jelinek <jakub@redhat.com>
2046- update to 2.10f
2047- fix issues in the new realpath code, avoid leaking memory
2048
2049* Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com>
2050- rebuild to fix dependencies
2051- add NFSv3 patches
2052
2053* Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
2054- don't require csh
2055
2056* Mon Jan 24 2000 Nalin Dahyabhai <nalin@redhat.com>
2057- update to 2.10e
2058- add rename
2059
2060* Thu Jan 20 2000 Jeff Johnson <jbj@redhat.com>
2061- strip newlines in logger input.
2062
2063* Mon Jan 10 2000 Jeff Johnson <jbj@redhat.com>
2064- rebuild with correct ncurses libs.
2065
2066* Tue Dec  7 1999 Matt Wilson <msw@redhat.com>
2067- updated to util-linux 2.10c
2068- deprecated IMAP login mail notification patch17
2069- deprecated raw patch22
2070- depricated readprofile patch24
2071
2072* Tue Dec  7 1999 Bill Nottingham <notting@redhat.com>
2073- add patch for readprofile
2074
2075* Thu Nov 18 1999 Michael K. Johnson <johnsonm@redhat.com>
2076- tunelp should come from util-linux
2077
2078* Tue Nov  9 1999 Jakub Jelinek <jakub@redhat.com>
2079- kbdrate cannot use /dev/port on sparc.
2080
2081* Wed Nov  3 1999 Jakub Jelinek <jakub@redhat.com>
2082- fix kbdrate on sparc.
2083
2084* Wed Oct 27 1999 Bill Nottingham <notting@redhat.com>
2085- ship hwclock on alpha.
2086
2087* Tue Oct  5 1999 Bill Nottingham <notting@redhat.com>
2088- don't ship symlinks to rdev if we don't ship rdev.
2089
2090* Tue Sep 07 1999 Cristian Gafton <gafton@redhat.com>
2091- add rawIO support from sct
2092
2093* Mon Aug 30 1999 Preston Brown <pbrown@redhat.com>
2094- don't display "new mail" message when the only piece of mail is from IMAP
2095
2096* Fri Aug 27 1999 Michael K. Johnson <johnsonm@redhat.com>
2097- kbdrate is now a console program
2098
2099* Thu Aug 26 1999 Jeff Johnson <jbj@redhat.com>
2100- hostid is now in sh-utils. On sparc, install hostid as sunhostid (#4581).
2101- update to 2.9w:
2102-  Updated mount.8 (Yann Droneaud)
2103-  Improved makefiles
2104-  Fixed flaw in fdisk
2105
2106* Tue Aug 10 1999 Jeff Johnson <jbj@redhat.com>
2107- tsort is now in textutils.
2108
2109* Wed Aug  4 1999 Bill Nottingham <notting@redhat.com>
2110- turn off setuid bit on login. Again. :(
2111
2112* Tue Aug  3 1999 Peter Jones, <pjones@redhat.com>
2113- hostid script for sparc (#3803).
2114
2115* Tue Aug 03 1999 Christian 'Dr. Disk' Hechelmann <drdisk@tc-gruppe.de>
2116- added locale message catalogs to %%file
2117- added patch for non-root build
2118- vigr.8 and /usr/lib/getopt  man-page was missing from file list
2119- /etc/fdprm really is a config file
2120
2121* Fri Jul 23 1999 Jeff Johnson <jbj@redhat.com>
2122- update to 2.9v:
2123- cfdisk no longer believes the kernel's HDGETGEO
2124        (and may be able to partition a 2 TB disk)
2125
2126* Fri Jul 16 1999 Jeff Johnson <jbj@redhat.com>
2127- update to 2.9u:
2128- Czech more.help and messages (Jiri Pavlovsky)
2129- Japanese messages (Daisuke Yamashita)
2130- fdisk fix (Klaus G. Wagner)
2131- mount fix (Hirokazu Takahashi)
2132- agetty: enable hardware flow control (Thorsten Kranzkowski)
2133- minor cfdisk improvements
2134- fdisk no longer accepts a default device
2135- Makefile fix
2136
2137* Tue Jul  6 1999 Jeff Johnson <jbj@redhat.com>
2138- update to 2.9t:
2139- national language support for hwclock
2140- Japanese messages (both by Daisuke Yamashita)
2141- German messages and some misc i18n fixes (Elrond)
2142- Czech messages (Jiri Pavlovsky)
2143- wall fixed for /dev/pts/xx ttys
2144- make last and wall use getutent() (Sascha Schumann)
2145        [Maybe this is bad: last reading all of wtmp may be too slow.
2146        Revert in case people complain.]
2147- documented UUID= and LABEL= in fstab.5
2148- added some partition types
2149- swapon: warn only if verbose
2150
2151* Fri Jun 25 1999 Jeff Johnson <jbj@redhat.com>
2152- update to 2.9s.
2153
2154* Sat May 29 1999 Jeff Johnson <jbj@redhat.com>
2155- fix mkswap sets incorrect bits on sparc64 (#3140).
2156
2157* Thu Apr 15 1999 Jeff Johnson <jbj@redhat.com>
2158- on sparc64 random ioctls on clock interface cause kernel messages.
2159
2160* Thu Apr 15 1999 Jeff Johnson <jbj@redhat.com>
2161- improved raid patch (H.J. Lu).
2162
2163* Wed Apr 14 1999 Michael K. Johnson <johnsonm@redhat.com>
2164- added patch for smartraid controllers
2165
2166* Sat Apr 10 1999 Cristian Gafton <gafton@redhat.com>
2167- fix logging problems caused by setproctitle and PAM interaction
2168  (#2045)
2169
2170* Wed Mar 31 1999 Jeff Johnson <jbj@redhat.com>
2171- include docs and examples for sfdisk (#1164)
2172
2173* Mon Mar 29 1999 Matt Wilson <msw@redhat.com>
2174- rtc is not working properly on alpha, we can't use hwclock yet.
2175
2176* Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
2177- add patch to make mkswap more 64 bit friendly... Patch from
2178  eranian@hpl.hp.com (ahem!)
2179
2180* Thu Mar 25 1999 Jeff Johnson <jbj@redhat.com>
2181- include sfdisk (#1164)
2182- fix write (#1784)
2183- use positive logic in spec file (%%ifarch rather than %ifnarch).
2184- (re)-use 1st matching utmp slot if search by mypid not found.
2185- update to 2.9o
2186- lastb wants bad logins in wtmp clone /var/run/btmp (#884)
2187
2188* Thu Mar 25 1999 Jakub Jelinek <jj@ultra.linux.cz>
2189- if hwclock is to be compiled on sparc,
2190  it must actually work. Also, it should obsolete
2191  clock, otherwise it clashes.
2192- limit the swap size in mkswap for 2.2.1+ kernels
2193  by the actual maximum size kernel can handle.
2194- fix kbdrate on sparc, patch by J. S. Connell
2195  <ankh@canuck.gen.nz>
2196
2197* Wed Mar 24 1999 Matt Wilson <msw@redhat.com>
2198- added pam_console back into pam.d/login
2199
2200* Tue Mar 23 1999 Matt Wilson <msw@redhat.com>
2201- updated to 2.9i
2202- added hwclock for sparcs and alpha
2203
2204* Mon Mar 22 1999 Erik Troan <ewt@redhat.com>
2205- added vigr to file list
2206
2207* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
2208- auto rebuild in the new build environment (release 12)
2209
2210* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
2211- remove most of the ifnarch arm stuff
2212
2213* Mon Mar 15 1999 Michael Johnson <johnsonm@redhat.com>
2214- added pam_console.so to /etc/pam.d/login
2215
2216* Thu Feb  4 1999 Michael K. Johnson <johnsonm@redhat.com>
2217- .perms patch to login to make it retain root in parent process
2218  for pam_close_session to work correctly
2219
2220* Tue Jan 12 1999 Jeff Johnson <jbj@redhat.com>
2221- strip fdisk in buildroot correctly (#718)
2222
2223* Mon Jan 11 1999 Cristian Gafton <gafton@redhat.com>
2224- have fdisk compiled on sparc and arm
2225
2226* Mon Jan 11 1999 Erik Troan <ewt@redhat.com>
2227- added beos partition type to fdisk
2228
2229* Wed Dec 30 1998 Cristian Gafton <gafton@redhat.com>
2230- incorporate fdisk on all arches
2231
2232* Sat Dec  5 1998 Jeff Johnson <jbj@redhat.com>
2233- restore PAM functionality at end of login (Bug #201)
2234
2235* Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
2236- patch top build on the arm without PAM and related utilities, for now.
2237- build hwclock only on intel
2238
2239* Wed Nov 18 1998 Cristian Gafton <gafton@redhat.com>
2240- upgraded to version 2.9
2241
2242* Thu Oct 29 1998 Bill Nottingham <notting@redhat.com>
2243- build for Raw Hide (slang-1.2.2)
2244- patch kbdrate wackiness so it builds with egcs
2245
2246* Tue Oct 13 1998 Erik Troan <ewt@redhat.com>
2247- patched more to use termcap
2248
2249* Mon Oct 12 1998 Erik Troan <ewt@redhat.com>
2250- added warning about alpha/bsd label starting cylinder
2251
2252* Mon Sep 21 1998 Erik Troan <ewt@redhat.com>
2253- use sigsetjmp/siglongjmp in more rather then sig'less versions
2254
2255* Fri Sep 11 1998 Jeff Johnson <jbj@redhat.com>
2256- explicit attrs for setuid/setgid programs
2257
2258* Thu Aug 27 1998 Cristian Gafton <gafton@redhat.com>
2259- sln is now included in glibc
2260
2261* Sun Aug 23 1998 Jeff Johnson <jbj@redhat.com>
2262- add cbm1581 floppy definitions (problem #787)
2263
2264* Mon Jun 29 1998 Jeff Johnson <jbj@redhat.com>
2265- remove /etc/nologin at end of shutdown/halt.
2266
2267* Fri Jun 19 1998 Jeff Johnson <jbj@redhat.com>
2268- add mount/losetup.
2269
2270* Thu Jun 18 1998 Jeff Johnson <jbj@redhat.com>
2271- update to 2.8 with 2.8b clean up. hostid now defunct?
2272
2273* Mon Jun 01 1998 David S. Miller <davem@dm.cobaltmicro.com>
2274- "more" now works properly on sparc
2275
2276* Sat May 02 1998 Jeff Johnson <jbj@redhat.com>
2277- Fix "fdisk -l" fault on mounted cdrom. (prob #513)
2278
2279* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
2280- translations modified for de, fr, tr
2281
2282* Sat Apr 11 1998 Cristian Gafton <gafton@redhat.com>
2283- manhattan rebuild
2284
2285* Mon Dec 29 1997 Erik Troan <ewt@redhat.com>
2286- more didn't suspend properly on glibc
2287- use proper tc*() calls rather then ioctl's
2288
2289* Sun Dec 21 1997 Cristian Gafton <gafton@redhat.com>
2290- fixed a security problem in chfn and chsh accepting too
2291  long gecos fields
2292
2293* Fri Dec 19 1997 Mike Wangsmo <wanger@redhat.com>
2294- removed "." from default path
2295
2296* Tue Dec 02 1997 Cristian Gafton <gafton@redhat.com>
2297- added (again) the vipw patch
2298
2299* Wed Oct 22 1997 Michael Fulbright <msf@redhat.com>
2300- minor cleanups for glibc 2.1
2301
2302* Fri Oct 17 1997 Michael Fulbright <msf@redhat.com>
2303- added vfat32 filesystem type to list recognized by fdisk
2304
2305* Fri Oct 10 1997 Erik Troan <ewt@redhat.com>
2306- don't build clock on the alpha
2307- don't install chkdupexe
2308
2309* Thu Oct 02 1997 Michael K. Johnson <johnsonm@redhat.com>
2310- Update to new pam standard.
2311- BuildRoot.
2312
2313* Thu Sep 25 1997 Cristian Gafton <gafton@redhat.com>
2314- added rootok and setproctitle patches
2315- updated pam config files for chfn and chsh
2316
2317* Tue Sep 02 1997 Erik Troan <ewt@redhat.com>
2318- updated MCONFIG to automatically determine the architecture
2319- added glibc header hacks to fdisk code
2320- rdev is only available on the intel
2321
2322* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
2323- update to util-linux 2.7, fixed login problems
2324
2325* Wed Jun 25 1997 Erik Troan <ewt@redhat.com>
2326- Merged Red Hat changes into main util-linux source, updated package to
2327  development util-linux (nearly 2.7).
2328
2329* Tue Apr 22 1997 Michael K. Johnson <johnsonm@redhat.com>
2330- LOG_AUTH --> LOG_AUTHPRIV in login and shutdown
2331
2332* Mon Mar 03 1997 Michael K. Johnson <johnsonm@redhat.com>
2333- Moved to new pam and from pam.conf to pam.d
2334
2335* Tue Feb 25 1997 Michael K. Johnson <johnsonm@redhat.com>
2336- pam.patch differentiated between different kinds of bad logins.
2337  In particular, "user does not exist" and "bad password" were treated
2338  differently.  This was a minor security hole.
Note: See TracBrowser for help on using the repository browser.