New version 34.21-1
- Allow to disable the Security module (vponcova) - Add important files for container build to rebuild check (jkonecny) - Avoid using DockerHub because of limits (jkonecny) - anaconda should add only s390utils-core (dan) - Fix root password and LUKS passphrase visibility toggle (#1911360) (mkolman) - Fix the should_run methods of the network spoke (vponcova) - Prevent shell injection from a /kickstart-test comment (jkonecny) - network: validate bond options on our side after change in NM (#1918744) (rvykydal) - network: fix bond confiuration for empty bond options (#1918744) (rvykydal) - Allow to disable the Services module (vponcova)
This commit is contained in:
parent
075489dd22
commit
e7f0daf7e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -269,3 +269,4 @@
|
||||
/anaconda-34.18.tar.bz2
|
||||
/anaconda-34.19.tar.bz2
|
||||
/anaconda-34.20.tar.bz2
|
||||
/anaconda-34.21.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.20
|
||||
Release: 2%{?dist}
|
||||
Version: 34.21
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
|
||||
@ -367,8 +367,18 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 34.20-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
* Thu Jan 28 2021 Martin Kolman <mkolman@redhat.com> - 34.21-1
|
||||
- Allow to disable the Security module (vponcova)
|
||||
- Add important files for container build to rebuild check (jkonecny)
|
||||
- Avoid using DockerHub because of limits (jkonecny)
|
||||
- anaconda should add only s390utils-core (dan)
|
||||
- Fix root password and LUKS passphrase visibility toggle (#1911360) (mkolman)
|
||||
- Fix the should_run methods of the network spoke (vponcova)
|
||||
- Prevent shell injection from a /kickstart-test comment (jkonecny)
|
||||
- network: validate bond options on our side after change in NM (#1918744)
|
||||
(rvykydal)
|
||||
- network: fix bond confiuration for empty bond options (#1918744) (rvykydal)
|
||||
- Allow to disable the Services module (vponcova)
|
||||
|
||||
* Fri Jan 22 2021 Martin Kolman <mkolman@redhat.com> - 34.20-1
|
||||
- Add master unit-tests to contributors (gated) workflow (jkonecny)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.20.tar.bz2) = 0570d86a9c47a2a05e381edce8c27162b2545c73d133dbce51b16c71a88e8487c7a155f8d1e48ebbfd0b7aaffb83ad5b29579d3ca5752a006debf0cc3a86376c
|
||||
SHA512 (anaconda-34.21.tar.bz2) = 124f69143bbcdb661100e1b3cc0a2dbac89cd8eabae5299fa8dae267042460c17cf460d762069d829c585b6c7bed66c4a57ff42771a722617a66e0fea3220374
|
||||
|
Loading…
Reference in New Issue
Block a user