Skip to content

Commit fd3a179

Browse files
yedayakscop
andauthored
Review fixes
Co-authored-by: Ville Skyttä <[email protected]>
1 parent 0a47c58 commit fd3a179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/docker/fedoradev/install-packages.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ while read -r file; do
1818
/*) printf "%s\n" "$file" ;;
1919
*) printf "%s\n" {/usr,}/{,s}bin/"$file" ;;
2020
esac
21-
done | grep -v '^/usr/bin/vpnc$' |
21+
done | grep -vxF /usr/bin/vpnc |
2222
xargs dnf -y install --skip-unavailable --skip-broken
23-
# /usr/bin/vpnc installs vpnc-consoleuser, which currently fails to install in
23+
# /usr/bin/vpnc installs vpnc-consoleuser, which as of 2025-04-16 fails to install in
2424
# rawhide (f42): bugzilla.redhat.com/show_bug.cgi?id=2341517
2525
# --skip-broken: avoid failing on not found packages. Also prevents actually
2626
# broken packages from failing the install which is not what we want, but

0 commit comments

Comments
 (0)