From: Arran Cudbard-Bell Date: Tue, 2 Jul 2024 18:43:19 +0000 (-0600) Subject: Pass in the oracle version explicitly X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b1a72f8ffb1d7e526cd7c55c7319332b1733ff9;p=thirdparty%2Ffreeradius-server.git Pass in the oracle version explicitly All the rpmbuild tools seem very broken --- diff --git a/.github/workflows/ci-rpm.yml b/.github/workflows/ci-rpm.yml index 0a18f84fdf0..d9df5b0adc0 100644 --- a/.github/workflows/ci-rpm.yml +++ b/.github/workflows/ci-rpm.yml @@ -125,7 +125,7 @@ jobs: # - name: Install build dependencies run: | - dnf builddep -y freeradius.spec && dnf builddep -y freeradius.spec + dnf builddep --define '_oracle_version 11.2' -y freeradius.spec && dnf builddep --define '_oracle_version 11.2' -y freeradius.spec working-directory: freeradius/redhat - name: Build RPMs