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

Andy Grover grover at fedoraproject.org
Tue Oct 4 18:51:28 UTC 2011


commit d7e508b6d6875217b10c96a96cd217061fcfafe8
Author: Andy Grover <agrover at redhat.com>
Date:   Tue Oct 4 11:42:13 2011 -0700

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

 scsi-target-utils.spec |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/scsi-target-utils.spec b/scsi-target-utils.spec
index daf12b9..2cee249 100644
--- a/scsi-target-utils.spec
+++ b/scsi-target-utils.spec
@@ -1,12 +1,12 @@
 Name:           scsi-target-utils
-Version:        1.0.18
-Release:        2%{?dist}
+Version:        1.0.20
+Release:        1%{?dist}
 Summary:        The SCSI target daemon and utility programs
 
 Group:          System Environment/Daemons
 License:        GPLv2
 URL:            http://stgt.sourceforge.net/
-Source0:        http://stgt.sourceforge.net/releases/tgt-%{version}.tar.gz
+Source0:        https://github.com/fujita/tgt/tarball/v%{version}
 Source1:        tgtd.init
 Source2:        sysconfig.tgtd
 Source3:        targets.conf
@@ -31,7 +31,7 @@ Currently, software iSCSI targets are supported.
 
 
 %prep
-%setup -q -n tgt-%{version}
+%setup -q -n fujita-tgt-a22a047
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -40,7 +40,7 @@ Currently, software iSCSI targets are supported.
 %build
 pushd usr
 %{__sed} -i -e 's|-g -O2 -Wall|%{optflags}|' Makefile
-%{__make} %{?_smp_mflags} ISCSI=1 ISCSI_RDMA=1
+%{__make} %{?_smp_mflags} ISCSI_RDMA=1
 popd
 
 
@@ -99,6 +99,12 @@ fi
 
 
 %changelog
+* Tue Oct 4 2011 Andy Grover <agrover at redhat.com> - 1.0.20-1
+- New upstream version
+  * New file location on Github
+  * Update dynamic-link-iser.patch
+- ISCSI=1 make param no longer needed, removed
+
 * Thu Sep 29 2011 Andy Grover <agrover at redhat.com> - 1.0.18-2
 - Add patch
   * scsi-target-utils-fix-segfault-on-exit.patch


More information about the scm-commits mailing list