|
|
|
@ -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 <tigro@msvsphere-os.ru> - 28.14.70-1.inferit.1
|
|
|
|
|
- remove libreport-rhel-anaconda-bugzilla depend
|
|
|
|
|
|
|
|
|
|
* Fri Dec 22 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 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
|
|
|
|
|