auto-import util-linux-2.11f-17.7.2 from util-linux-2.11f-17.7.2.src.rpm
This commit is contained in:
parent
9dfb058ae1
commit
0954a1f65a
@ -1,14 +0,0 @@
|
|||||||
--- util-linux-2.11f/disk-utils/raw.8.sopwith Tue Feb 26 13:15:34 2002
|
|
||||||
+++ util-linux-2.11f/disk-utils/raw.8 Tue Feb 26 13:16:28 2002
|
|
||||||
@@ -58,6 +58,11 @@
|
|
||||||
disk, they must be an exact number of sectors long, and the data buffer
|
|
||||||
in virtual memory must also be aligned to a multiple of the sector
|
|
||||||
size. The sector size is 512 bytes for most devices.
|
|
||||||
+.PP
|
|
||||||
+Use the /etc/sysconfig/rawdevices file to define the set of raw device
|
|
||||||
+mappings automatically created during the system startup sequence. The
|
|
||||||
+format of the file is the same used in the command line with the exception
|
|
||||||
+that the "raw" command itself is omitted.
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
.B -q
|
|
@ -3,7 +3,7 @@
|
|||||||
Summary: A collection of basic system utilities.
|
Summary: A collection of basic system utilities.
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
Version: 2.11f
|
Version: 2.11f
|
||||||
Release: 17.1
|
Release: 17.7.2
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: ftp://ftp.kernel.org/pub/linux/utils/util-linux/util-linux-%{version}.tar.bz2
|
Source0: ftp://ftp.kernel.org/pub/linux/utils/util-linux/util-linux-%{version}.tar.bz2
|
||||||
@ -52,11 +52,12 @@ Patch75: util-linux-2.11f-logingrp-revert.patch
|
|||||||
|
|
||||||
Patch76: util-linux-2.11f-loginctty.patch
|
Patch76: util-linux-2.11f-loginctty.patch
|
||||||
Patch77: util-linux-2.11f-loginctty2.patch
|
Patch77: util-linux-2.11f-loginctty2.patch
|
||||||
Patch78: util-linux-2.11f-rawman.patch
|
|
||||||
|
|
||||||
Patch100: mkcramfs.patch
|
Patch100: mkcramfs.patch
|
||||||
Patch101: mkcramfs-quiet.patch
|
Patch101: mkcramfs-quiet.patch
|
||||||
|
|
||||||
|
Patch116: util-linux-2.11n-setpwrace.patch
|
||||||
|
|
||||||
Obsoletes: fdisk tunelp
|
Obsoletes: fdisk tunelp
|
||||||
%ifarch alpha sparc sparc64 sparcv9 s390
|
%ifarch alpha sparc sparc64 sparcv9 s390
|
||||||
Obsoletes: clock
|
Obsoletes: clock
|
||||||
@ -117,7 +118,7 @@ cp %{SOURCE8} %{SOURCE9} .
|
|||||||
%patch37 -p1 -b .pwent2
|
%patch37 -p1 -b .pwent2
|
||||||
#%patch38 -p1 -b .ctty2
|
#%patch38 -p1 -b .ctty2
|
||||||
|
|
||||||
%patch78 -p1 -b .rawman
|
%patch116 -p1 -b .setpwrace
|
||||||
|
|
||||||
%build
|
%build
|
||||||
unset LINGUAS || :
|
unset LINGUAS || :
|
||||||
@ -173,7 +174,6 @@ if [ "%{_mandir}" != "%{_prefix}/man" -a -d ${RPM_BUILD_ROOT}%{_prefix}/man ]; t
|
|||||||
( cd ${RPM_BUILD_ROOT}%{_mandir}; tar xf - )
|
( cd ${RPM_BUILD_ROOT}%{_mandir}; tar xf - )
|
||||||
( cd ${RPM_BUILD_ROOT}%{_prefix}; rm -rf ./man )
|
( cd ${RPM_BUILD_ROOT}%{_prefix}; rm -rf ./man )
|
||||||
fi
|
fi
|
||||||
echo '.so man8/raw.8' > ${RPM_BUILD_ROOT}%{_mandir}/man8/rawdevices.8
|
|
||||||
|
|
||||||
# Correct mail spool path.
|
# Correct mail spool path.
|
||||||
perl -pi -e 's,/usr/spool/mail,/var/spool/mail,' ${RPM_BUILD_ROOT}%{_mandir}/man1/login.1
|
perl -pi -e 's,/usr/spool/mail,/var/spool/mail,' ${RPM_BUILD_ROOT}%{_mandir}/man1/login.1
|
||||||
@ -408,7 +408,6 @@ fi
|
|||||||
%{_mandir}/man8/mkswap.8*
|
%{_mandir}/man8/mkswap.8*
|
||||||
%{_mandir}/man8/pivot_root.8*
|
%{_mandir}/man8/pivot_root.8*
|
||||||
%{_mandir}/man8/raw.8*
|
%{_mandir}/man8/raw.8*
|
||||||
%{_mandir}/man8/rawdevices.8*
|
|
||||||
%{_mandir}/man8/renice.8*
|
%{_mandir}/man8/renice.8*
|
||||||
%{_mandir}/man8/setfdprm.8*
|
%{_mandir}/man8/setfdprm.8*
|
||||||
%{_mandir}/man8/setsid.8*
|
%{_mandir}/man8/setsid.8*
|
||||||
@ -422,8 +421,8 @@ fi
|
|||||||
%{_datadir}/misc/more.help
|
%{_datadir}/misc/more.help
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 26 2002 Elliot Lee <sopwith@redhat.com> 2.11f-17.1
|
* Mon Jun 24 2002 Elliot Lee <sopwith@redhat.com> 2.11f-17.7.2
|
||||||
- Incorporate man page changes from jrfuller (bug 60363).
|
- Fix setpwnam race (patch116)
|
||||||
|
|
||||||
* Tue Dec 04 2001 Elliot Lee <sopwith@redhat.com> 2.11f-17
|
* Tue Dec 04 2001 Elliot Lee <sopwith@redhat.com> 2.11f-17
|
||||||
- Add patch38 (util-linux-2.11f-ctty2.patch) to ignore SIGINT/SIGTERM/SIGQUIT in the parent, so that ^\ won't break things.
|
- Add patch38 (util-linux-2.11f-ctty2.patch) to ignore SIGINT/SIGTERM/SIGQUIT in the parent, so that ^\ won't break things.
|
||||||
|
Loading…
Reference in New Issue
Block a user