From b2fbdcf2cccceedd1f34336d2307d1527c9e8b94 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 06:18:34 +0000 Subject: [PATCH] auto-import changelog data from iprutils-1.0.5-2.src.rpm Thu Mar 25 2004 Jeremy Katz 1.0.5-2 - 1.0.5 - some spec file tweaks Tue Nov 25 2003 Brian King 1.0.3-2 - Fixed segmentation fault in iprupdate --- .cvsignore | 1 + iprutils.spec | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 55 insertions(+) create mode 100644 iprutils.spec diff --git a/.cvsignore b/.cvsignore index e69de29..8b8c8d4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +iprutils-1.0.5-src.tgz diff --git a/iprutils.spec b/iprutils.spec new file mode 100644 index 0000000..7290b1f --- /dev/null +++ b/iprutils.spec @@ -0,0 +1,53 @@ +ExclusiveArch: ppc ppc64 +Summary: Utilities for the IBM Power Linux RAID adapters +Name: iprutils +Version: 1.0.5 +Release: 2 +License: CPL +Group: System Environment/Base +Source0: iprutils-%{version}-src.tgz +URL: http://www-124.ibm.com/storageio/ipr/ +BuildRoot: %{_tmppath}/%{name}-root + +%description +Provides a suite of utilities to manage and configure SCSI devices +supported by the ipr SCSI storage device driver. + +%prep +%setup -q -n %{name} + +%build +make + +%install +rm -rf $RPM_BUILD_ROOT +make INSTALL_MOD_PATH=$RPM_BUILD_ROOT install +install -d $RPM_BUILD_ROOT/%{_sysconfdir}/rc.d/init.d +install -m 755 init.d/iprdump $RPM_BUILD_ROOT/%{_sysconfdir}/rc.d/init.d/iprdump +install -m 755 init.d/iprupdate $RPM_BUILD_ROOT/%{_sysconfdir}/rc.d/init.d/iprupdate + +%post +/sbin/chkconfig --add iprdump +/sbin/chkconfig --add iprupdate + +%preun +/sbin/chkconfig --del iprdump +/sbin/chkconfig --del iprupdate + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README LICENSE +/sbin/* +%{_mandir}/man*/* +%{_sysconfdir}/rc.d/init.d/* + +%changelog +* Thu Mar 25 2004 Jeremy Katz 1.0.5-2 +- 1.0.5 +- some spec file tweaks + +* Tue Nov 25 2003 Brian King 1.0.3-2 +- Fixed segmentation fault in iprupdate diff --git a/sources b/sources index e69de29..0019b77 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +db6d67b6c8998a909c7f01279e411667 iprutils-1.0.5-src.tgz