From fb2d79f8de4a063c42cfdb5a8f14a9f53e834307 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Thu, 27 Aug 2020 12:07:48 -0700 Subject: lua-lunitx: no need to manually require lua(abi), it gets auto-added. also the src.rpm then has unexpanded macros Signed-off-by: Michel Alexandre Salim --- lua/lua-lunitx.spec | 2 -- 1 file changed, 2 deletions(-) (limited to 'lua') diff --git a/lua/lua-lunitx.spec b/lua/lua-lunitx.spec index 681e8dd..6f63db9 100644 --- a/lua/lua-lunitx.spec +++ b/lua/lua-lunitx.spec @@ -11,8 +11,6 @@ Source0: https://github.com/dcurrie/lunit/archive/%{version}.tar.gz#/luni # also, macros are in lua-devel BuildRequires: lua-devel >= 5.2 -Requires: lua(abi) = %{lua_version} - BuildArch: noarch Provides: lua-lunit = %{version}-%{release} -- cgit