[targetcli/f19] update to 2.1.fb24-1

Andy Grover grover at fedoraproject.org
Thu May 2 23:21:14 UTC 2013


commit c3b47cb1c52c4d15717b27385ccbe082a1118c02
Author: Andy Grover <agrover at redhat.com>
Date:   Thu May 2 15:58:33 2013 -0700

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

 .gitignore     |    1 +
 sources        |    2 +-
 targetcli.spec |   20 +++++++++++---------
 3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe38ecd..c356396 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /targetcli-fb-2.0.fb21.tar.gz
 /targetcli-fb-2.1.fb22.tar.gz
 /targetcli-fb-2.1.fb23.tar.gz
+/targetcli-fb-2.1.fb24.tar.gz
diff --git a/sources b/sources
index f48292e..b300762 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4bb78824fae4ee343fe1722d95a8758c  targetcli-fb-2.1.fb23.tar.gz
+b3e2bd5613c5a20fcaed88f770c08b59  targetcli-fb-2.1.fb24.tar.gz
diff --git a/targetcli.spec b/targetcli.spec
index 264c724..f9bee7e 100644
--- a/targetcli.spec
+++ b/targetcli.spec
@@ -4,19 +4,17 @@ Name:           targetcli
 License:        AGPLv3
 Group:          System Environment/Libraries
 Summary:        An administration shell for storage targets
-Version:        2.1.fb23
+Version:        2.1.fb24
 Release:        1%{?dist}
-URL:            https://github.com/agrover/targetcli-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
+URL:            https://fedorahosted.org/targetcli-fb/
+Source:         https://fedorahosted.org/released/targetcli-fb/%{oname}-%{version}.tar.gz
 Source1:        targetcli.service
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  python-devel python-rtslib python-configshell python-ethtool epydoc
+BuildRequires:  python-devel python-configshell python-ethtool epydoc
+BuildRequires:  python-rtslib >= 2.1.fb33
 BuildRequires:  systemd-units
-Requires:       python-rtslib >= 2.1.fb26, python-configshell, python-ethtool
+Requires:       python-rtslib >= 2.1.fb33, python-configshell, python-ethtool
 Requires(post): systemd
 Requires(preun): systemd
 Requires(postun): systemd
@@ -63,10 +61,14 @@ rm -rf %{buildroot}
 %{_unitdir}/targetcli.service
 %dir %{_sysconfdir}/target
 %dir %{_sysconfdir}/target/backup
-%doc COPYING README
+%doc COPYING README.md
 %{_mandir}/man8/targetcli.8.gz
 
 %changelog
+* Thu May 2 2013 Andy Grover <agrover at redhat.com> - 2.1.fb24-1
+- New upstream release
+- Update source URL
+
 * Fri Apr 12 2013 Andy Grover <agrover at redhat.com> - 2.1.fb23-1
 - New upstream release
 


More information about the scm-commits mailing list