New version 33.15-1
- Update the bootloader configuration after live installation (javierm) - subscription: Registration button sensitivity handling (mkolman) - subscription: Make credential checking functions usable in GUI (mkolman) - Add exclude to the dependency_solver (jkonecny) - Add the method is_complete to the class DNFPayload (vponcova) - Add the property source_type to the class DNFPayload (vponcova) - Add the method get_source_proxy to the class DNFPayload (vponcova) - Fix call to super() with missing parameters (vslavik) - Change string according to translator comments (vslavik) - Remove gjs dependency exclude which is no more needed with anaconda-live (rvykydal) - Remove sphinx test dependency (jkonecny) - Extend the objects for parsing the cmdline installation method (vponcova) - Add functions to set up and tear down of DBus sources (vponcova) - Switch call of pip3 to python3 -m pip (jkonecny) - Move for_publication as second method in sources (jkonecny) - Move sources private methods on top of the file (jkonecny) - Fix RPMSourceMixin class documentation (jkonecny) - Switch MountingSourceBase to MountingSourceMixin (jkonecny) - Remove tear_down_with_tasks from MountingSourceBase (jkonecny) - Do not implement get_state in MountingSourceBase (jkonecny) - Change gui test relative imports to absolute (vslavik) - Disable spurious pylint warning (vslavik) - Add CDN source (vslavik) - Test the DBus method IsNetworkRequired (vponcova) - Add the DBus method IsNetworkRequired (vponcova) - Detect HTTPS as a protocol that requires the network (michel) - Remove unused variable (vslavik)
This commit is contained in:
parent
b966c8c905
commit
4e917b53d8
1
.gitignore
vendored
1
.gitignore
vendored
@ -240,3 +240,4 @@
|
||||
/anaconda-33.12.tar.bz2
|
||||
/anaconda-33.13.tar.bz2
|
||||
/anaconda-33.14.tar.bz2
|
||||
/anaconda-33.15.tar.bz2
|
||||
|
@ -1,10 +1,6 @@
|
||||
# Avoid anaconda-core requiring gjs-console due to the GNOME welcome
|
||||
# screen that's shipped in it
|
||||
%global __requires_exclude_from ^%{_datadir}/anaconda/gnome/fedora-welcome.*$
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 33.14
|
||||
Version: 33.15
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -353,6 +349,36 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue May 19 2020 Martin Kolman <mkolman@redhat.com> - 33.15-1
|
||||
- Update the bootloader configuration after live installation (javierm)
|
||||
- subscription: Registration button sensitivity handling (mkolman)
|
||||
- subscription: Make credential checking functions usable in GUI (mkolman)
|
||||
- Add exclude to the dependency_solver (jkonecny)
|
||||
- Add the method is_complete to the class DNFPayload (vponcova)
|
||||
- Add the property source_type to the class DNFPayload (vponcova)
|
||||
- Add the method get_source_proxy to the class DNFPayload (vponcova)
|
||||
- Fix call to super() with missing parameters (vslavik)
|
||||
- Change string according to translator comments (vslavik)
|
||||
- Remove gjs dependency exclude which is no more needed with anaconda-live
|
||||
(rvykydal)
|
||||
- Remove sphinx test dependency (jkonecny)
|
||||
- Extend the objects for parsing the cmdline installation method (vponcova)
|
||||
- Add functions to set up and tear down of DBus sources (vponcova)
|
||||
- Switch call of pip3 to python3 -m pip (jkonecny)
|
||||
- Move for_publication as second method in sources (jkonecny)
|
||||
- Move sources private methods on top of the file (jkonecny)
|
||||
- Fix RPMSourceMixin class documentation (jkonecny)
|
||||
- Switch MountingSourceBase to MountingSourceMixin (jkonecny)
|
||||
- Remove tear_down_with_tasks from MountingSourceBase (jkonecny)
|
||||
- Do not implement get_state in MountingSourceBase (jkonecny)
|
||||
- Change gui test relative imports to absolute (vslavik)
|
||||
- Disable spurious pylint warning (vslavik)
|
||||
- Add CDN source (vslavik)
|
||||
- Test the DBus method IsNetworkRequired (vponcova)
|
||||
- Add the DBus method IsNetworkRequired (vponcova)
|
||||
- Detect HTTPS as a protocol that requires the network (michel)
|
||||
- Remove unused variable (vslavik)
|
||||
|
||||
* Thu May 14 2020 Martin Kolman <mkolman@redhat.com> - 33.14-1
|
||||
- subscription: Hook up state update methods (mkolman)
|
||||
- subscription: Make it possible to register/unregister from the GUI (mkolman)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-33.14.tar.bz2) = 738dfa10998317ec90f221279b003372aa5a0987b86c7d64598c532870614498c5e30d2c9b606fcd1bcb66aac29331ec3064c4410674f1f54f540aa2d7f6a720
|
||||
SHA512 (anaconda-33.15.tar.bz2) = d22554c7dc45278ec3289ae9931eb0d38a735bb606012b5a474cc2cf1d36d5e07745d43497653441731455c94133d43d710d0ae4b2404c725714d3eb846b6f88
|
||||
|
Loading…
Reference in New Issue
Block a user