New version 31.22-1
- Fix pylint warning (vponcova) - Keep getSysroot for kdump-anaconda-addon (vponcova) - Specify sizes of nonexistent devices in tests (vponcova) - network tui: fix a typo concerning inifiniband device configuration (rvykydal) - Remove the object observers from UI (vponcova) - Remove the method changed (vponcova) - Move the preserved arguments to the Anaconda configuration file (vponcova) - Remove system root from DBus methods (vponcova) - Rename setSysroot (vponcova) - Replace getSysroot (vponcova) - Replace getTargetPhysicalRoot (vponcova) - Replace publisher patches with the new solution (jkonecny) - Handle disk selection errors in get_candidate_disks (vponcova) - Don't verify mounted partitions of protected disks (vponcova) - Always protect the live backing device (#1706335) (vponcova) - Don't change the storage if the reset fails (vponcova) - Remove support for teardown before storage reset (vponcova)
This commit is contained in:
parent
fffa83a7a1
commit
6e93a4c925
1
.gitignore
vendored
1
.gitignore
vendored
@ -201,3 +201,4 @@
|
||||
/anaconda-31.19.tar.bz2
|
||||
/anaconda-31.20.tar.bz2
|
||||
/anaconda-31.21.tar.bz2
|
||||
/anaconda-31.22.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 31.21
|
||||
Version: 31.22
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -353,6 +353,26 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 31 2019 Martin Kolman <mkolman@redhat.com> - 31.22-1
|
||||
- Fix pylint warning (vponcova)
|
||||
- Keep getSysroot for kdump-anaconda-addon (vponcova)
|
||||
- Specify sizes of nonexistent devices in tests (vponcova)
|
||||
- network tui: fix a typo concerning inifiniband device configuration
|
||||
(rvykydal)
|
||||
- Remove the object observers from UI (vponcova)
|
||||
- Remove the method changed (vponcova)
|
||||
- Move the preserved arguments to the Anaconda configuration file (vponcova)
|
||||
- Remove system root from DBus methods (vponcova)
|
||||
- Rename setSysroot (vponcova)
|
||||
- Replace getSysroot (vponcova)
|
||||
- Replace getTargetPhysicalRoot (vponcova)
|
||||
- Replace publisher patches with the new solution (jkonecny)
|
||||
- Handle disk selection errors in get_candidate_disks (vponcova)
|
||||
- Don't verify mounted partitions of protected disks (vponcova)
|
||||
- Always protect the live backing device (#1706335) (vponcova)
|
||||
- Don't change the storage if the reset fails (vponcova)
|
||||
- Remove support for teardown before storage reset (vponcova)
|
||||
|
||||
* Thu Jul 25 2019 Jiri Konecny <jkonecny@redhat.com> - 31.21-1
|
||||
- Always schedule the installation task for joining realm (#1732620) (vponcova)
|
||||
- Fix issue raised by giving publisher as last parameter (jkonecny)
|
||||
@ -395,9 +415,6 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
- Change main payload handlers to property (jkonecny)
|
||||
- Add root password SSH login override checkbox (#1716282) (mkolman)
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 31.20-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Mon Jul 22 2019 Jiri Konecny <jkonecny@redhat.com> - 31.20-1
|
||||
- Move code to exctract kernel version from tar to utils (jkonecny)
|
||||
- Add link for our translations to README (#1729788) (jkonecny)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-31.21.tar.bz2) = ac45afcc6a8864a9d8bc8aef49ac250437206b701372cd64b817a1a8d48f9521fddb902e0b32a03183fed4a87d0634a9d8ae3670e68388ddf243e70cf71d1bae
|
||||
SHA512 (anaconda-31.22.tar.bz2) = de2280fa57847f01eea2f780b8c5b490fc7d543290c87df3bba63e9d9bacc0d9ebc81f3f099eca2ae68974ea1e112730d827cc56734a083f93830be8228cb7ba
|
||||
|
Loading…
Reference in New Issue
Block a user