- Remove libreport-rhel-anaconda-bugzilla from runtime-install.tmpl

This commit is contained in:
eabdullin 2023-08-04 10:15:49 +03:00
parent 156a88e74c
commit 1deb10b647
1 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,7 @@ Lorax templates for creating the boot.iso and live isos are placed in
%prep
%autosetup -n %{name}-%{version} -p1
sed '/libreport-rhel-anaconda-bugzilla/d' lorax-%{version}/share/templates.d/99-generic/runtime-install.tmpl
%build
@ -187,6 +188,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%changelog
* Thu Aug 03 2023 Eduard Abdullin <eabdullin@almalinux.org> 34.9.23-1.alma
- Add requires to lorax-templates-almalinux
- Remove libreport-rhel-anaconda-bugzilla from runtime-install.tmpl
* Wed Jan 11 2023 Brian C. Lane <bcl@redhat.com> 34.9.23-1
- rsyslog.conf: Set WorkDirectory to /var/lib/rsyslog (bcl)