[targetcli] update to 2.1.fb27-1

Andy Grover grover at fedoraproject.org
Wed Jul 24 01:11:12 UTC 2013


commit aa6306c9204c7d1909a2c5f61824d136c663ae21
Author: Andy Grover <agrover at redhat.com>
Date:   Tue Jul 23 18:07:55 2013 -0700

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

 .gitignore                         |    1 +
 sources                            |    2 +-
 targetcli-modules-not-loaded.patch |   31 -------------------------------
 targetcli.spec                     |   13 ++++++++-----
 4 files changed, 10 insertions(+), 37 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index af1411e..cfb12ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
 /targetcli-fb-2.1.fb24.tar.gz
 /targetcli-fb-2.1.fb25.tar.gz
 /targetcli-fb-2.1.fb26.tar.gz
+/targetcli-fb-2.1.fb27.tar.gz
diff --git a/sources b/sources
index de5f77a..faae7f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee4d654ef8071db696229bf817b18f98  targetcli-fb-2.1.fb26.tar.gz
+3e930c79a1aff77e749e7783acfef13b  targetcli-fb-2.1.fb27.tar.gz
diff --git a/targetcli.spec b/targetcli.spec
index 3c58271..aa27e05 100644
--- a/targetcli.spec
+++ b/targetcli.spec
@@ -1,15 +1,14 @@
 %global oname targetcli-fb
 
 Name:           targetcli
-License:        AGPLv3
+License:        ASL 2.0
 Group:          System Environment/Libraries
 Summary:        An administration shell for storage targets
-Version:        2.1.fb26
-Release:        2%{?dist}
+Version:        2.1.fb27
+Release:        1%{?dist}
 URL:            https://fedorahosted.org/targetcli-fb/
 Source:         https://fedorahosted.org/released/targetcli-fb/%{oname}-%{version}.tar.gz
 Source1:        targetcli.service
-Patch0:         %{name}-modules-not-loaded.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel python-configshell python-ethtool epydoc
@@ -29,7 +28,6 @@ users will also need to install and use fcoe-utils.
 
 %prep
 %setup -q -n %{oname}-%{version}
-%patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -67,6 +65,11 @@ rm -rf %{buildroot}
 %{_mandir}/man8/targetcli.8.gz
 
 %changelog
+* Tue Jul 23 2013 Andy Grover <agrover at redhat.com> - 2.1.fb27-1
+- New upstream release
+- License now Apache 2.0
+- Remove patch modules-not-loaded.patch
+
 * Mon Jun 18 2013 Andy Grover <agrover at redhat.com> - 2.1.fb26-2
 - Add patch
   * modules-not-loaded.patch


More information about the scm-commits mailing list