From 1b1668c448df859c559d85ee736927302db68400 Mon Sep 17 00:00:00 2001 From: Owen W. Taylor Date: Oct 09 2018 15:50:46 +0000 Subject: Set NOCONFIGURE when running autogen.sh to avoid running configure twice --- diff --git a/exempi.spec b/exempi.spec index 99bb5cb..b32c6e5 100644 --- a/exempi.spec +++ b/exempi.spec @@ -1,7 +1,7 @@ Summary: Library for easy parsing of XMP metadata Name: exempi Version: 2.4.5 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Group: System Environment/Libraries URL: http://libopenraw.freedesktop.org/wiki/Exempi @@ -34,7 +34,7 @@ developing with exempi. %build libtoolize -vi -./autogen.sh +NOCONFIGURE=1 ./autogen.sh # BanEntityUsage needed for #888765 %configure CPPFLAGS="-I%{_includedir} -fno-strict-aliasing -DBanAllEntityUsage=1" @@ -65,6 +65,9 @@ rm -rf %{buildroot}%{_libdir}/*.a %{_libdir}/pkgconfig/*.pc %changelog +* Tue Oct 9 2018 Owen Taylor - 2.4.5-5 +- Set NOCONFIGURE when running autogen.sh to avoid running configure twice + * Wed Sep 26 2018 Nikola Forró - 2.4.5-4 - Fix CVE-2018-12648 Resolves #1594643