New version 32.17-1
- Calculate the space on uninitialized disks (#1782449) (vponcova) - Define a method required by _schedule_actions (#1782463) (vponcova) - Split the partitioning code (vponcova) - Add the attribute children to the device data (vponcova)
This commit is contained in:
parent
b49b6f1611
commit
8986d94352
1
.gitignore
vendored
1
.gitignore
vendored
@ -218,3 +218,4 @@
|
||||
/anaconda-32.14.tar.bz2
|
||||
/anaconda-32.15.tar.bz2
|
||||
/anaconda-32.16.tar.bz2
|
||||
/anaconda-32.17.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 32.16
|
||||
Version: 32.17
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -348,6 +348,12 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 12 2019 Martin Kolman <mkolman@redhat.com> - 32.17-1
|
||||
- Calculate the space on uninitialized disks (#1782449) (vponcova)
|
||||
- Define a method required by _schedule_actions (#1782463) (vponcova)
|
||||
- Split the partitioning code (vponcova)
|
||||
- Add the attribute children to the device data (vponcova)
|
||||
|
||||
* Tue Dec 10 2019 Martin Kolman <mkolman@redhat.com> - 32.16-1
|
||||
- Add a DBus method for checking resizable devices (vponcova)
|
||||
- Add DBus methods for partitioned devices (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-32.16.tar.bz2) = 8b9b4e8189cb0bfbe86ba7679b9e74c9b47f41ce219ac2dea39858a5d563b58d861e9bfb99baf297165dbbd1831bdfc0b660c92909c0cb57eca25167ce793f59
|
||||
SHA512 (anaconda-32.17.tar.bz2) = 5c0766da5de1f0396c710caeec393c95ed71b9e1d3e20ba4dab8d60babd194522ce636243da380c0d181604f0987627dad2b2e4eff0e14e94769cfc906e59895
|
||||
|
Loading…
Reference in New Issue
Block a user