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

Revision 12364, 79.7 KB checked in by tomop, 4 years ago (diff)

updated 13 packages

acpid-2.0.32-1

at-3.1.23-1

autofs-5.1.6-1

dracut-050-3

fcgi-2.4.2-1

fcgiwrap-1.1.0.git20200404-2

firefox-68.6.1-1

initscripts-8.91.16-3

iptables-1.8.4-2

lxc-4.0.0-1

libnftnl-1.1.6-1

smp_utils-0.99-1

util-linux-2.35.1-1

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