- Remove LD_PRELOAD libgomp.so.1 from lmc --no-virt (bcl@redhat.com)
- Add POSTIN scriptlet error to the log monitor list (bcl@redhat.com) - Improve lmc no-virt error handling (bcl@redhat.com) - lorax.spec: Drop GConf2 requirement (bcl@redhat.com)
This commit is contained in:
parent
7d205fcda7
commit
a01ddcea0d
1
.gitignore
vendored
1
.gitignore
vendored
@ -191,3 +191,4 @@
|
||||
/lorax-34.3.tar.gz
|
||||
/lorax-34.4.tar.gz
|
||||
/lorax-34.5.tar.gz
|
||||
/lorax-34.6.tar.gz
|
||||
|
10
lorax.spec
10
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 34.5
|
||||
Version: 34.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -21,7 +21,6 @@ BuildRequires: systemd-rpm-macros
|
||||
|
||||
Requires: lorax-templates
|
||||
|
||||
Requires: GConf2
|
||||
Requires: cpio
|
||||
Requires: device-mapper
|
||||
Requires: dosfstools
|
||||
@ -119,6 +118,7 @@ Requires: anaconda-core
|
||||
Requires: anaconda-tui
|
||||
Requires: anaconda-install-env-deps
|
||||
Requires: system-logos
|
||||
Requires: python3-psutil
|
||||
|
||||
%description lmc-novirt
|
||||
Additional dependencies required by livemedia-creator when using it with --no-virt
|
||||
@ -193,6 +193,12 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%{_mandir}/man1/composer-cli.1*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 16 2020 Brian C. Lane <bcl@redhat.com> 34.6-1
|
||||
- Remove LD_PRELOAD libgomp.so.1 from lmc --no-virt (bcl@redhat.com)
|
||||
- Add POSTIN scriptlet error to the log monitor list (bcl@redhat.com)
|
||||
- Improve lmc no-virt error handling (bcl@redhat.com)
|
||||
- lorax.spec: Drop GConf2 requirement (bcl@redhat.com)
|
||||
|
||||
* Mon Nov 30 2020 Brian C. Lane <bcl@redhat.com> 34.5-1
|
||||
- Don't remove libldap_r libraries during runtime-cleanup.tmpl (spichugi@redhat.com)
|
||||
- Do not use '--loglevel' option when running Anaconda (vtrefny@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-34.5.tar.gz) = 28ab6c2b9bae11c75a1c23475a274a6dda8afbcb794acc69a93c8c4f159455f9a9f20c153ba13ec5872dcd0d8478f9143e710f10059354d7cab636c589d9db20
|
||||
SHA512 (lorax-34.6.tar.gz) = 8585e39feffce2f3d5fcfa27739e113b04168c35d60e11cf00f3114e41e3ef157b22f3e80672082500cdc4e520d70aceb0e37b2c6ec96b3403e5607601e70e31
|
||||
|
Loading…
Reference in New Issue
Block a user