rpms/fuse-emulator/FC-6 fuse-emulator.spec,1.2,1.3

Ian Chapman (oddsocks) fedora-extras-commits at redhat.com
Sun Jul 15 13:45:02 UTC 2007


Author: oddsocks

Update of /cvs/pkgs/rpms/fuse-emulator/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14998

Modified Files:
	fuse-emulator.spec 
Log Message:



Index: fuse-emulator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-emulator/FC-6/fuse-emulator.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fuse-emulator.spec	7 Jul 2007 23:39:08 -0000	1.2
+++ fuse-emulator.spec	15 Jul 2007 13:44:30 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           fuse-emulator
 Version:        0.8.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The Free UNIX Spectrum Emulator
 Group:          Applications/Emulators
 License:        GPL
@@ -31,6 +31,18 @@
 %prep
 %setup -qn fuse-%{version}
 
+# Filter unwanted dependency in the debuginfo rpm
+cat << \EOF > %{name}-req
+#!/bin/sh
+%{__perl_requires} $* |\
+    sed -e '/perl(Fuse)/d' | \
+    sed -e '/perl(strict)/d' | \
+    sed -e '/perl(lib)/d'
+EOF
+
+%define __perl_requires %{_builddir}/fuse-%{version}/%{name}-req
+chmod +x %{__perl_requires}
+
 
 %build
 %configure
@@ -67,7 +79,10 @@
 
 
 %changelog
-* Sat Jun 30 2007 Ian Chapman <packages at amiga-hardware.com> 0.8.0.1-1%{?dist}
+* Sun Jul 15 2007 Ian Chapman <packages at amiga-hardware.com> 0.8.0.1-2
+- Filter unwanted dependancies dragged in by rpm (BZ #248265)
+
+* Sat Jun 30 2007 Ian Chapman <packages at amiga-hardware.com> 0.8.0.1-1
 - Upgrade to 0.8.0.1
 - Various cleanups to the SPEC including conforming to new guidelines
 




More information about the scm-commits mailing list