Backport PR #1370 to handle wget being replaced by wget2-wget
This commit is contained in:
parent
e7bb19d0c6
commit
15237f8b2f
31
0001-runtime-install-wget2-wget-has-replaced-wget.patch
Normal file
31
0001-runtime-install-wget2-wget-has-replaced-wget.patch
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
From 0476a77915f678846f446f819c5fec66f2997386 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Adam Williamson <awilliam@redhat.com>
|
||||||
|
Date: Fri, 26 Jan 2024 11:19:59 -0800
|
||||||
|
Subject: [PATCH] runtime-install: wget2-wget has replaced wget
|
||||||
|
|
||||||
|
wget has been retired:
|
||||||
|
https://src.fedoraproject.org/rpms/wget/c/ce69c17
|
||||||
|
in favor of wget2-wget:
|
||||||
|
https://fedoraproject.org/wiki/Changes/Wget2asWget
|
||||||
|
|
||||||
|
Signed-off-by: Adam Williamson <awilliam@redhat.com>
|
||||||
|
---
|
||||||
|
share/templates.d/99-generic/runtime-install.tmpl | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/share/templates.d/99-generic/runtime-install.tmpl b/share/templates.d/99-generic/runtime-install.tmpl
|
||||||
|
index d6029830..80213366 100644
|
||||||
|
--- a/share/templates.d/99-generic/runtime-install.tmpl
|
||||||
|
+++ b/share/templates.d/99-generic/runtime-install.tmpl
|
||||||
|
@@ -184,7 +184,7 @@ installpkg python3-pyatspi
|
||||||
|
## extra tools not required by anaconda
|
||||||
|
installpkg nano nano-default-editor
|
||||||
|
installpkg vim-minimal strace lsof dump xz less
|
||||||
|
-installpkg wget rsync bind-utils ftp mtr vconfig
|
||||||
|
+installpkg wget2-wget rsync bind-utils ftp mtr vconfig
|
||||||
|
installpkg spice-vdagent
|
||||||
|
installpkg gdisk hexedit sg3_utils
|
||||||
|
|
||||||
|
--
|
||||||
|
2.43.0
|
||||||
|
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 40.3
|
Version: 40.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -15,6 +15,10 @@ URL: https://github.com/weldr/lorax
|
|||||||
# tito build --tgz
|
# tito build --tgz
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
# https://github.com/weldr/lorax/pull/1370
|
||||||
|
# wget replaced by wget2-wget
|
||||||
|
Patch: 0001-runtime-install-wget2-wget-has-replaced-wget.patch
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -168,6 +172,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_datadir}/lorax/templates.d/*
|
%{_datadir}/lorax/templates.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 26 2024 Adam Williamson <awilliam@redhat.com> - 40.3-4
|
||||||
|
- Backport PR #1370 to handle wget being replaced by wget2-wget
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 40.3-3
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 40.3-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user