Update to 2.0.13.5 (#143593)
This commit is contained in:
parent
97f41ec826
commit
f16a73515e
@ -1,3 +1,4 @@
|
|||||||
iprutils-2.0.12-src.tgz
|
iprutils-2.0.12-src.tgz
|
||||||
sysfsutils-1.1.0.tar.gz
|
sysfsutils-1.1.0.tar.gz
|
||||||
iprutils-2.0.13-src.tgz
|
iprutils-2.0.13-src.tgz
|
||||||
|
iprutils-2.0.13.5-src.tgz
|
||||||
|
@ -3,30 +3,27 @@
|
|||||||
ExclusiveArch: ppc ppc64
|
ExclusiveArch: ppc ppc64
|
||||||
Summary: Utilities for the IBM Power Linux RAID adapters
|
Summary: Utilities for the IBM Power Linux RAID adapters
|
||||||
Name: iprutils
|
Name: iprutils
|
||||||
Version: 2.0.13
|
Version: 2.0.13.5
|
||||||
Release: 1
|
Release: 1
|
||||||
License: CPL
|
License: CPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: iprutils-%{version}-src.tgz
|
Source0: iprutils-%{version}-src.tgz
|
||||||
Source1: sysfsutils-%{sysfsutils_ver}.tar.gz
|
|
||||||
Patch0: iprutils-cflags.patch
|
|
||||||
URL: http://www-124.ibm.com/storageio/ipr/
|
URL: http://www-124.ibm.com/storageio/ipr/
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
Obsoletes: ipr-utils
|
Obsoletes: ipr-utils
|
||||||
|
BuildRequires: sysfsutils-devel
|
||||||
|
BuildRequires: pciutils-devel
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Provides a suite of utilities to manage and configure SCSI devices
|
Provides a suite of utilities to manage and configure SCSI devices
|
||||||
supported by the ipr SCSI storage device driver.
|
supported by the ipr SCSI storage device driver.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name} -a 1
|
%setup -q -n %{name}
|
||||||
%patch0 -p1 -b .cflags
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
(cd sysfsutils-%{sysfsutils_ver}; ./configure --enable-shared=no && make)
|
make
|
||||||
ln -s sysfsutils-%{sysfsutils_ver}/include sysfs
|
|
||||||
|
|
||||||
CFLAGS=-Lsysfsutils-%{sysfsutils_ver}/lib/.libs/ make
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -57,6 +54,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sysconfdir}/rc.d/init.d/*
|
%{_sysconfdir}/rc.d/init.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 03 2005 Paul Nasrat <pnasrat@redhat.com> - 2.0.13.5-1
|
||||||
|
- Update to 2.0.13.5 (#143593)
|
||||||
|
|
||||||
|
* Wed Dec 8 2004 Jeremy Katz <katzj@redhat.com> - 2.0.13.4-2
|
||||||
|
- link dynamically to sysfsutils instead of statically (#142310)
|
||||||
|
|
||||||
|
* Wed Dec 08 2004 Paul Nasrat <pnasrat@redhat.com> 2.0.13.4-1
|
||||||
|
- update to 2.0.13.4 (#142164)
|
||||||
|
|
||||||
|
* Fri Dec 3 2004 Jeremy Katz <katzj@redhat.com> - 2.0.13.3-1
|
||||||
|
- update to 2.0.13.3 (#141707)
|
||||||
|
|
||||||
|
* Mon Nov 15 2004 Jeremy Katz <katzj@redhat.com> - 2.0.13.2-1
|
||||||
|
- update to 2.0.13.2 (#139083)
|
||||||
|
- fix firmware upload for firmware in /lib instead of /usr/lib
|
||||||
|
- fix sysfs race
|
||||||
|
|
||||||
* Wed Oct 6 2004 Jeremy Katz <katzj@redhat.com> - 2.0.13-1
|
* Wed Oct 6 2004 Jeremy Katz <katzj@redhat.com> - 2.0.13-1
|
||||||
- update to 2.0.13 (#128996)
|
- update to 2.0.13 (#128996)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user