From: Flole Date: Fri, 12 Jul 2024 22:34:24 +0000 (+0000) Subject: Add dependency for recent Fedora versions X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=457c02d305d92a5036c6d3406f64e03de9ac235a;p=thirdparty%2Ftvheadend.git Add dependency for recent Fedora versions --- diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index edeb813e8..de0112539 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -220,6 +220,7 @@ jobs: - name: dependencies run: | dnf install -y gcc-c++ gcc-c++ which rpm-build rpmdevtools git make cmake gettext-devel dbus-devel avahi-devel openssl-devel zlib-devel libdvbcsa-devel wget bzip2 uriparser-devel pcre2-devel python python-requests ccache systemd-units systemd-devel + dnf install -y openssl-devel-engine || true - uses: actions/checkout@v1 - name: Workaround safe directory run: git config --global --add safe.directory /__w/tvheadend/tvheadend diff --git a/.github/workflows/build-cloudsmith.yml b/.github/workflows/build-cloudsmith.yml index c669ab0a9..c38431dea 100644 --- a/.github/workflows/build-cloudsmith.yml +++ b/.github/workflows/build-cloudsmith.yml @@ -235,6 +235,7 @@ jobs: - name: dependencies run: | dnf install -y gcc-c++ gcc-c++ which rpm-build rpmdevtools git make cmake gettext-devel dbus-devel avahi-devel openssl-devel zlib-devel libdvbcsa-devel wget bzip2 uriparser-devel pcre2-devel python python-requests ccache systemd-units systemd-devel + dnf install -y openssl-devel-engine || true - uses: actions/checkout@v1 - name: Workaround safe directory run: git config --global --add safe.directory /__w/tvheadend/tvheadend