[python-rtslib] Update to 2.1.fb17-1

Andy Grover grover at fedoraproject.org
Thu Jun 28 20:50:02 UTC 2012


commit c0700ff6d38404fb8f33e4b79f6a754e4afbe8cd
Author: Andy Grover <agrover at redhat.com>
Date:   Thu Jun 28 13:40:35 2012 -0700

    Update to 2.1.fb17-1
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 .gitignore                                |    1 +
 python-rtslib-retry-target-creation.patch |   50 -----------------------------
 python-rtslib.spec                        |    9 +++--
 sources                                   |    2 +-
 4 files changed, 8 insertions(+), 54 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91c40ef..e56fc3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /v2.1.fb13
 /rtslib-fb-2.1.fb14.tar.gz
 /rtslib-fb-2.1.fb15.tar.gz
+/rtslib-fb-2.1.fb17.tar.gz
diff --git a/python-rtslib.spec b/python-rtslib.spec
index 6cd6b19..d88a923 100644
--- a/python-rtslib.spec
+++ b/python-rtslib.spec
@@ -4,11 +4,10 @@ Name:           python-rtslib
 License:        AGPLv3
 Group:          System Environment/Libraries
 Summary:        API for RisingTide Systems generic SCSI target
-Version:        2.1.fb15
+Version:        2.1.fb17
 Release:        1%{?dist}
 URL:            https://github.com/agrover/rtslib-fb/
 Source:         https://github.com/downloads/agrover/%{oname}/%{oname}-%{version}.tar.gz
-Patch1:         %{name}-retry-target-creation.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-ipaddr python-ethtool python-configobj python-devel epydoc
@@ -29,7 +28,6 @@ kernel target.
 
 %prep
 %setup -q -n %{oname}-%{version}
-%patch1 -p1
 
 %build
 %{__python} setup.py build
@@ -56,6 +54,11 @@ rm -rf %{buildroot}
 %doc doc/html
 
 %changelog
+* Thu Jun 28 2012 Andy Grover <agrover at redhat.com> - 2.1.fb17-1
+- New upstream release
+- Remove patch retry-target-creation.patch, upstream has alternate
+  fix.
+
 * Tue Jun 12 2012 Andy Grover <agrover at redhat.com> - 2.1.fb15-1
 - New upstream release
 
diff --git a/sources b/sources
index f5c00c3..fbd47bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9472fa3d0ada97268abaad0aefe4d7ef  rtslib-fb-2.1.fb15.tar.gz
+6c2de891f476c9463acf7103d8052339  rtslib-fb-2.1.fb17.tar.gz


More information about the scm-commits mailing list