From 78fedc2418bfa50ecacf915c96cdc9dd5b0940afa0e4643ffba6158a36c2a8dd Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 25 Nov 2021 19:17:09 +0000 Subject: [PATCH] unconditionally run autoreconf because of patches OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsext?expand=0&rev=9 --- libfsext.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfsext.spec b/libfsext.spec index 57f1d71..65bc41b 100644 --- a/libfsext.spec +++ b/libfsext.spec @@ -130,7 +130,7 @@ This package contains Python 3 bindings for libfsext. %autosetup -p1 %build -if [ ! -e configure ]; then ./autogen.sh; fi +autoreconf -fi %configure --disable-static --enable-wide-character-type --enable-python3 %make_build