From 7324b32455e83f50a9d3e9adcb3c03443747e95b Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Sat, 30 May 2020 02:19:05 -0500 Subject: [PATCH] Add %new_package macro and associated lua framework. --- 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 d91d4ee..7d90fb1 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: 155 +Version: 156 Release: 1%{?dist} # No version specified. License: GPL+ @@ -206,6 +206,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Sat May 30 2020 Nicolas Mailhot - 156-1 +- Add %new_package macro and associated lua framework. + * Sat May 23 2020 Nicolas Mailhot - 155-1 - forge: add gitea support