[scsi-target-utils] update to 1.0.14

Andy Grover grover at fedoraproject.org
Thu Mar 17 20:58:45 UTC 2011


commit 0b68e2b93034999ca28b0c1a3b74bb4c26167395
Author: Andy Grover <agrover at redhat.com>
Date:   Thu Mar 17 13:57:00 2011 -0700

    update to 1.0.14
    
    freshen dynamic iser patch
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 .gitignore                                |    1 +
 scsi-target-utils-dynamic-link-iser.patch |   12 ++++++------
 scsi-target-utils.spec                    |    5 ++++-
 sources                                   |    2 +-
 4 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1afb545..a423376 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /tgt-1.0.13.tar.gz
+/tgt-1.0.14.tar.gz
diff --git a/scsi-target-utils-dynamic-link-iser.patch b/scsi-target-utils-dynamic-link-iser.patch
index fd07a60..aa96092 100644
--- a/scsi-target-utils-dynamic-link-iser.patch
+++ b/scsi-target-utils-dynamic-link-iser.patch
@@ -1,8 +1,8 @@
 diff --git a/usr/Makefile b/usr/Makefile
-index 3a75df4..10a2386 100644
+index ea175cd..0f5b454 100644
 --- a/usr/Makefile
 +++ b/usr/Makefile
-@@ -19,9 +19,11 @@ TGTD_OBJS += $(addprefix iscsi/, conn.o param.o session.o \
+@@ -13,9 +13,11 @@ TGTD_OBJS += $(addprefix iscsi/, conn.o param.o session.o \
  		isns.o)
  TGTD_OBJS += bs_rdwr.o bs_aio.o
  
@@ -15,9 +15,9 @@ index 3a75df4..10a2386 100644
 +endif
  endif
  
- ifneq ($(FCP),)
+ ifneq ($(FCOE),)
 diff --git a/usr/iscsi/iser.c b/usr/iscsi/iser.c
-index 926832b..f032a6e 100644
+index d0e46e3..3904aaf 100644
 --- a/usr/iscsi/iser.c
 +++ b/usr/iscsi/iser.c
 @@ -32,6 +32,8 @@
@@ -116,7 +116,7 @@ index 926832b..f032a6e 100644
  /*
   * Number of allocatable data buffers, each of this size.  Do at least 128
   * for linux iser.  The membuf size is rounded up at initialization time
-@@ -3318,10 +3400,94 @@ static void iser_nop_work_handler(void *data)
+@@ -3331,10 +3413,94 @@ static void iser_nop_work_handler(void *data)
  	add_work(&nop_work, ISER_TIMER_INT_SEC);
  }
  
@@ -211,7 +211,7 @@ index 926832b..f032a6e 100644
  	err = iser_ib_init();
  	if (err)
  		return err;
-@@ -3334,12 +3500,25 @@ static int iser_init(int index, char *args)
+@@ -3347,12 +3513,25 @@ static int iser_init(int index, char *args)
  	}
  
  	return 0;
diff --git a/scsi-target-utils.spec b/scsi-target-utils.spec
index 9fd1f72..a28d0fa 100644
--- a/scsi-target-utils.spec
+++ b/scsi-target-utils.spec
@@ -1,5 +1,5 @@
 Name:           scsi-target-utils
-Version:        1.0.13
+Version:        1.0.14
 Release:        1%{?dist}
 Summary:        The SCSI target daemon and utility programs
 
@@ -94,6 +94,9 @@ fi
 
 
 %changelog
+* Thu Mar 17 2011 Andy Grover <agrover at redhat.com> - 1.0.14-1
+- Update to new upstream release
+
 * Tue Feb 22 2011 Andy Grover <agrover at redhat.com> - 1.0.13-1
 - Update to new upstream release
   - Drop merged snprintf-fix and fix-isns-of patches
diff --git a/sources b/sources
index fefa2b0..64fdd92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e8363decf721a2993121e1071dbf04b1  tgt-1.0.13.tar.gz
+9292ee9783ca63f533a21493992461ff  tgt-1.0.14.tar.gz


More information about the scm-commits mailing list