From 3212f5b44add34d9bb3316718e43e2502063eb70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 19 Jun 2019 09:57:50 +0200 Subject: [PATCH] Drop use of __* macros that were removed in rpm-4.15 --- OpenIPMI.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OpenIPMI.spec b/OpenIPMI.spec index ead97e8..70ce04a 100644 --- a/OpenIPMI.spec +++ b/OpenIPMI.spec @@ -89,11 +89,11 @@ export EDIT_CFLAGS=`pkg-config --cflags libedit` export EDIT_LIBS=`pkg-config --libs libedit` # generate new configure script we need this since we removed the libedit directory -%{__libtoolize} --copy --force --automake -%{__aclocal} -%{__autoheader} -%{__automake} --add-missing --copy --foreign --force-missing -%{__autoconf} +libtoolize --copy --force --automake +aclocal +autoheader +automake --add-missing --copy --foreign --force-missing +autoconf # libedit end %configure \