From aac42452fc0ee6789aec69cf0470f130c2005308 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 16 Nov 2021 18:02:48 +0100 Subject: [PATCH] buildflags.md: Documentation updates (#2005080) Resolves: #2005080 --- redhat-rpm-config.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 6246479..94a00e0 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 188 +Version: 189 Release: 1%{?dist} # No version specified. License: GPL+ @@ -189,6 +189,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Tue Nov 16 2021 Florian Weimer - 189-1 +- buildflags.md: Documentation updates (#2005080) + * Tue Aug 24 2021 Florian Weimer - 188-1 - redhat-rpm-config: Enable x86-64-v2 baseline for Clang/LLVM (#1890170)