From: Arran Cudbard-Bell Date: Tue, 21 Jun 2022 16:35:40 +0000 (-0500) Subject: Nope... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5af68b0329104b84a57672115fe963c1ccc41329;p=thirdparty%2Ffreeradius-server.git Nope... --- diff --git a/.github/workflows/ci-rpm.yml b/.github/workflows/ci-rpm.yml index 604db9b8bb3..6edd4bbb94a 100644 --- a/.github/workflows/ci-rpm.yml +++ b/.github/workflows/ci-rpm.yml @@ -142,8 +142,8 @@ jobs: # - name: Install build dependencies run: | - yum-builddep -y redhat/freeradius.spec && yum-builddep -y redhat/freeradius.spec - working-directory: freeradius + yum-builddep -y freeradius.spec && yum-builddep -y freeradius.spec + working-directory: freeradius/redhat - name: Build RPMs run: | diff --git a/redhat/freeradius.spec b/redhat/freeradius.spec index f56fa348161..8784d0f2aa4 100644 --- a/redhat/freeradius.spec +++ b/redhat/freeradius.spec @@ -216,7 +216,7 @@ BuildRequires: json-c-devel >= 0.13 %description libfreeradius-json Internal support library for FreeRADIUS modules using json-c, required by all modules that use json-c. -%include %{_topdir}/kafka.inc +%include kafka.inc %package libfreeradius-radius Summary: RADIUS protocol library for FreeRADIUS