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

Revision 12299, 78.3 KB checked in by tomop, 5 years ago (diff)

updated 15 packages

ant-1.9.14-1

ccid-1.4.31-1

extra-cmake-modules-5.63.0-1

file-5.37-2

iputils-20190709-1

libarchive-3.4.0-1

libidn2-2.2.0-1

libmodsecurity-3.0.3-4

libxslt-1.1.33-2

ncurses-6.1-3

pcsc-lite-1.8.25-1

polkit-qt-0.112.0-3

qca2-2.2.1-1

rdesktop-1.9.0-1

util-linux-2.34-1

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