From adc221cf3a5f2de0ae814ec35c80a0103932863e Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Feb 23 2018 19:34:39 +0000 Subject: Use LDFLAGS from redhat-rpm-config --- diff --git a/iptstate.spec b/iptstate.spec index 8e8156b..e15cc8f 100644 --- a/iptstate.spec +++ b/iptstate.spec @@ -1,7 +1,7 @@ Name: iptstate Summary: A top-like display of IP Tables state table entries Version: 2.2.6 -Release: 5%{?dist} +Release: 6%{?dist} Source: https://github.com/jaymzh/iptstate/releases/download/v%{version}/iptstate-%{version}.tar.bz2 Patch0: iptstate-2.1-man8.patch Patch1: iptstate-2.2.6-no_debug.patch @@ -41,7 +41,7 @@ display the state table once. %patch2 -p1 -b .rhbz599181 %build -make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS" +make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS" %install rm -rf %{buildroot} @@ -54,6 +54,9 @@ make install PREFIX=%{buildroot}%{_prefix} INSTALL="install -p" %{_mandir}/man8/iptstate.* %changelog +* Fri Feb 23 2018 Florian Weimer - 2.2.6-6 +- Use LDFLAGS from redhat-rpm-config + * Wed Feb 07 2018 Fedora Release Engineering - 2.2.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild