Add %new_package macro and associated lua framework.

This commit is contained in:
Jason Tibbitts 2020-05-30 02:19:05 -05:00
parent 166707b501
commit 7324b32455
1 changed files with 4 additions and 1 deletions

View File

@ -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 <nim@fedoraproject.org> - 156-1
- Add %new_package macro and associated lua framework.
* Sat May 23 2020 Nicolas Mailhot <nim@fedoraproject.org> - 155-1
- forge: add gitea support