run: |
yum install -y procps-ng
- - name: Install build dependencies
- run: |
- yum-builddep -y freeradius/redhat/freeradius.spec
-
#
# It has been observed that sometimes not all the dependencies are
# installed on the first go. Give it a second chance.
#
- - name: Second run of install build dependencies
+ - name: Install build dependencies
run: |
- yum-builddep -y redhat/freeradius.spec
+ yum-builddep -y redhat/freeradius.spec && yum-builddep -y redhat/freeradius.spec
working-directory: freeradius
- name: Build RPMs
%description libfreeradius-json
Internal support library for FreeRADIUS modules using json-c, required by all modules that use json-c.
-%include ./kafka.inc
+%include %{_topdir}/kafka.inc
%package libfreeradius-radius
Summary: RADIUS protocol library for FreeRADIUS