From ae22840568bed8891cb46c685384e5823323d631 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 24 Oct 2020 18:28:00 +0200 Subject: [PATCH] - fix lua BRs, lua51-devel provides lua-devel however it does not have lua.pc expected by rpm --- rpm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm.spec b/rpm.spec index 341c15e..c74511a 100644 --- a/rpm.spec +++ b/rpm.spec @@ -92,9 +92,9 @@ BuildRequires: libselinux-devel >= 2.1.0 # needed only for AM_PROG_CXX used for CXX substitution in rpm.macros BuildRequires: libstdc++-devel BuildRequires: libtool >= 1:1.4.2-9 -BuildRequires: lua-devel >= 5.1 BuildRequires: ossp-uuid-devel BuildRequires: patch >= 2.2 +BuildRequires: pkgconfig(lua) >= 5.1 BuildRequires: popt-devel >= %{popt_ver} BuildRequires: python3-modules %if %{with python3} -- 2.43.0