Compare commits

...

1 Commits
c8 ... a8

1 changed files with 5 additions and 1 deletions

View File

@ -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 <eabdullin@almalinux.org> 28.14.70-1.alma
- Remove libreport-rhel-anaconda-bugzilla from runtime-install.tmpl
* Fri Jul 29 2022 Brian C. Lane <bcl@redhat.com> 28.14.70-1
- templates: Update runtime-* templates (bcl)
Resolves: rhbz#2042101