include the raw command to RHELs builds
This commit is contained in:
parent
169f41e73b
commit
4e41baf9bc
@ -4,13 +4,21 @@
|
|||||||
#
|
#
|
||||||
# Notes:
|
# Notes:
|
||||||
# - upstream maintainer Adrian Bunk <bunk@kernel.org>
|
# - upstream maintainer Adrian Bunk <bunk@kernel.org>
|
||||||
#
|
|
||||||
# TODO:
|
### Header
|
||||||
# - remove deprecated the arch command (since release 2.13)
|
Summary: A collection of basic system utilities.
|
||||||
#
|
Name: util-linux
|
||||||
|
Version: 2.13
|
||||||
|
Release: 0.29
|
||||||
|
License: distributable
|
||||||
|
Group: System Environment/Base
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
%if 0%{?rhel}
|
||||||
|
%define include_raw 1
|
||||||
|
%else
|
||||||
%define include_raw 0
|
%define include_raw 0
|
||||||
|
%endif
|
||||||
|
|
||||||
### Macros
|
### Macros
|
||||||
%define floppyver 0.12
|
%define floppyver 0.12
|
||||||
@ -21,14 +29,6 @@
|
|||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
# see build section for _prefix
|
# see build section for _prefix
|
||||||
|
|
||||||
### Header
|
|
||||||
Summary: A collection of basic system utilities.
|
|
||||||
Name: util-linux
|
|
||||||
Version: 2.13
|
|
||||||
Release: 0.28
|
|
||||||
License: distributable
|
|
||||||
Group: System Environment/Base
|
|
||||||
|
|
||||||
### Dependences
|
### Dependences
|
||||||
BuildRequires: audit-libs-devel >= 1.0.6
|
BuildRequires: audit-libs-devel >= 1.0.6
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -290,7 +290,7 @@ cp %{SOURCE8} %{SOURCE9} .
|
|||||||
%patch221 -p1
|
%patch221 -p1
|
||||||
%patch222 -p1
|
%patch222 -p1
|
||||||
%patch223 -p1
|
%patch223 -p1
|
||||||
%patch224 -p1 -b .selinux
|
%patch224 -p1
|
||||||
%patch225 -p1
|
%patch225 -p1
|
||||||
%patch226 -p1
|
%patch226 -p1
|
||||||
%patch227 -p1
|
%patch227 -p1
|
||||||
@ -698,7 +698,10 @@ exit 0
|
|||||||
/sbin/losetup
|
/sbin/losetup
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jun 26 2006 Florian La Roche <laroche@redhat.com>
|
* Fri Jul 7 2006 Karel Zak <kzak@redhat.com> 2.13-0.29
|
||||||
|
- include the raw command for RHELs
|
||||||
|
|
||||||
|
* Mon Jun 26 2006 Florian La Roche <laroche@redhat.com> 2.13-0.28
|
||||||
- move install-info parts from postun to preun
|
- move install-info parts from postun to preun
|
||||||
|
|
||||||
* Wed Jun 21 2006 Dan Walsh <dwalsh@RedHat.com> 2.13-0.27
|
* Wed Jun 21 2006 Dan Walsh <dwalsh@RedHat.com> 2.13-0.27
|
||||||
|
Loading…
Reference in New Issue
Block a user