From f33fe030228bc3964178a28be2703fb3cea5226a7c7e4adf3329e395564135e3 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 6 Dec 2011 17:22:50 +0000 Subject: [PATCH] replace license with spdx.org variant OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap-ng?expand=0&rev=16 --- libcap-ng.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libcap-ng.spec b/libcap-ng.spec index 71ea481..f7b75e9 100644 --- a/libcap-ng.spec +++ b/libcap-ng.spec @@ -26,7 +26,7 @@ Version: 0.6.6 Release: 1 %define soname 0 %define rname libcap-ng -License: LGPLv2+ +License: LGPL-2.1+ Group: System/Libraries Url: http://people.redhat.com/sgrubb/libcap-ng # http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz @@ -46,7 +46,7 @@ Libcap-ng is a library that makes using posix capabilities easier %package -n %{name}%{soname} Summary: An alternate POSIX capabilities library -License: LGPLv2+ +License: LGPL-2.1+ Group: System/Libraries %description -n %{name}%{soname} @@ -55,7 +55,7 @@ Libcap-ng is a library that makes using posix capabilities easier %package devel Summary: Header files for libcap-ng library -License: LGPLv2+ +License: LGPL-2.1+ Group: Development/Libraries/C and C++ Requires: kernel-headers >= 2.6.11 Requires: %{name}%{soname} = %{version} @@ -68,7 +68,7 @@ applications that need to use the libcap-ng library. %package utils Summary: Utilities for analysing and setting file capabilities -License: GPLv2+ +License: GPL-2.0+ Group: System/Base %description utils @@ -80,7 +80,7 @@ lets you set the file system based capabilities. %package -n python-capng Summary: Python bindings for libcap-ng library -License: LGPLv2+ +License: LGPL-2.1+ Group: Development/Libraries/Python BuildRequires: python-devel swig Requires: %{rname}%{soname} = %{version}