From 640cf87f402f80a5661aa41b6d2f2a3059a3c650 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 15 Mar 2022 16:43:55 +0100 Subject: [PATCH] conntrack-tools-1.4.5-12.el9 - Fix source compile in tests.yml Related: rhbz#2062810 --- conntrack-tools.spec | 5 ++++- tests/tests.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/conntrack-tools.spec b/conntrack-tools.spec index 7526e92..9b253cc 100644 --- a/conntrack-tools.spec +++ b/conntrack-tools.spec @@ -1,6 +1,6 @@ Name: conntrack-tools Version: 1.4.5 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Manipulate netfilter connection tracking table and run High Availability License: GPLv2 URL: http://conntrack-tools.netfilter.org/ @@ -93,6 +93,9 @@ install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/conntrackd/ %systemd_postun conntrackd.service %changelog +* Tue Mar 15 2022 Phil Sutter - 1.4.5-12 +- Fix source compile in tests.yml + * Tue Mar 15 2022 Phil Sutter - 1.4.5-11 - Enable hardened builds again. diff --git a/tests/tests.yml b/tests/tests.yml index 8114791..4e3288b 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -6,6 +6,9 @@ - role: standard-test-source - role: standard-test-basic required_packages: + - automake + - autoconf + - libtool - gcc - make - libnfnetlink-devel @@ -21,7 +24,7 @@ tests: - build-test: dir: ./source - run: ./configure && sed -i "s/DEFAULT_INCLUDES = -I./DEFAULT_INCLUDES = -I. -I\/usr\/include\/tirpc/" src/helpers/Makefile && make + run: autoreconf -fi && rm -Rf autom4te*.cache config.h.in~ && ./configure && make - conntrack-test: dir: ./source/tests/conntrack run: chmod +x run-test.sh && ./run-test.sh 2>/dev/null | tee conntrack_test.log | grep -q '^OK':' [0-9]* BAD':' 0$'