From 63edc180d5e4f71a9d09127e63e3172e93044b4d Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 6 Nov 2024 19:22:36 -0600 Subject: [PATCH] ci: prepare: Fix syntax for dnf5 in Fedora 41 Apparently, `dnf5` differs from `dnf` in that it does not ignore the trailing `--` argument: > Unknown argument "--" for command "install". Add "--help" for more > information about the arguments. --- ci/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/prepare.sh b/ci/prepare.sh index ca80d7e..6b036ae 100644 --- a/ci/prepare.sh +++ b/ci/prepare.sh @@ -13,7 +13,7 @@ dnf install -y \ rust \ systemd-rpm-macros \ tar \ - -- + && : install -m u=rwx,go= -d "${GNUPGHOME}" cat > "${GNUPGHOME}"/gpg-agent.conf <