New version 33.11-1
- Reset the partitioning of Blivet-GUI (#1826286) (vponcova) - Fix the validation of a device label (#1823221) (vponcova) - Use the new base classes in sources (vslavik) - Add base classes for mounting sources (vslavik) - Add test if the spokes ordering is correct (jkonecny) - Fix ordering of spokes with the same priority (jkonecny) - Fix TUI Kernel and Unsupported HW spokes ordering (jkonecny) - Switch collecting & ordering action classes to static (jkonecny) - Add TUI/GUI tests for standalone spokes priority (jkonecny) - Use join_paths instead of os.path.join in sources (vslavik) - Get ui/__init__.py closer to pep8 (jkonecny) - Allow to remove incomplete devices (#1823232) (vponcova) - subscription: RHSMObserver & StartRHSMTask (mkolman) - Make sure that the summary button is really hidden (#1823467) (vponcova) - Use default priority in the GUI spokes (jkonecny) - Fix TUI spokes priorities (jkonecny) - Add back default priority for standalone spokes (jkonecny) - subscription: Add initial RHSM DBus API identifiers (mkolman) - Install scripts at /usr/bin (vponcova) - Remove mock from the test dependencies (vponcova) - Install test dependencies from pip when possible (vponcova) - Fix the indentation of the test dependencies (vponcova) - Expand the selector with swap (#1823127) (vponcova) - Fix default value for pwpolicy emptyok (#1664704) (mkolman) - Only quit GTK mainloop on GUI quit request (#1643111) (mkolman) - Print correct message if no linux partitions were found in rescue mode (#1823222) (honza.stodola) - Use black color for errors in bottom bar (#1823004) (honza.stodola)
This commit is contained in:
parent
0f2c44239a
commit
18524a34a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -236,3 +236,4 @@
|
||||
/anaconda-33.8.tar.bz2
|
||||
/anaconda-33.9.tar.bz2
|
||||
/anaconda-33.10.tar.bz2
|
||||
/anaconda-33.11.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 33.10
|
||||
Version: 33.11
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -353,6 +353,36 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 21 2020 Martin Kolman <mkolman@redhat.com> - 33.11-1
|
||||
- Reset the partitioning of Blivet-GUI (#1826286) (vponcova)
|
||||
- Fix the validation of a device label (#1823221) (vponcova)
|
||||
- Use the new base classes in sources (vslavik)
|
||||
- Add base classes for mounting sources (vslavik)
|
||||
- Add test if the spokes ordering is correct (jkonecny)
|
||||
- Fix ordering of spokes with the same priority (jkonecny)
|
||||
- Fix TUI Kernel and Unsupported HW spokes ordering (jkonecny)
|
||||
- Switch collecting & ordering action classes to static (jkonecny)
|
||||
- Add TUI/GUI tests for standalone spokes priority (jkonecny)
|
||||
- Use join_paths instead of os.path.join in sources (vslavik)
|
||||
- Get ui/__init__.py closer to pep8 (jkonecny)
|
||||
- Allow to remove incomplete devices (#1823232) (vponcova)
|
||||
- subscription: RHSMObserver & StartRHSMTask (mkolman)
|
||||
- Make sure that the summary button is really hidden (#1823467) (vponcova)
|
||||
- Use default priority in the GUI spokes (jkonecny)
|
||||
- Fix TUI spokes priorities (jkonecny)
|
||||
- Add back default priority for standalone spokes (jkonecny)
|
||||
- subscription: Add initial RHSM DBus API identifiers (mkolman)
|
||||
- Install scripts at /usr/bin (vponcova)
|
||||
- Remove mock from the test dependencies (vponcova)
|
||||
- Install test dependencies from pip when possible (vponcova)
|
||||
- Fix the indentation of the test dependencies (vponcova)
|
||||
- Expand the selector with swap (#1823127) (vponcova)
|
||||
- Fix default value for pwpolicy emptyok (#1664704) (mkolman)
|
||||
- Only quit GTK mainloop on GUI quit request (#1643111) (mkolman)
|
||||
- Print correct message if no linux partitions were found in rescue mode
|
||||
(#1823222) (honza.stodola)
|
||||
- Use black color for errors in bottom bar (#1823004) (honza.stodola)
|
||||
|
||||
* Thu Apr 16 2020 Martin Kolman <mkolman@redhat.com> - 33.10-1
|
||||
- subscription: Implement install_with_tasks() method (mkolman)
|
||||
- subscription: Add the IsSubscriptionAttached property (mkolman)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-33.10.tar.bz2) = 52b55f8d4a45c1ad1388bdce5f51e848bb0a0d6fe5172eec7f9062f00dbd76f86c3ece3650fc16061985fbd2531f47218fd119a2ab8b640c1f0932b2c4bb480c
|
||||
SHA512 (anaconda-33.11.tar.bz2) = 5fdc2bcdab9431c7dd15a160f84afb147bba027a5242f5cf58aee09c2dab355d239f4d2ad9cb545497c328ae1fbbce2f3db6ec6e1ce57b07b190be6b2d623872
|
||||
|
Loading…
Reference in New Issue
Block a user