Skip to content

Commit ca6830e

Browse files
authored
Merge pull request #17 from whamcloud/sagar-gharte/EHT-1293
Fix EL8 and EL9 RPM builds with correct distribution tags
2 parents b4729eb + 64e7731 commit ca6830e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/whamcloud-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ jobs:
256256
bash -c "
257257
set -e
258258
echo 'Installing RPM build tools...'
259-
dnf install -y make rpm-build rpmdevtools systemd-rpm-macros
259+
dnf install -y make rpm-build rpmdevtools systemd-rpm-macros systemd
260260
echo 'Building EL8 RPMs...'
261-
make rpm VERSION=${{ github.event.inputs.version }}
261+
make rpm VERSION=${{ github.event.inputs.version }} DISTS=el8
262262
"
263263
264264
- name: List and verify built EL8 RPMs
@@ -351,9 +351,9 @@ jobs:
351351
bash -c "
352352
set -e
353353
echo 'Installing RPM build tools...'
354-
dnf install -y make rpm-build rpmdevtools systemd-rpm-macros
354+
dnf install -y make rpm-build rpmdevtools systemd-rpm-macros systemd
355355
echo 'Building EL9 RPMs...'
356-
make rpm VERSION=${{ github.event.inputs.version }}
356+
make rpm VERSION=${{ github.event.inputs.version }} DISTS=el9
357357
"
358358
359359
- name: List and verify built EL9 RPMs

0 commit comments

Comments
 (0)