[python-rtslib] version 2.1.fb1-1

Andy Grover grover at fedoraproject.org
Wed Dec 7 01:33:00 UTC 2011


commit 1e0f349e1d274882c06d1315b9165d4a768de8c7
Author: Andy Grover <agrover at redhat.com>
Date:   Tue Dec 6 17:30:27 2011 -0800

    version 2.1.fb1-1
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 .gitignore                          |    1 +
 python-rtslib-git-version.patch     |   13 ----------
 python-rtslib-update-specpath.patch |   27 ---------------------
 python-rtslib-use-ethtool.patch     |   45 -----------------------------------
 python-rtslib.spec                  |   33 +++++++++++--------------
 sources                             |    2 +-
 6 files changed, 17 insertions(+), 104 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3dd2135..eab9caf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /rtslib-1.99.1.git644eece.tar.gz
+/v2.1.fb1
diff --git a/python-rtslib.spec b/python-rtslib.spec
index e36855f..c605ee0 100644
--- a/python-rtslib.spec
+++ b/python-rtslib.spec
@@ -1,34 +1,23 @@
-%global oname rtslib
+%global oname rtslib-fb
 
 Name:           python-rtslib
 License:        AGPLv3
 Group:          System Environment/Libraries
 Summary:        API for RisingTide Systems generic SCSI target
-Version:        1.99.1.git644eece
-Release:        8%{?dist}
-# placeholder URL and source entries
-# archive created using:
-# git clone git://risingtidesystems.com/rtslib.git
-# cd rtslib
-# git archive 644eece --prefix rtslib-%{version}/ | gzip -n > rtslib-%{version}.tar.gz
-URL:            http://www.risingtidesystems.com/git/
-Source:         %{oname}-%{version}.tar.gz
-Patch1:         %{name}-git-version.patch
-Patch2:         %{name}-use-ethtool.patch
-Patch3:         %{name}-update-specpath.patch
+Version:        2.1.fb1
+Release:        1%{?dist}
+URL:            https://github.com/agrover/rtslib-fb/
+Source:         https://github.com/agrover/%{oname}/tarball/v%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-ipaddr python-ethtool python-configobj python-devel
 Requires:       python-ipaddr python-ethtool python-configobj
 
 %description
-API for RisingTide Systems generic SCSI target.
+API for generic Linux SCSI kernel target.
 
 %prep
-%setup -q -n %{oname}-%{version}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%setup -q -n agrover-%{oname}-436f85f
 
 %build
 %{__python} setup.py build
@@ -50,6 +39,14 @@ rm -rf %{buildroot}
 %doc COPYING README
 
 %changelog
+* Tue Dec 6 2011 Andy Grover <agrover at redhat.com> - 2.1.fb1-1
+- Change upstream URL
+- New upstream release
+- Remove upstreamed patches:
+  * python-rtslib-git-version.patch
+  * python-rtslib-use-ethtool.patch
+  * python-rtslib-update-specpath.patch
+
 * Mon Nov 14 2011 Andy Grover <agrover at redhat.com> - 1.99.1.git644eece-8
 - Change archive instructions to use gzip -n
 - Fix issues raised in Fedora package review (#744349)
diff --git a/sources b/sources
index 9eed6c7..72b8de1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-758c519cad364f290320918719db71ea  rtslib-1.99.1.git644eece.tar.gz
+6d3f77b1b33a81748e8db895b228603b  v2.1.fb1


More information about the scm-commits mailing list