packaging: consistently use macros

This commit is contained in:
Maxwell G 2023-09-07 20:50:35 +00:00
commit 6b0d67a162
Signed by: gotmax23
GPG key ID: F79E4E25E8C661F8

View file

@ -47,7 +47,7 @@ Requires: redhat-rpm-config
%check
%if %{with tests}
export MACRO_DIR=%{buildroot}%{_rpmmacrodir}
export MACRO_LUA_DIR="%{buildroot}/usr/lib/rpm/lua"
export MACRO_LUA_DIR="%{buildroot}%{_rpmluadir}"
%pytest
%endif