diff --git a/.gitignore b/.gitignore index f0ddc18..1167c5c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /v2.1.fb7 /v2.1.fb8 /v2.1.fb9 +/v2.1.fb10 diff --git a/python-rtslib.spec b/python-rtslib.spec index 675139e..43d4743 100644 --- a/python-rtslib.spec +++ b/python-rtslib.spec @@ -4,7 +4,7 @@ Name: python-rtslib License: AGPLv3 Group: System Environment/Libraries Summary: API for RisingTide Systems generic SCSI target -Version: 2.1.fb9 +Version: 2.1.fb10 Release: 1%{?dist} URL: https://github.com/agrover/rtslib-fb/ 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. %prep -%setup -q -n agrover-%{oname}-9d8e9ab +%setup -q -n agrover-%{oname}-f7aad8e %build %{__python} setup.py build @@ -39,6 +39,9 @@ rm -rf %{buildroot} %doc COPYING README %changelog +* Tue Feb 21 2012 Andy Grover - 2.1.fb10-1 +- New upstream release + * Fri Feb 8 2012 Andy Grover - 2.1.fb9-1 - New upstream release diff --git a/sources b/sources index f9b0174..8edfb5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ffb89b90268a4213a2f15eab5eb85cef v2.1.fb9 +c26ec82c1f4c49cd8849c83251e94619 v2.1.fb10