diff --git a/.forge-srpm-macros.metadata b/.forge-srpm-macros.metadata index 541a60f..b47c88c 100644 --- a/.forge-srpm-macros.metadata +++ b/.forge-srpm-macros.metadata @@ -1 +1 @@ -6d1bc80866d90032b36737034263abcf666136af SOURCES/forge-srpm-macros-0.2.0.tar.gz +81a48acde512d22ae09d4757912c88e1ec304aeb SOURCES/forge-srpm-macros-0.4.0.tar.gz diff --git a/.gitignore b/.gitignore index 70f8933..b63f6e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/forge-srpm-macros-0.2.0.tar.gz +SOURCES/forge-srpm-macros-0.4.0.tar.gz diff --git a/SPECS/forge-srpm-macros.spec b/SPECS/forge-srpm-macros.spec index 0da3abc..e80a89d 100644 --- a/SPECS/forge-srpm-macros.spec +++ b/SPECS/forge-srpm-macros.spec @@ -4,8 +4,8 @@ %bcond tests 1 Name: forge-srpm-macros -Version: 0.2.0 -Release: 5%{?dist} +Version: 0.4.0 +Release: 6%{?dist} Summary: Macros to simplify packaging of forge-hosted projects License: GPL-1.0-or-later @@ -59,9 +59,32 @@ export MACRO_LUA_DIR="%{buildroot}%{_rpmluadir}" %doc README.md NEWS.md %{_rpmmacrodir}/macros.forge %{_rpmluadir}/fedora/srpm/forge.lua +%{_rpmluadir}/fedora/srpm/_forge_util.lua %changelog +* Wed Dec 18 2024 David Cantrell - 0.4.0-6 +- Add empty rules list to gating.yaml + +* Tue Dec 17 2024 David Cantrell - 0.4.0-5 +- Modify gating.yaml file based on gating feedback + +* Tue Dec 03 2024 David Cantrell - 0.4.0-4 +- Even more modifications to the gating control files + Related: RHEL-60802 + +* Tue Dec 03 2024 David Cantrell - 0.4.0-3 +- Modifications to the gating control files + Resolves: RHEL-60802 + +* Tue Dec 03 2024 David Cantrell - 0.4.0-2 +- Add gating control files + Resolves: RHEL-60802 + +* Mon Dec 02 2024 David Cantrell - 0.4.0-1 +- Upgrade to 0.4.0 + Resolves: RHEL-60802 + * Tue Oct 29 2024 Troy Dawson - 0.2.0-5 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018