Hello community, here is the log from the commit of package iputils for openSUSE:Factory checked in at 2020-07-16 12:09:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iputils (Old) and /work/SRC/openSUSE:Factory/.iputils.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iputils" Thu Jul 16 12:09:19 2020 rev:51 rq:820576 version:s20190709 Changes: -------- --- /work/SRC/openSUSE:Factory/iputils/iputils.changes 2019-09-20 14:37:52.567063197 +0200 +++ /work/SRC/openSUSE:Factory/.iputils.new.3592/iputils.changes 2020-07-16 12:10:11.766463844 +0200 @@ -1,0 +2,5 @@ +Sun Jul 12 19:57:40 UTC 2020 - Andreas Stieger <[email protected]> + +- remove unneeded libidn build dependency (boo#1174049) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iputils.spec ++++++ --- /var/tmp/diff_new_pack.4MLFRt/_old 2020-07-16 12:10:15.186467301 +0200 +++ /var/tmp/diff_new_pack.4MLFRt/_new 2020-07-16 12:10:15.190467306 +0200 @@ -1,7 +1,7 @@ # # spec file for package iputils # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ Summary: IPv4 and IPv6 Networking Utilities License: BSD-3-Clause AND GPL-2.0-or-later Group: Productivity/Networking/Other -Url: https://github.com/iputils/iputils +URL: https://github.com/iputils/iputils Source0: https://github.com/iputils/iputils/archive/%{version}.tar.gz Source1: rarpd.service Patch1: iputils-sec-ping-unblock.diff @@ -34,16 +34,14 @@ BuildRequires: iso_ent BuildRequires: libcap-devel BuildRequires: libcap-progs -BuildRequires: libidn2-devel BuildRequires: libopenssl-devel BuildRequires: meson BuildRequires: opensp BuildRequires: perl-SGMLS BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros +BuildRequires: pkgconfig(libidn2) BuildRequires: pkgconfig(systemd) -# For Makefile modifications -BuildRequires: pkgconfig(libidn) Requires(pre): permissions # I have spotted at least two packages (yast-printer and dhcp-client) that need # /bin/ping and /sbin/arping but they do not seem to use them with absolute @@ -170,12 +168,12 @@ /bin/tracepath /bin/tracepath6 #EndUsrMerge -%{_mandir}/man8/arping.8%{ext_man} -%{_mandir}/man8/clockdiff.8%{ext_man} -%{_mandir}/man8/ping.8%{ext_man} -%{_mandir}/man8/rdisc.8%{ext_man} -%{_mandir}/man8/tracepath.8%{ext_man} -%{_mandir}/man8/tracepath6.8%{ext_man} +%{_mandir}/man8/arping.8%{?ext_man} +%{_mandir}/man8/clockdiff.8%{?ext_man} +%{_mandir}/man8/ping.8%{?ext_man} +%{_mandir}/man8/rdisc.8%{?ext_man} +%{_mandir}/man8/tracepath.8%{?ext_man} +%{_mandir}/man8/tracepath6.8%{?ext_man} #EndUsrMerge %files -n rarpd @@ -185,6 +183,6 @@ #UsrMerge /sbin/rarpd #EndUsrMerge -%{_mandir}/man8/rarpd.8%{ext_man} +%{_mandir}/man8/rarpd.8%{?ext_man} %changelog
