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

Revision 9323, 76.2 KB checked in by inagaki, 9 years ago (diff)

2015-02-02 Ryoichi INAGAKI <ryo1@…>

  • lensfun, libbsd: updated
  • util-linux: added compat32


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