Update to anaconda-34.25.3.1
- Add DNS search and ignore options from kickstart (vslavik) Resolves: rhbz#2065754 - driver_updates: migrate driver_updates.py to pep8 format (jkonecny) Related: rhbz#2154906 - driver_updates: adding tests for the new logging solution (jkonecny) Related: rhbz#2154906 - driver_updates: add lot of debug logs for easier debugging (jkonecny) Related: rhbz#2154906 - driver_updates: extend where we print log messages (jkonecny) Resolves: rhbz#2154906 - Add missing documentation about OEMDRV (jkonecny) Related: rhbz#2171811 - oemdrv: wait up to 5 seconds for disks to be handled (rmetrich) Resolves: rhbz#2171811
This commit is contained in:
parent
3214585518
commit
4b8298c81b
1
.gitignore
vendored
1
.gitignore
vendored
@ -332,3 +332,4 @@
|
||||
/anaconda-34.25.2.8.tar.bz2
|
||||
/anaconda-34.25.2.9.tar.bz2
|
||||
/anaconda-34.25.2.10.tar.bz2
|
||||
/anaconda-34.25.3.1.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.25.2.10
|
||||
Version: 34.25.3.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -35,7 +35,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
%define libxklavierver 5.4
|
||||
%define mehver 0.23-1
|
||||
%define nmver 1.0
|
||||
%define pykickstartver 3.32.9-1
|
||||
%define pykickstartver 3.32.10-1
|
||||
%define pypartedver 2.5-2
|
||||
%define pythonblivetver 1:3.6.0-4
|
||||
%define rpmver 4.10.0
|
||||
@ -411,6 +411,22 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu May 11 2023 Radek Vykydal <rvykydal@redhat.com> - 34.25.3.1-1
|
||||
- Add DNS search and ignore options from kickstart (vslavik)
|
||||
Resolves: rhbz#2065754
|
||||
- driver_updates: migrate driver_updates.py to pep8 format (jkonecny)
|
||||
Related: rhbz#2154906
|
||||
- driver_updates: adding tests for the new logging solution (jkonecny)
|
||||
Related: rhbz#2154906
|
||||
- driver_updates: add lot of debug logs for easier debugging (jkonecny)
|
||||
Related: rhbz#2154906
|
||||
- driver_updates: extend where we print log messages (jkonecny)
|
||||
Resolves: rhbz#2154906
|
||||
- Add missing documentation about OEMDRV (jkonecny)
|
||||
Related: rhbz#2171811
|
||||
- oemdrv: wait up to 5 seconds for disks to be handled (rmetrich)
|
||||
Resolves: rhbz#2171811
|
||||
|
||||
* Wed Mar 22 2023 Martin Kolman <mkolman@redhat.com> - 34.25.2.10-1
|
||||
- Update translations
|
||||
Resolves: rhbz#2139640
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.25.2.10.tar.bz2) = 86eb4160b3a1af964db305f51b7276824dc592b9eae078acef8c08a2ccc6fe67e36052ced81d2aaa63116feb2d09a41d23de228125b74fc2dc8362eaa682eb8e
|
||||
SHA512 (anaconda-34.25.3.1.tar.bz2) = c302d72a621bcb8b1d82dba7dda1349c9ca21c4337cdc6c44952dc11591a5305ce6462b85f47ff8edbc74eac3bc74e0619e6a49b67255cfce92d74274a393b2a
|
||||
|
Loading…
Reference in New Issue
Block a user