- 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
This commit is contained in:
parent
e1c07c8b03
commit
606041d732
1
.gitignore
vendored
1
.gitignore
vendored
@ -307,3 +307,4 @@
|
|||||||
/anaconda-34.25.0.24.tar.bz2
|
/anaconda-34.25.0.24.tar.bz2
|
||||||
/anaconda-34.25.0.25.tar.bz2
|
/anaconda-34.25.0.25.tar.bz2
|
||||||
/anaconda-34.25.0.26.tar.bz2
|
/anaconda-34.25.0.26.tar.bz2
|
||||||
|
/anaconda-34.25.0.27.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 34.25.0.26
|
Version: 34.25.0.27
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -40,7 +40,7 @@ Source0: %{name}-%{version}.tar.bz2
|
|||||||
%define pythonblivetver 1:3.4.0-10
|
%define pythonblivetver 1:3.4.0-10
|
||||||
%define rpmver 4.10.0
|
%define rpmver 4.10.0
|
||||||
%define simplelinever 1.1-1
|
%define simplelinever 1.1-1
|
||||||
%define subscriptionmanagerver 1.26
|
%define subscriptionmanagerver 1.29.24
|
||||||
%define utillinuxver 2.15.1
|
%define utillinuxver 2.15.1
|
||||||
|
|
||||||
BuildRequires: audit-libs-devel
|
BuildRequires: audit-libs-devel
|
||||||
@ -407,6 +407,18 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Thu Feb 03 2022 Vladimir Slavik <vslavik@redhat.com> - 34.25.0.26-1
|
||||||
- Write all PVs to LVM devices file (vslavik)
|
- Write all PVs to LVM devices file (vslavik)
|
||||||
Resolves: rhbz#2040302
|
Resolves: rhbz#2040302
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-34.25.0.26.tar.bz2) = 1d0d15272e8d8f09f7554f64160fe8f90c0eb746936a6b5b185d65aea4dccca17a43e20c4576b16940af548551201d8c8933eeca0a014544b7dad2d1a1a26893
|
SHA512 (anaconda-34.25.0.27.tar.bz2) = 522cf11b305a6308cf0ec93d45cfaf44a9087785e65d2bf4f332597df4dc955bbf74a7cb05a466cfbac985a11f256b2dad2480fbd2957f26e4003786e31d2f85
|
||||||
|
Loading…
Reference in New Issue
Block a user