From 8cbe245c01826a08e0f46e080393c7b0cbfc3c70 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sat, 3 Sep 2022 17:26:27 -0500 Subject: [PATCH] Fix error: %changelog not in descending chronological order --- redhat-rpm-config.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index df02b8f..4207269 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -228,7 +228,7 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua * Fri May 27 2022 Tom Stellard - 220-1 - Move -fno-openmp-implicit-rpath option from CFLAGS to LDFLAGS -* Tue May 17 2022 Miro Hrončok - 219-2 +* Wed May 18 2022 Miro Hrončok - 219-2 - Remove a tab character from the definition of %%__global_compiler_flags - Fixes: rhbz#2083296