Update to anaconda-34.25.2.7
- Show an error message when subscription token transfer fails (mkolman) Resolves: rhbz#2057472 - Bump blivet version for NVMe-oF support (vslavik) Resolves: rhbz#2164343 - Make text in custom_storage_helper more accurate (ozobal) Resolves: rhbz#2133046 - Fix infobar colors in GTK GUI (ozobal) Resolves: rhbz#2074827
This commit is contained in:
parent
aee75a3909
commit
aa1f4574c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -328,3 +328,4 @@
|
||||
/anaconda-34.25.2.4.tar.bz2
|
||||
/anaconda-34.25.2.5.tar.bz2
|
||||
/anaconda-34.25.2.6.tar.bz2
|
||||
/anaconda-34.25.2.7.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.25.2.6
|
||||
Version: 34.25.2.7
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -37,7 +37,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
%define nmver 1.0
|
||||
%define pykickstartver 3.32.9-1
|
||||
%define pypartedver 2.5-2
|
||||
%define pythonblivetver 1:3.4.0-15
|
||||
%define pythonblivetver 1:3.6.0-4
|
||||
%define rpmver 4.10.0
|
||||
%define simplelinever 1.8.3-1
|
||||
%define subscriptionmanagerver 1.29.31
|
||||
@ -411,6 +411,16 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 02 2023 Jiri Konecny <jkonecny@redhat.com> - 34.25.2.7-1
|
||||
- Show an error message when subscription token transfer fails (mkolman)
|
||||
Resolves: rhbz#2057472
|
||||
- Bump blivet version for NVMe-oF support (vslavik)
|
||||
Resolves: rhbz#2164343
|
||||
- Make text in custom_storage_helper more accurate (ozobal)
|
||||
Resolves: rhbz#2133046
|
||||
- Fix infobar colors in GTK GUI (ozobal)
|
||||
Resolves: rhbz#2074827
|
||||
|
||||
* Wed Jan 11 2023 Vladimír Slávik <vslavik@redhat.com> - 34.25.2.6-1
|
||||
- Add a NVMe-FC tab to the Advanced Storage screen (vslavik)
|
||||
Resolves: rhbz#2107346
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.25.2.6.tar.bz2) = 90bc962d05233d9bbf8ea0b5c14f864f94d793a9fe2511fe95ab519269efe168d817ea67838b3c35ba1e856d3abee1e77fe2952f5312ac2e31260507dac7e06a
|
||||
SHA512 (anaconda-34.25.2.7.tar.bz2) = 58eb326fbda2ecbd9ed7bdb395b8774af2ca7884fe2d5dd1f7dea3588cc6d988e2b627dc33cce2c0149520bcaad4e223845ed5b61d0b1b0a3c1c8dfe8aa3c6ea
|
||||
|
Loading…
Reference in New Issue
Block a user