Skip to content

Commit

Permalink
rpm: enable AlmaLinux 9 test case (#560)
Browse files Browse the repository at this point in the history
Note that confluent-community-2.13 seems signed by deprecated SHA-1.


https://www.redhat.com/en/blog/rhel-security-sha-1-package-signatures-distrusted-rhel-9

---------

Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
  • Loading branch information
kenhys authored Aug 3, 2023
1 parent b687322 commit f34ac4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fluent-package/yum/serverspec-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ case ${distribution} in
JAVA_JRE=java-17-openjdk
case ${version} in
9)
# FIXME: Enable it when the package is released
ENABLE_KAFKA_TEST=0
# FIXME: Accept SHA-1 signed confluent packages.
update-crypto-policies --set LEGACY
;;
esac
;;
Expand Down
2 changes: 1 addition & 1 deletion fluent-package/yum/systemd-test/install-newly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SCRIPT
sudo rpm --import https://packages.treasuredata.com/GPG-KEY-fluent-package
sudo sh <<SCRIPT
cat > /etc/yum.repos.d/fluent-package-lts.repo <<'EOF';
[fluent-package]
[fluent-package-lts]
name=Fluentd Project
baseurl=https://packages.treasuredata.com/lts/5/${DISTRIBUTION}/${DISTRIBUTION_VERSION}/\$basearch
gpgcheck=1
Expand Down

0 comments on commit f34ac4a

Please sign in to comment.