From 35c5cfbc3ee41ebfef3e27e8afbc532b4c9b8e1f Mon Sep 17 00:00:00 2001 From: tigro Date: Fri, 22 Dec 2023 13:48:03 +0300 Subject: [PATCH] remove libreport-rhel-anaconda-bugzilla depend --- SPECS/lorax.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index d50ab1a..0176e01 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -4,7 +4,7 @@ Name: lorax Version: 28.14.70 -Release: 1%{?dist}.inferit +Release: 1%{?dist}.inferit.1 Summary: Tool for creating the anaconda install images Group: Applications/System @@ -179,6 +179,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 @@ -263,6 +264,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/composer-cli.1* %changelog +* Fri Dec 22 2023 Arkady L. Shane - 28.14.70-1.inferit.1 +- remove libreport-rhel-anaconda-bugzilla depend + * Fri Dec 22 2023 Arkady L. Shane - 28.14.70-1.inferit - templates: Fixed UTF-8 handling in replace command - templates: Added iconv command to convert from UTF-8 to another encoding