Resolves: #2226508 - FTBFS in Fedora rawhide/f39w

This commit is contained in:
Michal Ruprich 2023-07-31 08:39:48 +02:00
parent aa7dd23145
commit 6c640f76f2
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
diff --git a/testenv/conf/expected_files.py b/testenv/conf/expected_files.py
index 65adb70..f282927 100644
--- a/testenv/conf/expected_files.py
+++ b/testenv/conf/expected_files.py
@@ -27,7 +27,7 @@ class ExpectedFiles:
# pubring.gpg, pubring.kbx, dirmngr.conf, gpg.conf will be created by libgpgme
# if $HOME doesn't contain the .gnupg directory.
# setting $HOME to CWD (in base_test.py) breaks two Metalink tests, so we skip this file here.
- if name in [ 'pubring.gpg', 'pubring.kbx', 'dirmngr.conf', 'gpg.conf' ]:
+ if name in [ 'pubring.gpg', 'pubring.kbx', 'dirmngr.conf', 'gpg.conf', 'common.conf' ]:
continue
f = {'content': ''}

View File

@ -14,6 +14,7 @@ Patch1: wget-1.17-path.patch
Patch2: wget-1.21.3-hsts-32bit.patch
# https://gitlab.com/gnuwget/wget/-/merge_requests/36
Patch3: wget-1.21.4-py312.patch
Patch4: wget-1.21.3-metalink-gnupg.patch
Provides: webclient
Provides: bundled(gnulib)