- Don't use f-string without interpolation (atodorov@redhat.com)
- lmc-no-virt: Add requirement on anaconda-install-env-deps (bcl@redhat.com) - rsyslog: Disable journal ratelimits during install (bcl@redhat.com)
This commit is contained in:
parent
6c087614f8
commit
c3e348e2d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -178,3 +178,4 @@
|
|||||||
/lorax-33.0.tar.gz
|
/lorax-33.0.tar.gz
|
||||||
/lorax-33.1.tar.gz
|
/lorax-33.1.tar.gz
|
||||||
/lorax-33.2.tar.gz
|
/lorax-33.2.tar.gz
|
||||||
|
/lorax-33.3.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 33.2
|
Version: 33.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -115,6 +115,7 @@ Summary: livemedia-creator no-virt dependencies
|
|||||||
Requires: lorax = %{version}-%{release}
|
Requires: lorax = %{version}-%{release}
|
||||||
Requires: anaconda-core
|
Requires: anaconda-core
|
||||||
Requires: anaconda-tui
|
Requires: anaconda-tui
|
||||||
|
Requires: anaconda-install-env-deps
|
||||||
Requires: system-logos
|
Requires: system-logos
|
||||||
|
|
||||||
%description lmc-novirt
|
%description lmc-novirt
|
||||||
@ -266,6 +267,11 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
|||||||
%{_mandir}/man1/composer-cli.1*
|
%{_mandir}/man1/composer-cli.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 05 2020 Brian C. Lane <bcl@redhat.com> 33.3-1
|
||||||
|
- Don't use f-string without interpolation (atodorov@redhat.com)
|
||||||
|
- lmc-no-virt: Add requirement on anaconda-install-env-deps (bcl@redhat.com)
|
||||||
|
- rsyslog: Disable journal ratelimits during install (bcl@redhat.com)
|
||||||
|
|
||||||
* Tue Apr 28 2020 Brian C. Lane <bcl@redhat.com> 33.2-1
|
* Tue Apr 28 2020 Brian C. Lane <bcl@redhat.com> 33.2-1
|
||||||
- New lorax documentation - 33.2 (bcl@redhat.com)
|
- New lorax documentation - 33.2 (bcl@redhat.com)
|
||||||
- test: Work around invalid fedora baseurls (marusak.matej@gmail.com)
|
- test: Work around invalid fedora baseurls (marusak.matej@gmail.com)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-33.2.tar.gz) = 441d0791d515849db155f18bd847b51fd21bcd1c12c9b18ee7263bf38a4e71a4a2e3ad744717c25ab9732f8ce5f3798c7f75c27600d4cfb979f2272dc021747f
|
SHA512 (lorax-33.3.tar.gz) = 47e506a9e9a3d07f805c80d3a84bd45a845a50dab5d67268b71d170da5b8f45668e34cb1bc903814c9747de02a8a881c71c0d2dce4152a5f07ef48dc238553f7
|
||||||
|
Loading…
Reference in New Issue
Block a user