auto-import changelog data from util-linux-2.12-18.src.rpm
Tue May 04 2004 Elliot Lee <sopwith@redhat.com> 2.12-18 - Fix #122448 (autofs issues) Fri Apr 23 2004 Elliot Lee <sopwith@redhat.com> 2.12-17 - Fix #119157 by editing the patch - Add patch145 to fix #119986 Fri Apr 16 2004 Elliot Lee <sopwith@redhat.com> 2.12-16 - Fix #118803 Tue Mar 23 2004 Jeremy Katz <katzj@redhat.com> 2.12-15 - mkcramfs: use PAGE_SIZE for default blocksize (#118681)
This commit is contained in:
parent
b9df4a73b4
commit
8a7038023c
@ -1,7 +1,4 @@
|
|||||||
# This 2.12pre package is not in a buildable state - it's in CVS here
|
# Upstream maintainer aeb@cwi.nl
|
||||||
# to allow patch merging etc.
|
|
||||||
|
|
||||||
# Upstream maintainer util-linux@math.uio.no
|
|
||||||
|
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
@ -16,7 +13,7 @@
|
|||||||
Summary: A collection of basic system utilities.
|
Summary: A collection of basic system utilities.
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
Version: 2.12
|
Version: 2.12
|
||||||
Release: 14
|
Release: 18
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
|
|
||||||
@ -27,16 +24,14 @@ BuildRequires: libtermcap-devel
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: slang-devel
|
BuildRequires: slang-devel
|
||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
|
BuildRequires: gettext
|
||||||
%if %{WITH_SELINUX}
|
%if %{WITH_SELINUX}
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Source0: http://ftp.cwi.nl/aeb/util-linux/util-linux-%{version}.tar.gz
|
Source0: http://ftp.cwi.nl/aeb/util-linux/util-linux-%{version}.tar.gz
|
||||||
%if %{WITH_SELINUX}
|
|
||||||
Source1: util-linux-selinux.pamd
|
Source1: util-linux-selinux.pamd
|
||||||
%else
|
Source4: util-linux-2.7-login.pamd
|
||||||
Source1: util-linux-2.7-login.pamd
|
|
||||||
%endif
|
|
||||||
Source2: util-linux-2.7-chfn.pamd
|
Source2: util-linux-2.7-chfn.pamd
|
||||||
Source3: util-linux-2.7-chsh.pamd
|
Source3: util-linux-2.7-chsh.pamd
|
||||||
Source8: nologin.c
|
Source8: nologin.c
|
||||||
@ -104,9 +99,13 @@ Patch141: util-linux-selinux.patch
|
|||||||
Patch142: util-linux-2.11y-mountman-90588.patch
|
Patch142: util-linux-2.11y-mountman-90588.patch
|
||||||
|
|
||||||
Patch143: cramfs-1.1-blocksize_and_quiet.patch
|
Patch143: cramfs-1.1-blocksize_and_quiet.patch
|
||||||
|
Patch144: cramfs-1.1-pagesize.patch
|
||||||
|
|
||||||
|
Patch145: util-linux-2.12.pam.patch
|
||||||
|
|
||||||
# patches required for NFSv4 support
|
# patches required for NFSv4 support
|
||||||
Patch1000: util-linux-2.11z-01-nfs.patch
|
Patch1000: util-linux-2.11z-01-nfs.patch
|
||||||
|
Patch1001: util-linux-2.12-nfssloppy.patch
|
||||||
Patch1010: util-linux-2.11z-02-base-nfsv4.patch
|
Patch1010: util-linux-2.11z-02-base-nfsv4.patch
|
||||||
Patch1020: util-linux-2.11z-03-krb5.patch
|
Patch1020: util-linux-2.11z-03-krb5.patch
|
||||||
Patch1030: mount-2.11y-selinux.patch
|
Patch1030: mount-2.11y-selinux.patch
|
||||||
@ -236,6 +235,7 @@ mv MCONFIG.new MCONFIG
|
|||||||
|
|
||||||
# cramfs
|
# cramfs
|
||||||
%patch143 -p0 -b .cramfs
|
%patch143 -p0 -b .cramfs
|
||||||
|
%patch144 -p1 -b .pagesize
|
||||||
|
|
||||||
%patch1000 -p1 -b .nfsupdate
|
%patch1000 -p1 -b .nfsupdate
|
||||||
%patch1010 -p1 -b .nfsv4
|
%patch1010 -p1 -b .nfsv4
|
||||||
@ -245,6 +245,7 @@ mv MCONFIG.new MCONFIG
|
|||||||
%patch1030 -p1 -b .mountselinux
|
%patch1030 -p1 -b .mountselinux
|
||||||
%endif
|
%endif
|
||||||
%patch1040 -p1 -b .nfsmount
|
%patch1040 -p1 -b .nfsmount
|
||||||
|
%patch1001 -p1 -b .nfssloppy
|
||||||
|
|
||||||
%build
|
%build
|
||||||
unset LINGUAS || :
|
unset LINGUAS || :
|
||||||
@ -356,7 +357,11 @@ install -m644 kbdrate/kbdrate.pam $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/kbdrate
|
|||||||
%endif
|
%endif
|
||||||
{
|
{
|
||||||
pushd ${RPM_BUILD_ROOT}%{_sysconfdir}/pam.d
|
pushd ${RPM_BUILD_ROOT}%{_sysconfdir}/pam.d
|
||||||
|
%if %{WITH_SELINUX}
|
||||||
install -m 644 %{SOURCE1} ./login
|
install -m 644 %{SOURCE1} ./login
|
||||||
|
%else
|
||||||
|
install -m 644 %{SOURCE4} ./login
|
||||||
|
%endif
|
||||||
install -m 644 ${RPM_SOURCE_DIR}/util-linux-2.7-chsh.pamd ./chsh
|
install -m 644 ${RPM_SOURCE_DIR}/util-linux-2.7-chsh.pamd ./chsh
|
||||||
install -m 644 ${RPM_SOURCE_DIR}/util-linux-2.7-chsh.pamd ./chfn
|
install -m 644 ${RPM_SOURCE_DIR}/util-linux-2.7-chsh.pamd ./chfn
|
||||||
popd
|
popd
|
||||||
@ -611,6 +616,19 @@ fi
|
|||||||
/sbin/losetup
|
/sbin/losetup
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 04 2004 Elliot Lee <sopwith@redhat.com> 2.12-18
|
||||||
|
- Fix #122448 (autofs issues)
|
||||||
|
|
||||||
|
* Fri Apr 23 2004 Elliot Lee <sopwith@redhat.com> 2.12-17
|
||||||
|
- Fix #119157 by editing the patch
|
||||||
|
- Add patch145 to fix #119986
|
||||||
|
|
||||||
|
* Fri Apr 16 2004 Elliot Lee <sopwith@redhat.com> 2.12-16
|
||||||
|
- Fix #118803
|
||||||
|
|
||||||
|
* Tue Mar 23 2004 Jeremy Katz <katzj@redhat.com> 2.12-15
|
||||||
|
- mkcramfs: use PAGE_SIZE for default blocksize (#118681)
|
||||||
|
|
||||||
* Sat Mar 20 2004 <SteveD@RedHat.com>
|
* Sat Mar 20 2004 <SteveD@RedHat.com>
|
||||||
- Updated the nfs-mount.patch to correctly
|
- Updated the nfs-mount.patch to correctly
|
||||||
handle the mounthost option and to ignore
|
handle the mounthost option and to ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user