Rewrited init scripts. Now LSB compliant
This commit is contained in:
parent
1063747197
commit
24c39e1e4f
@ -1,18 +1,20 @@
|
|||||||
Summary: Utilities for the IBM Power Linux RAID adapters
|
Summary: Utilities for the IBM Power Linux RAID adapters
|
||||||
Name: iprutils
|
Name: iprutils
|
||||||
Version: 2.2.8
|
Version: 2.2.8
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: CPL
|
License: CPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sourceforge.net/projects/iprdd/
|
URL: http://sourceforge.net/projects/iprdd/
|
||||||
|
|
||||||
Source0: http://osdn.dl.sourceforge.net/sourceforge/iprdd/%{name}-%{version}-src.tgz
|
Source0: http://osdn.dl.sourceforge.net/sourceforge/iprdd/%{name}-%{version}-src.tgz
|
||||||
Patch0: %{name}-cflags.patch
|
Patch0: %{name}-cflags.patch
|
||||||
Patch1: %{name}-lsb-init-ectomy.patch
|
#Patch1: %{name}-lsb-init-ectomy.patch
|
||||||
|
Patch2: %{name}-initscripts.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
ExclusiveArch: ppc ppc64
|
ExclusiveArch: ppc ppc64
|
||||||
|
|
||||||
|
Requires: /sbin/pidof
|
||||||
|
|
||||||
BuildRequires: libsysfs-devel
|
BuildRequires: libsysfs-devel
|
||||||
BuildRequires: pciutils-devel
|
BuildRequires: pciutils-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
@ -27,8 +29,8 @@ supported by the ipr SCSI storage device driver.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q -n %{name}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
#%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__make}
|
CFLAGS="%{optflags}" %{__make}
|
||||||
|
|
||||||
@ -62,6 +64,9 @@ CFLAGS="%{optflags}" %{__make}
|
|||||||
%{_sysconfdir}/rc.d/init.d/*
|
%{_sysconfdir}/rc.d/init.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 9 2008 Roman Rakus <rrakus@redhat.cz> - 2.2.8-3
|
||||||
|
- Rewrited initscripts for satisfying LSB spec
|
||||||
|
|
||||||
* Fri Feb 08 2008 David Cantrell <dcantrell@redhat.com> - 2.2.8-2
|
* Fri Feb 08 2008 David Cantrell <dcantrell@redhat.com> - 2.2.8-2
|
||||||
- Rebuild for gcc-4.3
|
- Rebuild for gcc-4.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user