From: Luca Boccassi Date: Wed, 18 Feb 2026 19:55:41 +0000 (+0000) Subject: test: skip dnf signature checks in TEST-88-UPGRADE X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=920483872449ba64968b946dbafce293390b2924;p=thirdparty%2Fsystemd.git test: skip dnf signature checks in TEST-88-UPGRADE Fixes failure on Rawhide: TEST-88-UPGRADE.sh[512]: Transaction failed: Rpm transaction failed. TEST-88-UPGRADE.sh[512]: Warning: skipped OpenPGP checks for 15 packages from repository: @commandline TEST-88-UPGRADE.sh[512]: - package systemd-shared-260~devel-20260218150812.fc45.x86_64 does not verify: no signature --- diff --git a/test/units/TEST-88-UPGRADE.sh b/test/units/TEST-88-UPGRADE.sh index 96bc8f8aee0..faf3e3748ee 100755 --- a/test/units/TEST-88-UPGRADE.sh +++ b/test/units/TEST-88-UPGRADE.sh @@ -84,7 +84,7 @@ timer2=$(systemctl show -P NextElapseUSecRealtime upgrade_timer_test.timer) # FIXME: See https://github.com/systemd/systemd/pull/39293 systemctl stop systemd-networkd-resolve-hook.socket || true -dnf downgrade -y --allowerasing --disablerepo '*' "$pkgdir"/distro/*.rpm +dnf downgrade --no-gpgchecks -y --allowerasing --disablerepo '*' "$pkgdir"/distro/*.rpm # Some distros don't ship networkd, so the test will always fail if command -v networkctl >/dev/null; then @@ -105,7 +105,7 @@ fi check_sd # Finally test the upgrade -dnf -y upgrade --disablerepo '*' "$pkgdir"/devel/*.rpm +dnf -y upgrade --no-gpgchecks --disablerepo '*' "$pkgdir"/devel/*.rpm # TODO: sanity checks check_sd