From 6d71681497809443afa45a20728fe6aaa44d3a34 Mon Sep 17 00:00:00 2001 From: Phil Knirsch Date: Wed, 7 Jun 2006 15:02:39 +0000 Subject: [PATCH] - Fixed rebuild problem on latest toolchain --- sg3_utils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sg3_utils.spec b/sg3_utils.spec index 7ee81ba..8283417 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -1,10 +1,11 @@ Summary: Utils for Linux's SCSI generic driver devices + raw devices Name: sg3_utils Version: 1.20 -Release: 1 +Release: 2 License: GPL Group: Utilities/System Source: ftp://www.torque.net/sg/p/sg3_utils-%{version}.tgz +Patch1: sg3_utils-1.20-llseek.patch Url: http://www.torque.net/sg/u_index.html Provides: sg_utils BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root/ @@ -41,6 +42,7 @@ developing applications. %prep %setup -q +%patch1 -p1 -b .llseek %build make @@ -76,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.la %changelog +* Wed Jun 07 2006 Phil Knirsch - 1.20-2 +- Fixed rebuild problem on latest toolchain + * Fri May 19 2006 Phil Knirsch - 1.20-1 - Update to sg3_utils-1.20.