Compare commits

..

1 Commits
c8 ... a8

3 changed files with 7 additions and 8 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-28.14.71.tar.gz
SOURCES/lorax-28.14.70.tar.gz

1
.lorax.metadata Normal file
View File

@ -0,0 +1 @@
9c1e880ab9b31d9be4d089704d0104a4f0bcd590 SOURCES/lorax-28.14.70.tar.gz

View File

@ -3,8 +3,8 @@
%define debug_package %{nil}
Name: lorax
Version: 28.14.71
Release: 1%{?dist}
Version: 28.14.70
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,11 +262,8 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
%{_mandir}/man1/composer-cli.1*
%changelog
* Tue Feb 06 2024 Brian C. Lane <bcl@redhat.com> 28.14.71-1
- Makefile: skip running pylint for 'make ci' (bcl)
Related: RHEL-24416
- templates: Remove libreport bugzilla plugins (bcl)
Resolves: RHEL-24416
* 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)