rpms/scsi-target-utils/F-8 tgt-20071227-define.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 scsi-target-utils.spec, 1.1, 1.2 sources, 1.2, 1.3

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Sun Feb 10 19:21:30 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/scsi-target-utils/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27162/F-8

Modified Files:
	.cvsignore scsi-target-utils.spec sources 
Added Files:
	tgt-20071227-define.patch 
Log Message:
Sync with rawhide.



tgt-20071227-define.patch:

--- NEW FILE tgt-20071227-define.patch ---
diff -uNr -x '*~' tgt-20071227.orig/usr/iscsi/iscsid.c tgt-20071227/usr/iscsi/iscsid.c
--- tgt-20071227.orig/usr/iscsi/iscsid.c	2007-12-27 04:31:37.000000000 +0100
+++ tgt-20071227/usr/iscsi/iscsid.c	2008-02-10 19:08:40.000000000 +0100
@@ -24,6 +24,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA
  */
+#define _GNU_SOURCE 1
 #include <errno.h>
 #include <fcntl.h>
 #include <netdb.h>
diff -uNr -x '*~' tgt-20071227.orig/usr/iscsi/isns.c tgt-20071227/usr/iscsi/isns.c
--- tgt-20071227.orig/usr/iscsi/isns.c	2007-12-27 04:31:37.000000000 +0100
+++ tgt-20071227/usr/iscsi/isns.c	2008-02-10 19:11:53.000000000 +0100
@@ -19,6 +19,7 @@
  * 02110-1301 USA
  */
 
+#define _GNU_SOURCE 1
 #include <errno.h>
 #include <netdb.h>
 #include <stdio.h>
diff -uNr -x '*~' tgt-20071227.orig/usr/mgmt.c tgt-20071227/usr/mgmt.c
--- tgt-20071227.orig/usr/mgmt.c	2007-12-27 04:31:37.000000000 +0100
+++ tgt-20071227/usr/mgmt.c	2008-02-10 19:12:21.000000000 +0100
@@ -19,6 +19,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA
  */
+#define _GNU_SOURCE 1
 #include <ctype.h>
 #include <dirent.h>
 #include <errno.h>


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/scsi-target-utils/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	11 Oct 2007 17:41:40 -0000	1.2
+++ .cvsignore	10 Feb 2008 19:20:52 -0000	1.3
@@ -1 +1 @@
-tgt-20070803.tar.bz2
+tgt-20071227.tar.bz2


Index: scsi-target-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/scsi-target-utils/F-8/scsi-target-utils.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scsi-target-utils.spec	11 Oct 2007 17:41:40 -0000	1.1
+++ scsi-target-utils.spec	10 Feb 2008 19:20:52 -0000	1.2
@@ -1,8 +1,8 @@
-%define         date 20070803
+%define         date 20071227
 
 Name:           scsi-target-utils
 Version:        0.0
-Release:        1.%{date}snap%{?dist}
+Release:        4.%{date}snap%{?dist}
 Summary:        The SCSI target daemon and utility programs
 
 Group:          System Environment/Daemons
@@ -10,6 +10,7 @@
 URL:            http://stgt.berlios.de
 Source0:        http://stgt.berlios.de/releases/tgt-%{date}.tar.bz2
 Source1:        tgtd.init
+Patch0:         tgt-20071227-define.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  openssl-devel pkgconfig
@@ -21,6 +22,7 @@
 
 %prep
 %setup -q -n tgt-%{date}
+%patch -p1
 
 %build
 if pkg-config openssl ; then
@@ -68,6 +70,16 @@
 %{_initrddir}/tgtd
 
 %changelog
+* Sun Feb 10 2008 Terje Rosten <terje.rosten at ntnu.no> - 0.0-4.20071227snap
+- update to 20071227 snapshot
+- add patch to compile with newer glibc
+
+* Sat Feb  9 2008 Terje Rosten <terje.rosten at ntnu.no> - 0.0-3.20070803snap
+- rebuild
+
+* Sun Dec 07 2007 Alex Lancaster <alexlan[AT]fedoraproject.org> - 0.0-2.20070803snap
+- Rebuild for new openssl soname bump
+
 * Wed Sep 26 2007 Terje Rosten <terje.rosten at ntnu.no> - 0.0-1.20070803snap
 - random cleanup
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/scsi-target-utils/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 Oct 2007 17:41:40 -0000	1.2
+++ sources	10 Feb 2008 19:20:52 -0000	1.3
@@ -1 +1 @@
-b5f1cbe03ee6b973e0f2ea7184c48dff  tgt-20070803.tar.bz2
+938f655338cb86315ef3ff5cabee339e  tgt-20071227.tar.bz2




More information about the fedora-extras-commits mailing list