diff --git a/argus.changes b/argus.changes index 5246bc5..f605688 100644 --- a/argus.changes +++ b/argus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 26 11:06:37 UTC 2017 - dimstar@opensuse.org + +- BuildRequire libnsl-devel: since confiugure implicitly adds + -lnsl, it is our duty to make sure deps are present. + ------------------------------------------------------------------- Wed Sep 28 09:09:08 UTC 2016 - p.drouand@gmail.com diff --git a/argus.spec b/argus.spec index 60f0151..2a5b28b 100644 --- a/argus.spec +++ b/argus.spec @@ -30,6 +30,9 @@ Source5: argus.service Patch1: %{name}-3.0.6.1-libpcap.patch BuildRequires: bison BuildRequires: flex +%if 0%{?suse_version} >= 1330 +BuildRequires: libnsl-devel +%endif BuildRequires: libpcap-devel BuildRequires: systemd-rpm-macros BuildRequires: tcpd-devel @@ -106,4 +109,4 @@ chmod a+x support/{Archive/argusarchive,Startup/argus} %{_unitdir}/argus.service %{_sbindir}/* -%changelog \ No newline at end of file +%changelog