Apply AlmaLinux patches
Enable live subpackage by default on AlmaLinux
This commit is contained in:
commit
c8a294fa9b
1
.gitignore
vendored
1
.gitignore
vendored
@ -419,3 +419,4 @@
|
|||||||
/anaconda-40.22.3.22.tar.bz2
|
/anaconda-40.22.3.22.tar.bz2
|
||||||
/anaconda-40.22.3.23.tar.bz2
|
/anaconda-40.22.3.23.tar.bz2
|
||||||
/anaconda-40.22.3.24.tar.bz2
|
/anaconda-40.22.3.24.tar.bz2
|
||||||
|
/anaconda-40.22.3.25.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 40.22.3.24
|
Version: 40.22.3.25
|
||||||
Release: 1%{?dist}.alma.1
|
Release: 1%{?dist}.alma.1
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -283,6 +283,9 @@ Requires: ostree
|
|||||||
Requires: skopeo
|
Requires: skopeo
|
||||||
# External tooling for managing NVMe-FC devices in the installation environment
|
# External tooling for managing NVMe-FC devices in the installation environment
|
||||||
Requires: nvme-cli
|
Requires: nvme-cli
|
||||||
|
# needed for encrypted DNS
|
||||||
|
Requires: dnsconfd
|
||||||
|
Requires: dnsconfd-dracut
|
||||||
|
|
||||||
%description install-img-deps
|
%description install-img-deps
|
||||||
The anaconda-install-img-deps metapackage lists all boot.iso installation
|
The anaconda-install-img-deps metapackage lists all boot.iso installation
|
||||||
@ -351,6 +354,9 @@ Requires: dracut-live
|
|||||||
Requires: xz
|
Requires: xz
|
||||||
Requires: python3-kickstart
|
Requires: python3-kickstart
|
||||||
Requires: iputils
|
Requires: iputils
|
||||||
|
# Required for encrypted DNS
|
||||||
|
Requires: dnsconfd-dracut
|
||||||
|
Requires: dnsconfd
|
||||||
|
|
||||||
%description dracut
|
%description dracut
|
||||||
The 'anaconda' dracut module handles installer-specific boot tasks and
|
The 'anaconda' dracut module handles installer-specific boot tasks and
|
||||||
@ -493,10 +499,16 @@ rm -rf \
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 14 2025 Eduard Abdullin <eabdullin@almalinux.org> - 40.22.3.24-1.alma.1
|
* Tue Feb 18 2025 Eduard Abdullin <eabdullin@almalinux.org> - 40.22.3.25-1.alma.1
|
||||||
- Apply AlmaLinux patches
|
- Apply AlmaLinux patches
|
||||||
- Enable live subpackage by default on AlmaLinux
|
- Enable live subpackage by default on AlmaLinux
|
||||||
|
|
||||||
|
* Mon Feb 17 2025 Radek Vykydal <rvykydal@redhat.com> - 40.22.3.25-1
|
||||||
|
- network: add dnsconfd to installer environment (rvykydal)
|
||||||
|
Resolves: RHEL-79800
|
||||||
|
- network: add dnsconfd to selected packages if used in installer (rvykydal)
|
||||||
|
Resolves: RHEL-79802
|
||||||
|
|
||||||
* Thu Feb 13 2025 Radek Vykydal <rvykydal@redhat.com> - 40.22.3.24-1
|
* Thu Feb 13 2025 Radek Vykydal <rvykydal@redhat.com> - 40.22.3.24-1
|
||||||
- dracut: depend on net-lib not ifcfg (awilliam)
|
- dracut: depend on net-lib not ifcfg (awilliam)
|
||||||
Resolves: RHEL-78746
|
Resolves: RHEL-78746
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-40.22.3.24.tar.bz2) = fa792baeaa08a7adb76b2449d79282ba352cd2dedf823a0e07846841487b457d28b049c24464bb5cfe2f92673ea88dc8975e655e64eb98b9e72db0280756884e
|
SHA512 (anaconda-40.22.3.25.tar.bz2) = de42bc2e279685a67c5aca83accaf5f371236706294cdeb2996d37470471b6042c3b0931847ef485fb5dfa1d0d433f7fc650f2f1e86153df0e1613b699b6c7fa
|
||||||
|
Loading…
Reference in New Issue
Block a user