diff --git a/libseccomp.spec b/libseccomp.spec index e228842..03d2317 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -100,7 +100,7 @@ This subpackage contains debug utilities for the seccomp interface. %patch -P 1 -p1 %build -perl -i -pe 's{AC_INIT\(\[libseccomp\], \[0\.0\.0\]\)}{AC_INIT([libseccomp], [2.2.90])}' configure.ac +perl -i -pe 's{AC_INIT\(\[libseccomp\], \[0\.0\.0\]\)}{AC_INIT([libseccomp], [2.3.0])}' configure.ac autoreconf -fi %configure --includedir="%_includedir/%name" --disable-static make %{?_smp_mflags};