[ifuse] Run autoreconf so patch actually takes effect

Peter Robinson pbrobinson at fedoraproject.org
Tue Oct 8 16:16:42 UTC 2013


commit 79c821e6611f2a396d25513fbc0ceaa4993c678a
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Oct 8 17:16:31 2013 +0100

    Run autoreconf so patch actually takes effect

 ifuse.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ifuse.spec b/ifuse.spec
index eab0f2a..d8605ae 100644
--- a/ifuse.spec
+++ b/ifuse.spec
@@ -1,6 +1,6 @@
 Name:          ifuse
 Version:       1.1.2
-Release:       6%{?dist}
+Release:       7%{?dist}
 Summary:       Mount Apple iPhone and iPod touch devices
 
 Group:         System Environment/Libraries
@@ -13,6 +13,8 @@ Patch0:        ifuse-libimobiledevice115.patch
 BuildRequires: fuse-devel
 BuildRequires: libimobiledevice-devel
 BuildRequires: libplist-devel
+# Needed due to patch
+BuildRequires: autoconf automake libtool
 
 %description
 A fuse filesystem for mounting iPhone and iPod touch devices
@@ -20,6 +22,7 @@ A fuse filesystem for mounting iPhone and iPod touch devices
 %prep
 %setup -q
 %patch0 -p1 -b .115
+autoreconf -vif
 
 %build
 %configure --disable-static
@@ -34,6 +37,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Tue Oct 8  2013 Peter Robinson <pbrobinson at fedoraproject.org> 1.1.2-7
+- Run autoreconf so patch actually takes effect
+
 * Thu Sep 19 2013 Peter Robinson <pbrobinson at fedoraproject.org> 1.1.2-6
 - Add patch to work with newer libimobiledevice (980949)
 


More information about the scm-commits mailing list