From b3c6bd15401e493cb05cbdf743f4c139030a84a4 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sep 29 2023 08:54:11 +0000 Subject: RPMMacros: Fix package name typo The package is called redhat-rpm-config, not redhat-rpm-macros. --- diff --git a/guidelines/modules/ROOT/pages/RPMMacros.adoc b/guidelines/modules/ROOT/pages/RPMMacros.adoc index d5e78a1..5c2549c 100644 --- a/guidelines/modules/ROOT/pages/RPMMacros.adoc +++ b/guidelines/modules/ROOT/pages/RPMMacros.adoc @@ -123,7 +123,7 @@ The `+%{optflags}+` macro contains flags that determine `CFLAGS`, `CXXFLAGS`, `FFLAGS`, etc. -- the `+%{__global_cflags}+` macro evaluates to the same string. The current definitions of these values -can be found in the `redhat-rpm-macros` package, in the {build-flags}. +can be found in the `redhat-rpm-config` package, in the {build-flags}. .... $ rpm --eval "%{optflags}"