From 724a3fa9702b29281f12d522c5dcc571396da8bd098cf7b4544ace358f3994aa Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 21 May 2017 20:26:28 +0000 Subject: [PATCH] spec cleaning OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=53 --- libseccomp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libseccomp.spec b/libseccomp.spec index 85c6360..8a96821 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -100,8 +100,8 @@ This subpackage contains debug utilities for the seccomp interface. %build if [ ! -f configure ]; then - perl -i -pe 's{AC_INIT\(\[libseccomp\], \[0\.0\.0\]\)}{AC_INIT([libseccomp], [%{version}])}' configure.ac - autoreconf -fvi + perl -i -pe 's{\QAC_INIT([libseccomp], [0.0.0])\E}{AC_INIT([libseccomp], [%version])}' configure.ac + autoreconf -fiv fi %configure \ --includedir="%_includedir/%name" \