Update to 40.22.3.3 upstream release
Related: RHEL-27200 Resolves: RHEL-27200 Resolves: RHEL-32760 Upstream tag: anaconda-40.22.3.3 Upstream commit: 4f5747f4 Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
b2ebef716b
commit
9d072f717a
1
.gitignore
vendored
1
.gitignore
vendored
@ -398,3 +398,4 @@
|
||||
/anaconda-40.21.tar.bz2
|
||||
/anaconda-40.22.3.1.tar.bz2
|
||||
/anaconda-40.22.3.2.tar.bz2
|
||||
/anaconda-40.22.3.3.tar.bz2
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
specfile_path: anaconda.spec
|
||||
upstream_package_name: anaconda
|
||||
upstream_tag_template: anaconda-{version}-1
|
||||
upstream_tag_template: anaconda-{version}
|
||||
copy_upstream_release_description: true
|
||||
downstream_package_name: anaconda
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.94.0.
|
||||
The file was generated using packit 0.95.0.
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 40.22.3.2
|
||||
Version: 40.22.3.3
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -10,7 +10,7 @@ URL: http://fedoraproject.org/wiki/Anaconda
|
||||
# git checkout -b archive-branch anaconda-%%{version}-%%{release}
|
||||
# ./autogen.sh
|
||||
# make dist
|
||||
Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}-1/%{name}-%{version}.tar.bz2
|
||||
Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
# Versions of required components (done so we make sure the buildrequires
|
||||
# match the requires versions of things).
|
||||
@ -221,6 +221,8 @@ Requires: f2fs-tools
|
||||
Requires: xfsprogs
|
||||
Requires: dosfstools
|
||||
Requires: e2fsprogs
|
||||
# External tooling for managing NVMe-FC devices in the installation environment
|
||||
Recommends: nvme-cli
|
||||
|
||||
%description install-env-deps
|
||||
The anaconda-install-env-deps metapackage lists all installation environment
|
||||
@ -264,6 +266,8 @@ Requires: rpm-ostree >= %{rpmostreever}
|
||||
Requires: ostree
|
||||
# used by ostree command for native containers
|
||||
Requires: skopeo
|
||||
# External tooling for managing NVMe-FC devices in the installation environment
|
||||
Requires: nvme-cli
|
||||
|
||||
%description install-img-deps
|
||||
The anaconda-install-img-deps metapackage lists all boot.iso installation
|
||||
@ -331,6 +335,7 @@ Requires: dracut-network
|
||||
Requires: dracut-live
|
||||
Requires: xz
|
||||
Requires: python3-kickstart
|
||||
Requires: iputils
|
||||
|
||||
%description dracut
|
||||
The 'anaconda' dracut module handles installer-specific boot tasks and
|
||||
@ -469,6 +474,23 @@ rm -rf \
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon May 20 2024 Katerina Koukiou <kkoukiou@redhat.com> - 40.22.3.3-1
|
||||
- Update translations from Weblate for rhel-10 (github-actions)
|
||||
- Add release note for NVMe-oF (vslavik)
|
||||
Related: RHEL-27200
|
||||
- Add a NVMe-FC tab to the Advanced Storage screen (vslavik)
|
||||
Resolves: RHEL-27200
|
||||
- Update the .glade file for the Advanced Storage screen (vponcova)
|
||||
Related: RHEL-27200
|
||||
- Filter out NVMe over Fibre Channel from local disks (vslavik)
|
||||
Resolves: RHEL-27200
|
||||
- Install nvme-cli on boot.iso (vslavik)
|
||||
Resolves: RHEL-27200
|
||||
- Add release note for new ping command in Dracut (jkonecny)
|
||||
Related: RHEL-32760
|
||||
- Add ping tool to Dracut (jkonecny)
|
||||
Resolves: RHEL-32760
|
||||
|
||||
* Wed Apr 24 2024 Katerina Koukiou <kkoukiou@redhat.com> - 40.22.3.2-1
|
||||
- network: guard team devices configuration from kickstart by capabilities
|
||||
(rvykydal)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-40.22.3.2.tar.bz2) = 951ce69ba6f627843c691596e262224b8ea4f5c32ec68920d0f70aa863356e38139f8460432d2c5dd23500f181227267e0d8923726d8bb5a952f26191e940da6
|
||||
SHA512 (anaconda-40.22.3.3.tar.bz2) = 04a4a529bb2e880df6d51c0466154714f520d9959e4dd8071437c8c94287e170f1b800b1f45169896ce1895ab16e49882f1043bf438ca38f2b7522e6b2cda382
|
||||
|
Loading…
Reference in New Issue
Block a user