diff --git a/.gitignore b/.gitignore index b51943e..4cc0eb6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-34.9.23.tar.gz +SOURCES/lorax-34.9.25.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index c09035c..e5a1a5e 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -77d285fa8f93c80bcc7d133202738fb5761682f9 SOURCES/lorax-34.9.23.tar.gz +74825395b6b0dcf238f14685112bf0eb9894aee7 SOURCES/lorax-34.9.25.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index 82b482f..94f82a5 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 34.9.23 +Version: 34.9.25 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -185,6 +185,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Tue Feb 06 2024 Brian C. Lane 34.9.25-1 +- templates: Remove libreport bugzilla plugins (bcl) + Resolves: RHEL-24420 + +* Fri Nov 03 2023 Brian C. Lane 34.9.24-1 +- Add setpriv as ostree containers dependency (jkonecny) (jkonecny) + Resolves: RHEL-15123 * Wed Jan 11 2023 Brian C. Lane 34.9.23-1 - rsyslog.conf: Set WorkDirectory to /var/lib/rsyslog (bcl) Resolves: rhbz#2158731