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

Revision 11175, 77.5 KB checked in by tomop, 7 years ago (diff)

util-linux-2.30.1-1

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