Update to anaconda-34.25.2.3
Disable the concurrency check in the error dialog in TUI (vponcova) Resolves: rhbz#2070920 Support bond device activated in initramfs from kickstart (rvykydal) Resolves: rhbz#2133053
This commit is contained in:
parent
3f5f7988af
commit
6e883ab046
1
.gitignore
vendored
1
.gitignore
vendored
@ -324,3 +324,4 @@
|
||||
/anaconda-34.25.1.14.tar.bz2
|
||||
/anaconda-34.25.2.1.tar.bz2
|
||||
/anaconda-34.25.2.2.tar.bz2
|
||||
/anaconda-34.25.2.3.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.25.2.2
|
||||
Version: 34.25.2.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -39,7 +39,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
%define pypartedver 2.5-2
|
||||
%define pythonblivetver 1:3.4.0-15
|
||||
%define rpmver 4.10.0
|
||||
%define simplelinever 1.1-1
|
||||
%define simplelinever 1.8.3-1
|
||||
%define subscriptionmanagerver 1.29.24
|
||||
%define utillinuxver 2.15.1
|
||||
|
||||
@ -407,6 +407,12 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 28 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.2.3-1
|
||||
- Disable the concurrency check in the error dialog in TUI (vponcova)
|
||||
Resolves: rhbz#2070920
|
||||
- Support bond device activated in initramfs from kickstart (rvykydal)
|
||||
Resolves: rhbz#2133053
|
||||
|
||||
* Thu Nov 10 2022 Martin Kolman <mkolman@redhat.com> - 34.25.2.2-1
|
||||
- Initialize empty disks on the Manual Partitioning screen (vponcova)
|
||||
Resolves: rhbz#2127100
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.25.2.2.tar.bz2) = 14456d901898b40e7d8f6d58043d087e110c7ffa4709c2d1eb5f197336cfd10558baafd4abe088473223aa26c06a423d5d2196cb88c4835bbb5244b4ae4b0a03
|
||||
SHA512 (anaconda-34.25.2.3.tar.bz2) = bf129e3b5df854c53f616d7b268f57b5cbcac8ccf8f4b639a21d645157522fa46419ea0ecb61168bbf383588ebaa631e725adfbe1fb0306390518e8d90517b31
|
||||
|
Loading…
Reference in New Issue
Block a user