Hello community, here is the log from the commit of package traceroute for openSUSE:Factory checked in at 2013-03-08 11:00:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/traceroute (Old) and /work/SRC/openSUSE:Factory/.traceroute.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "traceroute", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/traceroute/traceroute.changes 2013-01-29 14:48:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.traceroute.new/traceroute.changes 2013-03-08 11:00:58.000000000 +0100 @@ -1,0 +2,8 @@ +Thu Mar 7 17:52:47 UTC 2013 - [email protected] + +- The previous incarnation of traceroute had a traceroute6 + binary, provide a compatibility symlink for it. + +- Build with full RELRO. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ traceroute.spec ++++++ --- /var/tmp/diff_new_pack.XPBRAt/_old 2013-03-08 11:01:01.000000000 +0100 +++ /var/tmp/diff_new_pack.XPBRAt/_new 2013-03-08 11:01:01.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package +# spec file for package traceroute # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: traceroute Version: 2.0.19 Release: 0 -License: GPL-2.0+ Summary: A new modern implementation of traceroute(8) utility for Linux systems -Url: http://traceroute.sourceforge.net/ +License: GPL-2.0+ Group: Productivity/Networking/Other +Url: http://traceroute.sourceforge.net/ Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build Patch: traceroute-autotools.patch @@ -38,17 +39,21 @@ %patch %build +export LDFLAGS="-Wl,-z,relro,-z,now" autoreconf -fiv %configure make %{?_smp_mflags} %install %make_install +ln -sf %{_sbindir}/%{name} %{buildroot}%{_sbindir}/%{name}6 +ln -s %{_mandir}/man8/traceroute.8 %{buildroot}%{_mandir}/man8/traceroute6.8 %files %defattr(-,root,root) %doc ChangeLog README COPYING %{_sbindir}/%{name} -%{_mandir}/man8/traceroute.8* +%{_sbindir}/%{name}6 +%{_mandir}/man8/traceroute*.8* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
