From 828c69effe1558de45d7c479e7353c55e6154269 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Wed, 3 Jun 2020 21:39:18 +0200 Subject: [PATCH] Fixes for new_package macro Signed-off-by: Igor Raits --- 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 dbb7b84..f4496f4 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: 158 +Version: 159 Release: 1%{?dist} # No version specified. License: GPL+ @@ -207,6 +207,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Wed Jun 03 2020 Igor Raits - 159-1 +- Fixes for new_package macro + * Wed Jun 03 2020 Igor Raits - 158-1 - Add option to choose C/C++ toolchain