[NetworkManager] - use --force in autoreconf to fix FTBFS

Dan Horák sharkcz at fedoraproject.org
Tue Dec 21 09:58:38 UTC 2010


commit 3f81a971ed9089e63a599026edb64a2f4c3f540c
Author: Dan Horák <dan at danny.cz>
Date:   Tue Dec 21 10:58:27 2010 +0100

    - use --force in autoreconf to fix FTBFS

 NetworkManager.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/NetworkManager.spec b/NetworkManager.spec
index ec6c8d7..3ce262a 100644
--- a/NetworkManager.spec
+++ b/NetworkManager.spec
@@ -20,7 +20,7 @@ Name: NetworkManager
 Summary: Network connection manager and user applications
 Epoch: 1
 Version: 0.8.2
-Release: 2%{snapshot}%{?dist}
+Release: 3%{snapshot}%{?dist}
 Group: System Environment/Base
 License: GPLv2+
 URL: http://www.gnome.org/projects/NetworkManager/
@@ -184,7 +184,7 @@ popd
 # multilib unhappy due to different timestamps in the generated content
 %{__cp} -R docs ORIG-docs
 
-autoreconf -i
+autoreconf -i -f
 %configure \
 	--disable-static \
 	--with-distro=redhat \
@@ -202,7 +202,7 @@ make %{?_smp_mflags}
 
 # build the applet
 pushd network-manager-applet-%{realversion}
-	autoreconf -i
+	autoreconf -i -f
 	intltoolize --force
 	%configure \
 		--disable-static \
@@ -436,6 +436,9 @@ fi
 %{_datadir}/gtk-doc/html/libnm-util/*
 
 %changelog
+* Tue Dec 21 2010 Dan Horák <dan[at]danny.cz> - 0.8.2-3.git20101117
+- use --force in autoreconf to fix FTBFS
+
 * Fri Dec  3 2010 Matthias Clasen <mclasen at redhat.com> - 0.8.2-2.git20101117
 - Rebuild against newer gtk
 


More information about the scm-commits mailing list