diff --git a/.gitignore b/.gitignore index 682f4e5..6893821 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-28.14.70.tar.gz +SOURCES/lorax-28.14.71.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index ee622f8..2db11f3 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -9c1e880ab9b31d9be4d089704d0104a4f0bcd590 SOURCES/lorax-28.14.70.tar.gz +bfda367825eca5234e29828d0a80d48387946ffd SOURCES/lorax-28.14.71.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index 4542493..7318051 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 28.14.70 +Version: 28.14.71 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -261,6 +261,12 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog +* Tue Feb 06 2024 Brian C. Lane 28.14.71-1 +- Makefile: skip running pylint for 'make ci' (bcl) + Related: RHEL-24416 +- templates: Remove libreport bugzilla plugins (bcl) + Resolves: RHEL-24416 + * Fri Jul 29 2022 Brian C. Lane 28.14.70-1 - templates: Update runtime-* templates (bcl) Resolves: rhbz#2042101