New version 33.7-1
- Don't clear errors by expanding pages in the custom spoke (vponcova) - Fix the permission for changing a mount point (#1818500) (vponcova) - Allow to use an existing unlocked LUKS in one special case (#1772902) (vponcova) - Fix the encryption checkbox in the custom spoke (#1819360) (vponcova) - Don't manually trigger a device encryption change (vponcova)
This commit is contained in:
parent
49a23c90fb
commit
2afe3729bc
1
.gitignore
vendored
1
.gitignore
vendored
@ -232,3 +232,4 @@
|
|||||||
/anaconda-33.4.tar.bz2
|
/anaconda-33.4.tar.bz2
|
||||||
/anaconda-33.5.tar.bz2
|
/anaconda-33.5.tar.bz2
|
||||||
/anaconda-33.6.tar.bz2
|
/anaconda-33.6.tar.bz2
|
||||||
|
/anaconda-33.7.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 33.6
|
Version: 33.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -353,6 +353,14 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 03 2020 Martin Kolman <mkolman@redhat.com> - 33.7-1
|
||||||
|
- Don't clear errors by expanding pages in the custom spoke (vponcova)
|
||||||
|
- Fix the permission for changing a mount point (#1818500) (vponcova)
|
||||||
|
- Allow to use an existing unlocked LUKS in one special case (#1772902)
|
||||||
|
(vponcova)
|
||||||
|
- Fix the encryption checkbox in the custom spoke (#1819360) (vponcova)
|
||||||
|
- Don't manually trigger a device encryption change (vponcova)
|
||||||
|
|
||||||
* Thu Apr 02 2020 Martin Kolman <mkolman@redhat.com> - 33.6-1
|
* Thu Apr 02 2020 Martin Kolman <mkolman@redhat.com> - 33.6-1
|
||||||
- Fix the test for complex data with secrets (vponcova)
|
- Fix the test for complex data with secrets (vponcova)
|
||||||
- Update generate_request_description (vponcova)
|
- Update generate_request_description (vponcova)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-33.6.tar.bz2) = 03e882d41525edb81e92b9a83ea684818c72134e547d7da9c9fe14c80c26a7308585ffa41497e0af827d886c505a6e1260aa0a7d20122d929f4ec3fff249d6ff
|
SHA512 (anaconda-33.7.tar.bz2) = a3c6e4312ae8c91ca4cad33931449097c7fdc9c529b5fb78d716877616634bd631584b34acaffd34b59f800abf4f821a4260af632d1ffc3f0d7454033bb432db
|
||||||
|
Loading…
Reference in New Issue
Block a user