Accepting request 137431 from home:AndreasStieger:branches:network:utilities

- Kernel 3.6 removes if_strip.h - disable STRIP support in factory
- convert .changes to utf-8 fixing old entry, W: non-utf8-spec-file

OBS-URL: https://build.opensuse.org/request/show/137431
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-tools?expand=0&rev=30
This commit is contained in:
Andreas Stieger 2012-10-07 20:34:13 +00:00 committed by Git OBS Bridge
parent 308dcc8b85
commit ed27937a53
2 changed files with 22 additions and 10 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Oct 7 20:21:00 UTC 2012 - andreas.stieger@gmx.de
- Kernel 3.6 removes if_strip.h - disable STRIP support in factory
- convert .changes to utf-8 fixing old entry, W: non-utf8-spec-file
-------------------------------------------------------------------
Mon Sep 12 16:02:02 CEST 2011 - mt@suse.com
@ -414,7 +420,7 @@ Tue Apr 16 14:40:37 CEST 2002 - mmj@suse.de
-------------------------------------------------------------------
Mon Mar 4 10:15:43 MET 2002 - mmj@suse.de
- unvollsändig -> unvollständig in German locale. [Bug #14371]
- unvollsändig -> unvollständig in German locale. [Bug #14371]
-------------------------------------------------------------------
Wed Feb 6 12:43:56 CET 2002 - mmj@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package net-tools
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,20 +15,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: net-tools
Url: http://www.tazenda.demon.co.uk/phil/net-tools/
License: GPLv2+
Group: Productivity/Networking/Other
Provides: traceroute net_tool
Provides: iputils:/usr/sbin/traceroute6
Obsoletes: traceroute net_tool
AutoReqProv: on
Provides: net_tool
Obsoletes: net_tool
Provides: traceroute
Obsoletes: traceroute
Version: 1.60
Release: 745
Release: 0
Summary: Important Programs for Networking
License: GPL-2.0+
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
@ -151,6 +150,13 @@ cd ..
%patch49
%build
# Kernel 3.6 removes if_strip.h - disable STRIP
%if 0%{?suse_version} > 1220
%__sed -i -e '/HAVE_HWSTRIP y/s/y$/n/' config.in
%endif
#
make config
make COPTS="-D_GNU_SOURCE $RPM_OPT_FLAGS" LOPTS="$RPM_OPT_FLAGS"
cd traceroute-*