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

Revision 12000, 77.9 KB checked in by tomop, 5 years ago (diff)

new: elogind-239.3 (and packages that depends on elogind)

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