From 3f81a971ed9089e63a599026edb64a2f4c3f540c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Tue, 21 Dec 2010 10:58:27 +0100 Subject: [PATCH] - use --force in autoreconf to fix FTBFS --- NetworkManager.spec | 9 ++++++--- 1 file 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 - 0.8.2-3.git20101117 +- use --force in autoreconf to fix FTBFS + * Fri Dec 3 2010 Matthias Clasen - 0.8.2-2.git20101117 - Rebuild against newer gtk