Hello community, here is the log from the commit of package net-tools for openSUSE:Factory checked in at 2013-01-31 16:28:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/net-tools (Old) and /work/SRC/openSUSE:Factory/.net-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "net-tools", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/net-tools/net-tools.changes 2013-01-29 06:59:47.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.net-tools.new/net-tools.changes 2013-01-31 16:28:13.000000000 +0100 @@ -1,0 +2,10 @@ +Tue Jan 29 18:55:00 UTC 2013 - [email protected] + +- Remove obsolete traceroute(8) implementation. + Modern one is packaged as "traceroute". to fullfil userspace + requirements, Require the new version explicitly. + + - Fix localized man page installation, the right thing (tm) to + do is to use find_lang --with-man --all-name instead. + +------------------------------------------------------------------- Old: ---- traceroute-1.2.tar.bz2 traceroute-LDOPTS.diff traceroute-glibc210.diff traceroute-strip.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ net-tools.spec ++++++ --- /var/tmp/diff_new_pack.aSO6VI/_old 2013-01-31 16:28:17.000000000 +0100 +++ /var/tmp/diff_new_pack.aSO6VI/_new 2013-01-31 16:28:17.000000000 +0100 @@ -21,8 +21,8 @@ Provides: iputils:/usr/sbin/traceroute6 Provides: net_tool Obsoletes: net_tool -Provides: traceroute -Obsoletes: traceroute +#force new traceroute or else.. +Requires: traceroute >= 2.0.0 Version: 1.60 Release: 0 Summary: Important Programs for Networking @@ -30,7 +30,6 @@ Group: Productivity/Networking/Other BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: net-tools-%{version}.tar.bz2 -Source1: ftp://ftp.lst.de/pub/people/okir/traceroute/traceroute-1.2.tar.bz2 Source2: netstat.xinetd Source3: nstrcmp.c Source4: ether-wake.c @@ -50,7 +49,6 @@ Patch14: net-tools-1.60-sockios-SIOCGMIIPHY.diff Patch15: net-tools-1.60-numericstuff.diff Patch16: net-tools-1.60-if_tr.diff -Patch17: traceroute-LDOPTS.diff Patch18: net-tools-1.60-netstat.8.diff Patch19: net-tools-1.60-strictaliasing.diff Patch20: net-tools-1.60-interface_stack.patch @@ -61,7 +59,6 @@ Patch25: net-tools-1.60-sctp.patch Patch26: net-tools-1.60-sctp-quiet Patch27: net-tools-1.60-hostname-space.patch -Patch28: traceroute-strip.diff Patch30: net-tools-1.60-ifconfig.8.diff Patch31: net-tools-1.60-tcp-recvq-listen.patch Patch32: net-tools-1.60-netstat-ci.diff @@ -69,7 +66,6 @@ Patch34: net-tools-1.60-interface_socket.diff Patch35: net-tools-1.60-interface_mtu.diff Patch36: net-tools-1.60-printval-conversion.patch -Patch37: traceroute-glibc210.diff Patch38: net-tools-1.60-obsolete.diff Patch39: net-tools-1.60-fclose.diff Patch40: net-tools-1.60-notrim.diff @@ -98,7 +94,7 @@ Olaf Kirch <[email protected]> %prep -%setup -q -a1 +%setup -q cp %{S:3} lib/ %patch %patch1 @@ -115,11 +111,6 @@ %patch14 -p1 %patch15 -p1 %patch16 -p1 -cd traceroute-* -%patch17 -p2 -%patch28 -p1 -%patch37 -p1 -cd .. %patch18 -p1 %patch19 -p1 %patch20 @@ -163,10 +154,7 @@ make config make COPTS="-D_GNU_SOURCE $RPM_OPT_FLAGS" LOPTS="$RPM_OPT_FLAGS" -cd traceroute-* -make CCOPTS="$RPM_OPT_FLAGS -fpie" LDOPTS="-pie" -cd .. -gcc $RPM_OPT_FLAGS -o ether-wake ether-wake.c +gcc $RPM_OPT_FLAGS -D_GNU_SOURCE -fwhole-program -o ether-wake ether-wake.c %install install -d -m 755 $RPM_BUILD_ROOT/etc/xinetd.d @@ -183,15 +171,9 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man*/$tool.* rm -f $RPM_BUILD_ROOT/%{_mandir}/*/man*/$tool.* done -cd traceroute-* -mkdir -p $RPM_BUILD_ROOT/usr/sbin -make DESTDIR=$RPM_BUILD_ROOT CCOPTS="$RPM_OPT_FLAGS" install -cp traceroute.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ -ln -s traceroute.1 $RPM_BUILD_ROOT/%{_mandir}/man1/traceroute6.1 -cd .. mv $RPM_BUILD_ROOT/%{_mandir}/de_DE $RPM_BUILD_ROOT/%{_mandir}/de mv $RPM_BUILD_ROOT/%{_mandir}/fr_FR $RPM_BUILD_ROOT/%{_mandir}/fr -%find_lang %{name} +%find_lang %{name} --all-name --with-man %clean rm -rf $RPM_BUILD_ROOT @@ -200,17 +182,7 @@ %defattr(-,root,root) /bin/* /sbin/* -/usr/sbin/* %_mandir/man*/* %config(noreplace) /etc/xinetd.d/netstat -%dir %lang(de) %_mandir/de -%dir %lang(de) %_mandir/de/man* -%lang(de) %doc %_mandir/de/man*/* -%dir %lang(fr) %_mandir/fr -%dir %lang(fr) %_mandir/fr/man* -%lang(fr) %doc %_mandir/fr/man*/* -%dir %lang(pt_BR) %_mandir/pt_BR -%dir %lang(pt_BR) %_mandir/pt_BR/man* -%lang(pt_BR) %doc %_mandir/pt_BR/man*/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
