From 1c4328149afdcb56b592557d6c7fa24916f866d9 Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Thu, 2 May 2013 15:38:24 -0700 Subject: [PATCH] update to version 2.1.fb33-1 Signed-off-by: Andy Grover --- .gitignore | 1 + python-rtslib.spec | 19 ++++++++++--------- sources | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 6b19d48..690da1b 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /rtslib-fb-2.1.fb28.tar.gz /rtslib-fb-2.1.fb30.tar.gz /rtslib-fb-2.1.fb32.tar.gz +/rtslib-fb-2.1.fb33.tar.gz diff --git a/python-rtslib.spec b/python-rtslib.spec index 641e81e..c757f89 100644 --- a/python-rtslib.spec +++ b/python-rtslib.spec @@ -8,13 +8,10 @@ Name: python-rtslib License: AGPLv3 Group: System Environment/Libraries Summary: API for Linux kernel LIO SCSI target -Version: 2.1.fb32 -Release: 2%{?dist} -URL: https://github.com/agrover/rtslib-fb/ -# 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 +Version: 2.1.fb33 +Release: 1%{?dist} +URL: https://fedorahosted.org/targetcli-fb/ +Source: https://fedorahosted.org/released/targetcli-fb/%{oname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel epydoc @@ -82,18 +79,22 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{python_sitelib}/* -%doc COPYING README +%doc COPYING README.md %if 0%{?with_python3} %files -n python3-rtslib %{python3_sitelib}/* -%doc COPYING README +%doc COPYING README.md %endif %files doc %doc doc/html %changelog +* Thu May 2 2013 Andy Grover - 2.1.fb33-1 +- New upstream version +- Update source file location + * Tue Apr 16 2013 Andy Grover - 2.1.fb32-2 - Add python3 subpackage diff --git a/sources b/sources index 86cdee8..19a098f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cecd78fb9b3f950a1c2dca68c370a3e0 rtslib-fb-2.1.fb32.tar.gz +63d3434cd8e529dab84eee866e246d60 rtslib-fb-2.1.fb33.tar.gz