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

Revision 8995, 75.0 KB checked in by inagaki, 10 years ago (diff)

2014-10-03 Ryoichi INAGAKI <ryo1@…>

  • util-linux: updated summary and group
  • zziplib: updated


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