New version 33.1-1
- Fix the multiselection in the custom spoke (vponcova) - Handle installation errors from DBus tasks (vponcova) - Wait for entropy in the DBus Storage module (vponcova) - Don't remove unknown devices (#1806233) (vponcova) - Call GetFormatData instead of GetFormatTypeData (vponcova) - Show progress messages from DBus tasks (vponcova) - Report Blivet's messages during the storage installation (vponcova) - Handle a failed bootloader installation (#1806103) (vponcova) - Fix the exit handler (#1805916) (vponcova) - Add DBus methods GetDeviceMountOptions and SetDeviceMountOptions (vponcova) - Don't show the disk free space in bytes (vponcova) - Fix the default disk selection (#1805553) (vponcova)
This commit is contained in:
parent
430e852c2e
commit
2c575e7ee3
1
.gitignore
vendored
1
.gitignore
vendored
@ -226,3 +226,4 @@
|
||||
/anaconda-32.22.tar.bz2
|
||||
/anaconda-32.23.tar.bz2
|
||||
/anaconda-32.24.tar.bz2
|
||||
/anaconda-33.1.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 32.24
|
||||
Version: 33.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -353,6 +353,20 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 24 2020 Martin Kolman <mkolman@redhat.com> - 33.1-1
|
||||
- Fix the multiselection in the custom spoke (vponcova)
|
||||
- Handle installation errors from DBus tasks (vponcova)
|
||||
- Wait for entropy in the DBus Storage module (vponcova)
|
||||
- Don't remove unknown devices (#1806233) (vponcova)
|
||||
- Call GetFormatData instead of GetFormatTypeData (vponcova)
|
||||
- Show progress messages from DBus tasks (vponcova)
|
||||
- Report Blivet's messages during the storage installation (vponcova)
|
||||
- Handle a failed bootloader installation (#1806103) (vponcova)
|
||||
- Fix the exit handler (#1805916) (vponcova)
|
||||
- Add DBus methods GetDeviceMountOptions and SetDeviceMountOptions (vponcova)
|
||||
- Don't show the disk free space in bytes (vponcova)
|
||||
- Fix the default disk selection (#1805553) (vponcova)
|
||||
|
||||
* Thu Feb 20 2020 Martin Kolman <mkolman@redhat.com> - 32.24-1
|
||||
- Initialize disks in interactive and Blivet partitioning modules (vponcova)
|
||||
- Fix the function get_device_partitions (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-32.24.tar.bz2) = 9cd526414318493adf265dec59ce169a7316e2c5a309f04d8b1b2f4caf243bcedd7014b5e678345848caee66d3145518a682c7d0841957bb2583084ca6e03dd5
|
||||
SHA512 (anaconda-33.1.tar.bz2) = 83d79dd71e473963ec91aa593b26146607efb8033f7065f9da1f736f4a5e5e18f59e76680991b148f2e667925315ae2149c37973658c98bfdd89acf6cc5f8f85
|
||||
|
Loading…
Reference in New Issue
Block a user