From 4a21d12962fd0aec278b0afa12510d878ec4ecdc Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 4 Aug 2023 10:18:08 +0300 Subject: [PATCH] - Remove libreport-rhel-anaconda-bugzilla from runtime-install.tmpl --- SPECS/lorax.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index 4542493..7ad3281 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -4,7 +4,7 @@ Name: lorax Version: 28.14.70 -Release: 1%{?dist} +Release: 1%{?dist}.alma Summary: Tool for creating the anaconda install images Group: Applications/System @@ -177,6 +177,7 @@ build images, etc. from the command line. %prep %autosetup -p1 -n %{name}-%{version} +sed '/libreport-rhel-anaconda-bugzilla/d' lorax-%{version}/share/templates.d/99-generic/runtime-install.tmpl %build @@ -261,6 +262,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog +* Thu Aug 03 2023 Eduard Abdullin 28.14.70-1.alma +- Remove libreport-rhel-anaconda-bugzilla from runtime-install.tmpl + * Fri Jul 29 2022 Brian C. Lane 28.14.70-1 - templates: Update runtime-* templates (bcl) Resolves: rhbz#2042101