From cd2f8e02f2c7067300b360723ad6b9618c7d597e18849665e88b2db7cca370b7 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Sat, 24 Sep 2011 21:27:23 +0000 Subject: [PATCH] Accepting request 84688 from home:AndreasStieger:branches:network:utilities remove dependency in licenses, not in Factory anymore OBS-URL: https://build.opensuse.org/request/show/84688 OBS-URL: https://build.opensuse.org/package/show/network:utilities/netsniff-ng?expand=0&rev=8 --- netsniff-ng.changes | 5 +++++ netsniff-ng.spec | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/netsniff-ng.changes b/netsniff-ng.changes index 7ddd045..db29062 100644 --- a/netsniff-ng.changes +++ b/netsniff-ng.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 24 21:06:07 UTC 2011 - andreas.stieger@gmx.de + +- remove dependency in licenses, not in Factory anymore + ------------------------------------------------------------------- Mon Oct 11 18:29:13 UTC 2010 - pascal.bleser@opensuse.org diff --git a/netsniff-ng.spec b/netsniff-ng.spec index f13b350..fe40c73 100644 --- a/netsniff-ng.spec +++ b/netsniff-ng.spec @@ -14,10 +14,6 @@ License: GNU General Public License version 2 or later (GPL v2 or later) BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRequires: gcc make glibc-devel BuildRequires: autoconf automake libtool -%if 0%{?suse_version} >= 1030 -BuildRequires: licenses -Requires: licenses -%endif %description netsniff-ng is a high performance Linux network sniffer for packet inspection. @@ -60,9 +56,6 @@ Authors: %__chmod 0644 "%{buildroot}%{_mandir}"/*/* -h=/usr/share/doc/licenses/md5/$(md5sum COPYING|cut -f1 -d" ") -test -e "$h" && %__ln_s -f "$h" . - %clean %{?buildroot:%__rm -rf "%{buildroot}"}