Fix build with RPM 4.19

RPM 4.19 introduces Dynamic Spec Generation which creates a SPECPARTS
directory with this build system does not expect.

https://rpm-software-management.github.io/rpm/manual/dynamic_specs.html
This commit is contained in:
Yaakov Selkowitz 2023-06-27 11:50:27 -04:00
parent 81996a57b9
commit 4c53b7f128

View File

@ -31,7 +31,7 @@ problems.
%build %build
%make_build CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %make_build CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" SKIPDIRS="${RPM_SPECPARTS_DIR##*/}"
%install %install