Skip to content

Commit 213b55d

Browse files
committed
fix(ci): remove epel-release from RPM deps — not available in Fedora
EPEL (Extra Packages for Enterprise Linux) only exists on RHEL/CentOS/ AlmaLinux, not Fedora. Also removed unnecessary systemd-devel and dbus-devel since rpm.sh builds pre-compiled binary with no BuildRequires.
1 parent 55eb509 commit 213b55d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,8 @@ jobs:
285285

286286
- name: Install RPM build dependencies (container)
287287
run: |
288-
dnf install -y epel-release && \
289288
dnf install -y \
290-
rpm-build redhat-rpm-config \
291-
systemd-devel dbus-devel gcc make tar gzip
289+
rpm-build gcc make tar gzip
292290
293291
- name: Download release tarball
294292
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)