Skip to content

Commit

Permalink
Change RPM_MACROS_URL in the workflow to point to the coming v7.0.0 r…
Browse files Browse the repository at this point in the history
…elease tag.
  • Loading branch information
ximon18 committed Mar 9, 2023
1 parent 85bf3d8 commit 9f710b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkg-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ jobs:
# command line argument.
if [ -f "${RPM_SCRIPTLETS_PATH}" ]; then
# Download the RPM systemd macros shell functions file fragment
SYSTEMD_RPM_MACROS_URL="https://raw.githubusercontent.com/NLnetLabs/ploutos/v6.3.0/fragments/macros.systemd.sh"
SYSTEMD_RPM_MACROS_URL="https://raw.githubusercontent.com/NLnetLabs/ploutos/v7.0.0/fragments/macros.systemd.sh"
SYSTEMD_RPM_MACROS_FILE="/tmp/systemd_rpm_macros"
curl --proto '=https' --tlsv1.2 --fail --output ${SYSTEMD_RPM_MACROS_FILE} ${SYSTEMD_RPM_MACROS_URL}
Expand Down

0 comments on commit 9f710b6

Please sign in to comment.