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

Andy Grover grover at fedoraproject.org
Thu Dec 20 22:48:15 UTC 2012


commit a7d93d89d36f2df2b50c5dd992c1b91ee2137f31
Author: Andy Grover <agrover at redhat.com>
Date:   Thu Dec 20 14:48:05 2012 -0800

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

 .gitignore         |    1 +
 python-rtslib.spec |   17 ++++++++++++-----
 sources            |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 204e57c..bdce2fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /rtslib-fb-2.1.fb22.tar.gz
 /rtslib-fb-2.1.fb23.tar.gz
 /rtslib-fb-2.1.fb24.tar.gz
+/rtslib-fb-2.1.fb26.tar.gz
diff --git a/python-rtslib.spec b/python-rtslib.spec
index 1dca20e..d967d81 100644
--- a/python-rtslib.spec
+++ b/python-rtslib.spec
@@ -4,16 +4,18 @@ Name:           python-rtslib
 License:        AGPLv3
 Group:          System Environment/Libraries
 Summary:        API for RisingTide Systems generic SCSI target
-Version:        2.1.fb24
+Version:        2.1.fb26
 Release:        1%{?dist}
 URL:            https://github.com/agrover/rtslib-fb/
-Source:         https://github.com/downloads/agrover/%{oname}/%{oname}-%{version}.tar.gz
+# Acquire with
+# wget --content-disposition https://github.com/agrover/%{oname}/archive/v%{version}.tar.gz
+# and it will save with the name below. Not cool, github.
+Source:         https://github.com/agrover/%{oname}/archive/%{oname}-%{version}.tar.gz
 Patch0:         %{name}-no-usb.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  python-ipaddr python-ethtool python-devel epydoc
-Requires:       python-ipaddr python-ethtool python-kmod
-Requires:       kernel >= 3.6.0
+BuildRequires:  python-devel epydoc
+Requires:       python-kmod
 
 %package doc
 Summary:        Documentation for python-rtslib
@@ -57,6 +59,11 @@ rm -rf %{buildroot}
 %doc doc/html
 
 %changelog
+* Thu Dec 20 2012 Andy Grover <agrover at redhat.com> - 2.1.fb26-1
+- New upstream release
+- Remove kernel dependency
+- Remove python-ethtool and python-ipaddr dependencies
+
 * Tue Nov 13 2012 Andy Grover <agrover at redhat.com> - 2.1.fb24-1
 - New upstream release
 
diff --git a/sources b/sources
index d009f88..5671898 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a4b9128a034c50d0f14aa758b505f372  rtslib-fb-2.1.fb24.tar.gz
+b880c51cec48059cb57a68d0d58ca602  rtslib-fb-2.1.fb26.tar.gz


More information about the scm-commits mailing list