[scsi-target-utils] update to 1.0.32-1

Andy Grover grover at fedoraproject.org
Mon Oct 15 23:57:50 UTC 2012


commit 3c30fa7d523459d5e83e48c74a634e09506f0e35
Author: Andy Grover <agrover at redhat.com>
Date:   Mon Oct 15 16:47:08 2012 -0700

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

 .gitignore             |    1 +
 scsi-target-utils.spec |   14 ++++++++++----
 sources                |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7aea46a..e2b3365 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /v1.0.24
 /v1.0.29
 /v1.0.30
+/tgt-1.0.32.tar.gz
diff --git a/scsi-target-utils.spec b/scsi-target-utils.spec
index 2707912..b5ef7bf 100644
--- a/scsi-target-utils.spec
+++ b/scsi-target-utils.spec
@@ -1,16 +1,17 @@
+%global oname tgt
 %ifnarch s390 s390x
 %global with_rdma 1
 %endif
 
 Name:           scsi-target-utils
-Version:        1.0.30
-Release:        4%{?dist}
+Version:        1.0.32
+Release:        1%{?dist}
 Summary:        The SCSI target daemon and utility programs
 
 Group:          System Environment/Daemons
 License:        GPLv2
 URL:            http://stgt.sourceforge.net/
-Source0:        https://github.com/fujita/tgt/tarball/v%{version}
+Source0:        http://fujita.github.com/tgt/downloads/%{oname}-%{version}.tar.gz
 Source1:        tgtd.service
 Source2:        sysconfig.tgtd
 Source3:        targets.conf
@@ -35,7 +36,7 @@ The SCSI target package contains the daemon and tools to setup a SCSI targets.
 Currently, software iSCSI targets are supported.
 
 %prep
-%setup -q -n fujita-tgt-9dc30be
+%setup -q -n %{oname}-%{version}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -109,6 +110,11 @@ fi
 
 
 %changelog
+
+* Mon Oct 15 2012 Pádraig Brady <P at draigBrady.com> - 1.0.32-1
+- New upstream version
+- Change .spec for new download.tgz format
+
 * Thu Sep 27 2012 Pádraig Brady <P at draigBrady.com> - 1.0.30-4
 - Allow config files to include (all files from) directories
 - Support conf.d/ on upgrade even with modified targets.conf
diff --git a/sources b/sources
index 1fef3ae..551e798 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f85fe8ebab81ea9cf8146c0e28fcf1b  v1.0.30
+3b85c40bd02b395166dcacfa7bd5ce06  tgt-1.0.32.tar.gz


More information about the scm-commits mailing list