rpms/sg3_utils/devel .cvsignore, 1.8, 1.9 sg3_utils.spec, 1.23, 1.24 sources, 1.8, 1.9

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Mon Jun 30 12:58:22 UTC 2008


Author: sharkcz

Update of /cvs/pkgs/rpms/sg3_utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10815

Modified Files:
	.cvsignore sg3_utils.spec sources 
Log Message:
* Mon Jun 30 2008 Dan Horak <dan at danny.cz> - 1.26-1
- update to upstream version 1.26



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sg3_utils/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	22 Oct 2007 14:44:02 -0000	1.8
+++ .cvsignore	30 Jun 2008 12:57:33 -0000	1.9
@@ -1 +1 @@
-sg3_utils-1.25.tgz
+sg3_utils-1.26.tgz


Index: sg3_utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sg3_utils/devel/sg3_utils.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sg3_utils.spec	28 Mar 2008 14:07:31 -0000	1.23
+++ sg3_utils.spec	30 Jun 2008 12:57:33 -0000	1.24
@@ -1,12 +1,11 @@
 Summary: Utilities for devices that use SCSI command sets
 Name: sg3_utils
-Version: 1.25
-Release: 4%{?dist}
+Version: 1.26
+Release: 1%{?dist}
 License: GPLv2+ and BSD
 Group: Applications/System
 Source: http://sg.torque.net/sg/p/sg3_utils-%{version}.tgz
 Url: http://sg.torque.net/sg/sg3_utils.html
-BuildRequires: libtool
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -32,8 +31,9 @@
 
 %package devel
 Summary: Development library and header files for the sg3_utils library
-Group: Development/System
+Group: Development/Libraries
 Requires: %{name}-libs = %{version}-%{release}
+Requires: glibc-headers
 
 %description devel
 This package contains the %{name} library and its header files for
@@ -44,6 +44,11 @@
 
 %build
 %configure --disable-static
+
+# Don't use rpath!
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
 make %{?_smp_mflags}
 
 %install
@@ -76,6 +81,9 @@
 %{_libdir}/*.so
  
 %changelog
+* Mon Jun 30 2008 Dan Horak <dan at danny.cz> - 1.26-1
+- update to upstream version 1.26
+
 * Fri Mar 28 2008 Phil Knirsch <pknirsch at redhat.com> - 1.25-4
 - Dropped really unnecessary Provides of sg_utils (#226414)
 - Use --disable-static in configure (#226414)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sg3_utils/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	22 Oct 2007 14:44:02 -0000	1.8
+++ sources	30 Jun 2008 12:57:33 -0000	1.9
@@ -1 +1 @@
-9fec4d8f3f6c8b3d2da79fc17cc2d387  sg3_utils-1.25.tgz
+9a7aa8d954d75dc6c91e066e215867f2  sg3_utils-1.26.tgz




More information about the fedora-extras-commits mailing list