[packit] 40.22.3.2 upstream release
Upstream tag: anaconda-40.22.3.2-1 Upstream commit: 1956f92e
This commit is contained in:
parent
7447b5864c
commit
b2ebef716b
1
.gitignore
vendored
1
.gitignore
vendored
@ -397,3 +397,4 @@
|
|||||||
/anaconda-40.20.tar.bz2
|
/anaconda-40.20.tar.bz2
|
||||||
/anaconda-40.21.tar.bz2
|
/anaconda-40.21.tar.bz2
|
||||||
/anaconda-40.22.3.1.tar.bz2
|
/anaconda-40.22.3.1.tar.bz2
|
||||||
|
/anaconda-40.22.3.2.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 40.22.3.1
|
Version: 40.22.3.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -112,13 +112,15 @@ Requires: subscription-manager >= %{subscriptionmanagerver}
|
|||||||
# which is apparently great for containers but unhelpful for the rest of us
|
# which is apparently great for containers but unhelpful for the rest of us
|
||||||
Requires: cracklib-dicts
|
Requires: cracklib-dicts
|
||||||
|
|
||||||
|
%if 0%{?rhel} < 10 || 0%{?fedora}
|
||||||
Requires: teamd
|
Requires: teamd
|
||||||
|
Requires: NetworkManager-team
|
||||||
|
%endif
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
Requires: openssh
|
Requires: openssh
|
||||||
%endif
|
%endif
|
||||||
Requires: NetworkManager >= %{nmver}
|
Requires: NetworkManager >= %{nmver}
|
||||||
Requires: NetworkManager-libnm >= %{nmver}
|
Requires: NetworkManager-libnm >= %{nmver}
|
||||||
Requires: NetworkManager-team
|
|
||||||
Requires: kbd
|
Requires: kbd
|
||||||
Requires: chrony
|
Requires: chrony
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
@ -467,6 +469,15 @@ rm -rf \
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 24 2024 Katerina Koukiou <kkoukiou@redhat.com> - 40.22.3.2-1
|
||||||
|
- network: guard team devices configuration from kickstart by capabilities
|
||||||
|
(rvykydal)
|
||||||
|
- network gui: use Capabilites API to guard adding of team device (rvykydal)
|
||||||
|
- network: add Capabilities property to API (rvykydal)
|
||||||
|
- Do not include teamd on RHEL (rvykydal)
|
||||||
|
Resolves: RHEL-33892
|
||||||
|
- Update translations from Weblate for rhel-10
|
||||||
|
|
||||||
* Fri Apr 19 2024 Katerina Koukiou <kkoukiou@redhat.com> - 40.22.3.1-1
|
* Fri Apr 19 2024 Katerina Koukiou <kkoukiou@redhat.com> - 40.22.3.1-1
|
||||||
- Get latest changes from fedora-40 branch to RHEL-10
|
- Get latest changes from fedora-40 branch to RHEL-10
|
||||||
Resolves: RHEL-33385
|
Resolves: RHEL-33385
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-40.22.3.1.tar.bz2) = f141c7e761e98edd38a1eb23108c898c75ff4a3aedba4d0664d712560a57985dca07633790c34fd89a776dff7ea3ccbd146167773a41682c068120a35d768ba1
|
SHA512 (anaconda-40.22.3.2.tar.bz2) = 951ce69ba6f627843c691596e262224b8ea4f5c32ec68920d0f70aa863356e38139f8460432d2c5dd23500f181227267e0d8923726d8bb5a952f26191e940da6
|
||||||
|
Loading…
Reference in New Issue
Block a user