From 536c435b6bef2b341854cb99ed4e4cfbde34860c9e29fc097b4786cd237e52c3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 21 May 2017 22:31:54 +0000 Subject: [PATCH] - Unconditionally rerun autoreconf because of patches OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=54 --- libseccomp.changes | 5 +++++ libseccomp.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libseccomp.changes b/libseccomp.changes index 9f21519..85ff418 100644 --- a/libseccomp.changes +++ b/libseccomp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 21 22:31:41 UTC 2017 - jengelh@inai.de + +- Unconditionally rerun autoreconf because of patches + ------------------------------------------------------------------- Sun May 21 18:07:04 UTC 2017 - tchvatal@suse.com diff --git a/libseccomp.spec b/libseccomp.spec index 8a96821..63f9d7c 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -96,13 +96,13 @@ This subpackage contains debug utilities for the seccomp interface. %prep %setup -q -%patch1 -p1 +%patch -P 1 -p1 %build if [ ! -f configure ]; then perl -i -pe 's{\QAC_INIT([libseccomp], [0.0.0])\E}{AC_INIT([libseccomp], [%version])}' configure.ac - autoreconf -fiv fi +autoreconf -fiv %configure \ --includedir="%_includedir/%name" \ --disable-static \