File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments