rpms/mfstools/FC-5 mfstools.spec,1.9,1.10

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Sep 15 00:43:13 UTC 2006


Author: spot

Update of /cvs/extras/rpms/mfstools/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5140/FC-5

Modified Files:
	mfstools.spec 
Log Message:

Fix llseek, mark FC-6 as built.



Index: mfstools.spec
===================================================================
RCS file: /cvs/extras/rpms/mfstools/FC-5/mfstools.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mfstools.spec	14 Sep 2006 23:29:29 -0000	1.9
+++ mfstools.spec	15 Sep 2006 00:43:13 -0000	1.10
@@ -2,7 +2,7 @@
 
 Name:		mfstools
 Version:	2.0
-Release:	10.%{releasename}%{?dist}
+Release:	11.%{releasename}%{?dist}
 Summary:	Utilities for TiVo drive upgrades
 Group:		Applications/File
 License:	GPL
@@ -10,6 +10,7 @@
 Source0:	http://download.sourceforge.net/mfstools/MFSTools-%{releasename}-src.tar.gz
 Source1:	http://www.tyger.org/MFS/2.0/howto.html
 Patch0:		mfstools-cvs20060914.patch
+Patch1:		mfstools-fixllseek.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	zlib-devel
 
@@ -21,6 +22,8 @@
 %setup -q -n MFSTools-%{releasename}
 # There are some notable improvements in CVS
 %patch0 -p1 -b .20060914
+# Do not use the _syscall5 macro -- use syscall(2) instead
+%patch1 -p1 -b .llseek
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
@@ -43,6 +46,9 @@
 %{_bindir}/*
 
 %changelog
+* Thu Sep 14 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.0-11.snapshot050221
+- Do not use the _syscall5 macro -- use syscall(2) instead
+
 * Thu Sep 14 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.0-10.snapshot050221
 - merge with CVS
 




More information about the scm-commits mailing list