diff --git a/iputils.spec b/iputils.spec index e6768ca..80ca876 100644 --- a/iputils.spec +++ b/iputils.spec @@ -3,13 +3,13 @@ Summary: Network monitoring tools including ping Name: iputils Version: 20200821 -Release: 1%{?dist} +Release: 2%{?dist} # some parts are under the original BSD (ping.c) # some are under GPLv2+ (tracepath.c) License: BSD and GPLv2+ URL: https://github.com/iputils/iputils -Source0: https://github.com/iputils/iputils/archive/s%{version}.tar.gz#/%{name}-s%{version}.tar.gz +Source0: https://github.com/iputils/iputils/archive/s%{version}/%{name}-s%{version}.tar.gz Source1: ifenslave.tar.gz Source2: rdisc.service Source3: ninfod.service @@ -65,7 +65,7 @@ export LDFLAGS="-pie -Wl,-z,relro,-z,now" %meson -DBUILD_TFTPD=false %meson_build -gcc -Wall $RPM_OPT_FLAGS $CFLAGS $LDFLAGS ifenslave.c -o ifenslave +gcc -Wall $RPM_OPT_FLAGS $CFLAGS $RPM_LD_FLAGS $LDFLAGS ifenslave.c -o ifenslave %install %meson_install @@ -102,7 +102,6 @@ install -cp ifenslave.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/ %files -f %{name}.lang %doc README.bonding -%{!?_licensedir:%global license %%doc} %license bsd.txt gpl-2.0.txt %{_unitdir}/rdisc.service %attr(0755,root,root) %caps(cap_net_raw=p) %{_bindir}/clockdiff @@ -131,6 +130,9 @@ install -cp ifenslave.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/ %attr(644,root,root) %{_mandir}/man8/ninfod.8.gz %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 20200821-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Oct 31 2020 Kevin Fenzi - 20200821-1 - Update to 20200821 release. Fixes bug #1871310