import anaconda-34.25.0.29-1.el9_0

This commit is contained in:
CentOS Sources 2022-04-05 06:34:34 -04:00 committed by Stepan Oksanichenko
parent 437fae1115
commit 01caf06331
3 changed files with 30 additions and 4 deletions

View File

@ -1 +1 @@
cc2abe4a089bf3316ee7a5a040807941adc8d3ae SOURCES/anaconda-34.25.0.26.tar.bz2
ce4d0349f279ee07c8b4a39640bda88f03aa3d3b SOURCES/anaconda-34.25.0.29.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-34.25.0.26.tar.bz2
SOURCES/anaconda-34.25.0.29.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 34.25.0.26
Version: 34.25.0.29
Release: 1%{?dist}
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -40,7 +40,7 @@ Source0: %{name}-%{version}.tar.bz2
%define pythonblivetver 1:3.4.0-10
%define rpmver 4.10.0
%define simplelinever 1.1-1
%define subscriptionmanagerver 1.26
%define subscriptionmanagerver 1.29.24
%define utillinuxver 2.15.1
BuildRequires: audit-libs-devel
@ -407,6 +407,32 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Thu Mar 17 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.0.29-1
- Make failure in generating of dracut arguments for iSCSI device non-fatal.
(rvykydal)
Resolves: rhbz#2055985
- Do not generate dracut arguments multiple times for some storage devices
(rvykydal)
Related: rhbz#2055985
- Skip /etc/machine-info during live installs (awilliam)
Resolves: rhbz#2059565
* Wed Mar 09 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.0.28-1
- Tier 0 Localization
Resolves: rhbz#2017306
* Thu Feb 24 2022 Vendula Poncova <vponcova@redhat.com> - 34.25.0.27-1
- Use cache when fetching organization data from the GUI (mkolman)
Resolves: rhbz#2044258
- Bump subscription-manager version (mkolman)
Related: rhbz#2048449
- Improve UX in Simple Content Access mode (mkolman)
Resolves: rhbz#2048449
- Add IsSimpleContentAccessEnabled property (mkolman)
Related: rhbz#2048449
- Add support for SCA mode detection from registration data (mkolman)
Related: rhbz#2048449
* Thu Feb 03 2022 Vladimir Slavik <vslavik@redhat.com> - 34.25.0.26-1
- Write all PVs to LVM devices file (vslavik)
Resolves: rhbz#2040302