diff --git a/.cvsignore b/.cvsignore index 8292f57..d70de0d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sg3_utils-1.25.tgz +sg3_utils-1.26.tgz diff --git a/sg3_utils.spec b/sg3_utils.spec index 6e4e8f2..9ca2105 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -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 @@ This package contains the shared library for %{name}. %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 @@ developing applications. %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 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Mon Jun 30 2008 Dan Horak - 1.26-1 +- update to upstream version 1.26 + * Fri Mar 28 2008 Phil Knirsch - 1.25-4 - Dropped really unnecessary Provides of sg_utils (#226414) - Use --disable-static in configure (#226414) diff --git a/sources b/sources index 7a61dbe..209ba3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9fec4d8f3f6c8b3d2da79fc17cc2d387 sg3_utils-1.25.tgz +9a7aa8d954d75dc6c91e066e215867f2 sg3_utils-1.26.tgz