From 9828e37c125bc9a90c85e70be170a12f25e2a917 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 9 Dec 2015 17:13:41 -0500 Subject: [PATCH] Backport revert of upstream patch around setuid apps Resolves: #1285991 - Forcibly reautoconf to bypass timestamp issues --- gobject-introspection.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 8845073..e4f5ce1 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -67,6 +67,9 @@ Libraries and headers for gobject-introspection %autosetup -Sgit %build +# I'm getting autotools breakage due to +# timestamps; let's just always do "real" builds. +rm -f configure (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;) %configure --enable-gtk-doc --enable-doctool @@ -109,6 +112,7 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' * Wed Dec 09 2015 Colin Walters - 1.47.1-2 - Backport revert of upstream patch around setuid apps Resolves: #1285991 +- Forcibly reautoconf to bypass timestamp issues * Mon Nov 02 2015 Kalev Lember - 1.47.1-1 - Update to 1.47.1