Skip to content

Commit

Permalink
FP4
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Jan 16, 2025
1 parent c2d87ba commit e2f98b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/package
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ case "$PACKAGING" in
echo "error: unable to determine selinux-policy package version"
exit 1
fi
OPENSSL_VERSION=$(rpm -q -qf '%{VERSION}\n' openssl)
OPENSSL_VERSION=$(rpm -q --qf '%{VERSION}\n' openssl)
if [ -z "$OPENSSL_VERSION" ]; then
echo "error: unable to determine openssl package version"
exit 1
Expand Down

0 comments on commit e2f98b5

Please sign in to comment.