From 57d994c69989f4b78a4639b1610f591c57e37f42fe870bde625a5b964103fa45 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 13 Jan 2012 16:11:35 +0000 Subject: [PATCH] Accepting request 99951 from devel:openSUSE:Factory:for-legal-lhf patching license field to be in spdx.org format, for legal team to review before forward OBS-URL: https://build.opensuse.org/request/show/99951 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnl3?expand=0&rev=19 --- libnl3.changes | 5 +++++ libnl3.spec | 22 ++++++++++++++-------- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/libnl3.changes b/libnl3.changes index 11cc551..8234d7b 100644 --- a/libnl3.changes +++ b/libnl3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 12 11:30:44 UTC 2012 - coolo@suse.com + +- change license to be in spdx.org format + ------------------------------------------------------------------- Tue Jan 3 13:23:24 UTC 2012 - adrian@suse.de diff --git a/libnl3.spec b/libnl3.spec index 1cf5c55..2239831 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -15,15 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: libnl3 %define lname libnl3-200 %define with_tools 1 Version: 3.2.3 Release: 0 Summary: Convenience library for working with Netlink sockets -License: LGPL-2.1, GPL-2.0 +License: LGPL-2.1 and GPL-2.0 Group: Development/Libraries/C and C++ Url: http://people.suug.ch/~tgr/libnl/ @@ -34,8 +32,15 @@ Source2: baselibs.conf Patch1: libdir.diff Patch2: avoid-dangling-co_major_cache-reference-to-NL_AUTO_P.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: autoconf automake bison fdupes flex libtool -BuildRequires: pkgconfig >= 0.23 python-devel xz +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: bison +BuildRequires: fdupes +BuildRequires: flex +BuildRequires: libtool +BuildRequires: pkgconfig >= 0.23 +BuildRequires: python-devel +BuildRequires: xz %description The libnl suite is a collection of libraries providing APIs to @@ -43,8 +48,8 @@ Netlink protocol based Linux kernel interfaces. %package -n %lname Summary: Convenience library for working with Netlink sockets -Group: System/Libraries License: LGPL-2.1 +Group: System/Libraries Requires: libnl-config >= %version %description -n %lname @@ -53,8 +58,8 @@ netlink protocol based Linux kernel interfaces. %package devel Summary: Libraries and headers for libnl -Group: Development/Libraries/C and C++ License: LGPL-2.1 +Group: Development/Libraries/C and C++ Requires: %lname = %version Provides: libnl-devel = %version-%release # Starting with libnl3(-3.2), no more conflicts @@ -70,6 +75,7 @@ Netlink protocol based Linux kernel interfaces. %package -n libnl-config Summary: Name maps for libnl +License: LGPL-2.1 and GPL-2.0 Group: Productivity/Networking/Security %if 0%{?suse_version} >= 1130 BuildArch: noarch @@ -83,8 +89,8 @@ the same; in particular %package -n libnl-tools Summary: Command line utilities to directly work with Netlink -Group: Productivity/Networking/Security License: GPL-2.0 +Group: Productivity/Networking/Security %description -n libnl-tools Various test program with which the functionality of libnl is