From 4c53b7f128ea29ab3cd59aa0e9585bdaae85aff2 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 27 Jun 2023 11:50:27 -0400 Subject: [PATCH] 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 --- traceroute.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traceroute.spec b/traceroute.spec index 6e09825..05a5c6d 100644 --- a/traceroute.spec +++ b/traceroute.spec @@ -31,7 +31,7 @@ problems. %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