New version 33.8-1
- Fix the indentation of false positives (vponcova) - Don't try to format FBA DASD devices (#1715303) (vponcova) - Disable the SMT warning by default (vponcova) - Detect and warn if SMT is enabled (#1684056) (vponcova) - Use constants to check the type of the payload object (#1820418) (vponcova) - Provide the DBus types of the payloads (vponcova) - Add Harddrive (HDD, HDISO) source (vslavik) - Add utility functions for sources (vslavik) - subscription: SubscriptionRequest DBus structure (mkolman) - Remove the abstraction for the event loop (vponcova) - Upgrade findFirstIsoImage (vslavik) - Make sure that all Anaconda's DBus errors are registered (vponcova) - Remove the mapping to a DBus error for KickstartError (vponcova) - Don't use the default error register (vponcova) - Set new repo configuration after validation is done (jkonecny) - Add packaging constrains to URL payload source (jkonecny) - Add repo cost to the URL payload source (jkonecny) - Add proxy url to URL payload source (jkonecny) - Add ssl configuration structure to URL payload source (jkonecny) - Add ssl verification flag to URL payload source (jkonecny) - Add Name to the URL payload source (jkonecny) - Add URL repo configuration to the url source (jkonecny) - Add empty repository configuration DBus structure (jkonecny) - Add install_repo_enabled flag to URL payload source (jkonecny) - Add tests for set up and tear down for url source (jkonecny) - Add is_ready tests for URL source module (jkonecny) - Add simple tests for a new URL payload source (jkonecny) - Add payload URL source base structure (jkonecny)
This commit is contained in:
parent
2afe3729bc
commit
d45fedc901
1
.gitignore
vendored
1
.gitignore
vendored
@ -233,3 +233,4 @@
|
||||
/anaconda-33.5.tar.bz2
|
||||
/anaconda-33.6.tar.bz2
|
||||
/anaconda-33.7.tar.bz2
|
||||
/anaconda-33.8.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 33.7
|
||||
Version: 33.8
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -40,7 +40,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
%define rpmver 4.10.0
|
||||
%define simplelinever 1.1-1
|
||||
%define utillinuxver 2.15.1
|
||||
%define dasbusver 0.3
|
||||
%define dasbusver 0.4
|
||||
|
||||
BuildRequires: audit-libs-devel
|
||||
BuildRequires: libtool
|
||||
@ -353,6 +353,36 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 08 2020 Martin Kolman <mkolman@redhat.com> - 33.8-1
|
||||
- Fix the indentation of false positives (vponcova)
|
||||
- Don't try to format FBA DASD devices (#1715303) (vponcova)
|
||||
- Disable the SMT warning by default (vponcova)
|
||||
- Detect and warn if SMT is enabled (#1684056) (vponcova)
|
||||
- Use constants to check the type of the payload object (#1820418) (vponcova)
|
||||
- Provide the DBus types of the payloads (vponcova)
|
||||
- Add Harddrive (HDD, HDISO) source (vslavik)
|
||||
- Add utility functions for sources (vslavik)
|
||||
- subscription: SubscriptionRequest DBus structure (mkolman)
|
||||
- Remove the abstraction for the event loop (vponcova)
|
||||
- Upgrade findFirstIsoImage (vslavik)
|
||||
- Make sure that all Anaconda's DBus errors are registered (vponcova)
|
||||
- Remove the mapping to a DBus error for KickstartError (vponcova)
|
||||
- Don't use the default error register (vponcova)
|
||||
- Set new repo configuration after validation is done (jkonecny)
|
||||
- Add packaging constrains to URL payload source (jkonecny)
|
||||
- Add repo cost to the URL payload source (jkonecny)
|
||||
- Add proxy url to URL payload source (jkonecny)
|
||||
- Add ssl configuration structure to URL payload source (jkonecny)
|
||||
- Add ssl verification flag to URL payload source (jkonecny)
|
||||
- Add Name to the URL payload source (jkonecny)
|
||||
- Add URL repo configuration to the url source (jkonecny)
|
||||
- Add empty repository configuration DBus structure (jkonecny)
|
||||
- Add install_repo_enabled flag to URL payload source (jkonecny)
|
||||
- Add tests for set up and tear down for url source (jkonecny)
|
||||
- Add is_ready tests for URL source module (jkonecny)
|
||||
- Add simple tests for a new URL payload source (jkonecny)
|
||||
- Add payload URL source base structure (jkonecny)
|
||||
|
||||
* Fri Apr 03 2020 Martin Kolman <mkolman@redhat.com> - 33.7-1
|
||||
- Don't clear errors by expanding pages in the custom spoke (vponcova)
|
||||
- Fix the permission for changing a mount point (#1818500) (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-33.7.tar.bz2) = a3c6e4312ae8c91ca4cad33931449097c7fdc9c529b5fb78d716877616634bd631584b34acaffd34b59f800abf4f821a4260af632d1ffc3f0d7454033bb432db
|
||||
SHA512 (anaconda-33.8.tar.bz2) = d338ec90de30c0b61a8d58a319b913c7864f5deeb51889aee4f6b08f21e9b396d389264bea196f7e75de230c4a994bb8b2adb6c6d7298373c6179c8d064879bd
|
||||
|
Loading…
Reference in New Issue
Block a user