diff --git a/ipcalc.spec b/ipcalc.spec index 175c78c..dddc46f 100644 --- a/ipcalc.spec +++ b/ipcalc.spec @@ -1,6 +1,6 @@ Name: ipcalc Version: 0.2.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: IP network address calculator # This is an updated version of ipcalc originally found @@ -31,7 +31,7 @@ or check the validity of an address. %setup -q %build -CFLAGS="${CFLAGS:-%optflags}" LDFLAGS="$RPM_LD_FLAGS" \ +CFLAGS="${CFLAGS:-%optflags} $RPM_LD_FLAGS" \ LIBPATH=%{_libdir} make %{?_smp_mflags} %install @@ -51,6 +51,9 @@ make check %{_mandir}/man1/ipcalc.1* %changelog +* Fri Feb 9 2018 Florian Weimer - 0.2.2-4 +- Another attempt at injecting LDFLAGS + * Wed Feb 07 2018 Fedora Release Engineering - 0.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild