update to 2.1.fb9
Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
parent
7a25e1cf8b
commit
0645dcae91
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/v2.1.fb6
|
/v2.1.fb6
|
||||||
/v2.1.fb7
|
/v2.1.fb7
|
||||||
/v2.1.fb8
|
/v2.1.fb8
|
||||||
|
/v2.1.fb9
|
||||||
|
@ -4,7 +4,7 @@ Name: python-rtslib
|
|||||||
License: AGPLv3
|
License: AGPLv3
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: API for RisingTide Systems generic SCSI target
|
Summary: API for RisingTide Systems generic SCSI target
|
||||||
Version: 2.1.fb8
|
Version: 2.1.fb9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://github.com/agrover/rtslib-fb/
|
URL: https://github.com/agrover/rtslib-fb/
|
||||||
Source: https://github.com/agrover/%{oname}/tarball/v%{version}
|
Source: https://github.com/agrover/%{oname}/tarball/v%{version}
|
||||||
@ -17,7 +17,7 @@ Requires: python-ipaddr python-ethtool python-configobj
|
|||||||
API for generic Linux SCSI kernel target.
|
API for generic Linux SCSI kernel target.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n agrover-%{oname}-18705e3
|
%setup -q -n agrover-%{oname}-9d8e9ab
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
@ -39,6 +39,9 @@ rm -rf %{buildroot}
|
|||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 8 2012 Andy Grover <agrover@redhat.com> - 2.1.fb9-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Fri Feb 3 2012 Andy Grover <agrover@redhat.com> - 2.1.fb8-1
|
* Fri Feb 3 2012 Andy Grover <agrover@redhat.com> - 2.1.fb8-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user