rpms/iprutils/devel iprutils.spec,1.29,1.30

Roman Rakus (rrakus) fedora-extras-commits at redhat.com
Thu Apr 10 11:01:28 UTC 2008


Author: rrakus

Update of /cvs/extras/rpms/iprutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23161

Modified Files:
	iprutils.spec 
Log Message:
Rewrited init scripts. Now LSB compliant


Index: iprutils.spec
===================================================================
RCS file: /cvs/extras/rpms/iprutils/devel/iprutils.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- iprutils.spec	8 Feb 2008 21:26:07 -0000	1.29
+++ iprutils.spec	10 Apr 2008 11:00:47 -0000	1.30
@@ -1,18 +1,20 @@
 Summary: Utilities for the IBM Power Linux RAID adapters
 Name:    iprutils
 Version: 2.2.8
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: CPL
 Group:   System Environment/Base
 URL:     http://sourceforge.net/projects/iprdd/
 
 Source0: http://osdn.dl.sourceforge.net/sourceforge/iprdd/%{name}-%{version}-src.tgz
 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)
 ExclusiveArch: ppc ppc64
 
+Requires: /sbin/pidof
+
 BuildRequires: libsysfs-devel
 BuildRequires: pciutils-devel
 BuildRequires: ncurses-devel
@@ -27,8 +29,8 @@
 %prep
 %setup -q -n %{name}
 %patch0 -p1
-%patch1 -p1
-
+#%patch1 -p1
+%patch2 -p1
 %build
 CFLAGS="%{optflags}" %{__make}
 
@@ -62,6 +64,9 @@
 %{_sysconfdir}/rc.d/init.d/*
 
 %changelog
+* Wed Apr  9 2008 Roman Rakus <rrakus at redhat.cz> - 2.2.8-3
+- Rewrited initscripts for satisfying LSB spec
+
 * Fri Feb 08 2008 David Cantrell <dcantrell at redhat.com> - 2.2.8-2
 - Rebuild for gcc-4.3
 




More information about the fedora-extras-commits mailing list