import iprutils-2.4.19-1.el8
This commit is contained in:
parent
b8692d3998
commit
b988f61280
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/iprdbg.8.gz
|
SOURCES/iprdbg.8.gz
|
||||||
SOURCES/iprutils-2.4.18.1.tar.gz
|
SOURCES/iprutils-2.4.19.tar.gz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
ba7fff20477af3cb00dcc323690ca108454a2302 SOURCES/iprdbg.8.gz
|
ba7fff20477af3cb00dcc323690ca108454a2302 SOURCES/iprdbg.8.gz
|
||||||
701a1a9af6890d333904a92f0b01c26b92f821fa SOURCES/iprutils-2.4.18.1.tar.gz
|
df06b14873f4a6f70099347e4f0c003d33d72782 SOURCES/iprutils-2.4.19.tar.gz
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
|
%global gitver rel-2-4-19
|
||||||
|
|
||||||
Summary: Utilities for the IBM Power Linux RAID adapters
|
Summary: Utilities for the IBM Power Linux RAID adapters
|
||||||
Name: iprutils
|
Name: iprutils
|
||||||
Version: 2.4.18.1
|
Version: 2.4.19
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: CPL
|
License: CPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sourceforge.net/projects/iprdd/
|
URL: https://github.com/bjking1/iprutils
|
||||||
Source0: https://sourceforge.net/projects/iprdd/files/iprutils%20for%202.6%20kernels/2.4.18/%{name}-%{version}.tar.gz
|
Source0: https://github.com/bjking1/iprutils/archive/%{gitver}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
# missing man page
|
# missing man page
|
||||||
Source1: iprdbg.8.gz
|
Source1: iprdbg.8.gz
|
||||||
@ -24,7 +26,7 @@ supported by the ipr SCSI storage device driver.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1 -n %{name}-%{gitver}
|
||||||
|
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
|
|
||||||
@ -73,6 +75,9 @@ rm %{buildroot}/%{_sysconfdir}/ha.d/resource.d/iprha
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 11 2020 Than Ngo <than@redhat.com> - 2.4.19-1
|
||||||
|
- Resolves: #1781926, rebased to 2.4.19
|
||||||
|
|
||||||
* Fri May 31 2019 Than Ngo <than@redhat.com> - 2.4.18.1-1
|
* Fri May 31 2019 Than Ngo <than@redhat.com> - 2.4.18.1-1
|
||||||
- Resolves: #1665184, rebased to 2.4.18.1
|
- Resolves: #1665184, rebased to 2.4.18.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user