New version 33.20-1
- Add test for NFS URL with ISO in path (#1848718) (jkonecny) - Fix issue when NFS path is pointing directly to ISO (#1848718) (jkonecny) - Rename function for a simple check for DNF repository (jkonecny) - Add tests for verify_valid_installtree function (#1844287) (jkonecny) - Move verify_valid_installtree to source module utils (#1844287) (jkonecny) - Do not test if repo is valid based on .treeinfo file (#1844287) (jkonecny) - Relabel whole /etc instead of only some parts (vslavik) - Clean up lists of files and directories to relabel (vslavik) - Use allowlist and blocklist in the Anaconda configuration file (vponcova) - Correctly set up the LUKS version when we click on a mount point (#1689699) (vponcova) - Fix the mock function for DBus.get_proxy (vponcova) - Fix the mock function for DBus.get_proxy (vponcova) - Simplify the workaround for the RHSM configuration proxy (vponcova) - Show pylint version in logs (vslavik) - Don't use the private attribute for a message bus (vponcova) - Ignore unknown variable (vslavik) - Split storage spoke dialogs to a separate module (vslavik) - Fix more SElinux contexts (vslavik) - Fix regression reading kernel list when collecting configurations (#1846156) (jkonecny)
This commit is contained in:
parent
cdbd1d6eb1
commit
66a5caba4e
1
.gitignore
vendored
1
.gitignore
vendored
@ -244,3 +244,4 @@
|
||||
/anaconda-33.17.tar.bz2
|
||||
/anaconda-33.18.tar.bz2
|
||||
/anaconda-33.19.tar.bz2
|
||||
/anaconda-33.20.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 33.19
|
||||
Version: 33.20
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -38,7 +38,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
%define rpmver 4.10.0
|
||||
%define simplelinever 1.1-1
|
||||
%define utillinuxver 2.15.1
|
||||
%define dasbusver 0.4
|
||||
%define dasbusver 1.3
|
||||
|
||||
BuildRequires: audit-libs-devel
|
||||
BuildRequires: libtool
|
||||
@ -362,6 +362,29 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 22 2020 Martin Kolman <mkolman@redhat.com> - 33.20-1
|
||||
- Add test for NFS URL with ISO in path (#1848718) (jkonecny)
|
||||
- Fix issue when NFS path is pointing directly to ISO (#1848718) (jkonecny)
|
||||
- Rename function for a simple check for DNF repository (jkonecny)
|
||||
- Add tests for verify_valid_installtree function (#1844287) (jkonecny)
|
||||
- Move verify_valid_installtree to source module utils (#1844287) (jkonecny)
|
||||
- Do not test if repo is valid based on .treeinfo file (#1844287) (jkonecny)
|
||||
- Relabel whole /etc instead of only some parts (vslavik)
|
||||
- Clean up lists of files and directories to relabel (vslavik)
|
||||
- Use allowlist and blocklist in the Anaconda configuration file (vponcova)
|
||||
- Correctly set up the LUKS version when we click on a mount point (#1689699)
|
||||
(vponcova)
|
||||
- Fix the mock function for DBus.get_proxy (vponcova)
|
||||
- Fix the mock function for DBus.get_proxy (vponcova)
|
||||
- Simplify the workaround for the RHSM configuration proxy (vponcova)
|
||||
- Show pylint version in logs (vslavik)
|
||||
- Don't use the private attribute for a message bus (vponcova)
|
||||
- Ignore unknown variable (vslavik)
|
||||
- Split storage spoke dialogs to a separate module (vslavik)
|
||||
- Fix more SElinux contexts (vslavik)
|
||||
- Fix regression reading kernel list when collecting configurations (#1846156)
|
||||
(jkonecny)
|
||||
|
||||
* Mon Jun 15 2020 Martin Kolman <mkolman@redhat.com> - 33.19-1
|
||||
- Document common issues and bugs (vponcova)
|
||||
- Add logging messages to %%post scripts (vslavik)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-33.19.tar.bz2) = 684031152ff48a38af47ffe7f4b115c082165124cb1c992aa6bf622c28f2d6a467c407338f766e4067a712db09d31a870b8a0e413fdc1df7851919271d250178
|
||||
SHA512 (anaconda-33.20.tar.bz2) = 4983d3b2fe026d1ebc4e48a03435575de829e7792fbd63fbeeb04b50cf2205c62df78bafe42e41dd57c1e0cda072e3eeb2057a802e829b436d6e8e2bbc228ab0
|
||||
|
Loading…
Reference in New Issue
Block a user