diff --git a/libcap.changes b/libcap.changes index 807dadb..c7d42fe 100644 --- a/libcap.changes +++ b/libcap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 1 12:02:04 UTC 2013 - coolo@suse.com + +- update license to new format + ------------------------------------------------------------------- Tue Sep 20 07:48:12 UTC 2011 - aj@suse.de diff --git a/libcap.spec b/libcap.spec index 1f64ae7..56e32b6 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,7 +1,7 @@ # # spec file for package libcap # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -16,13 +16,12 @@ # - Name: libcap -License: BSD3c;GPLv2 -Group: System/Libraries Summary: Library for Capabilities (linux-privs) Support +License: BSD-3-Clause and GPL-2.0 +Group: System/Libraries Version: 2.22 -Release: 1 +Release: 0 Source: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-%{version}.tar.bz2 Source2: baselibs.conf Url: https://sites.google.com/site/fullycapable/ @@ -44,7 +43,6 @@ done automatically by the kernel. %package -n libcap2 -License: BSD3c;GPLv2 Summary: Library for Capabilities (linux-privs) Support Group: System/Libraries @@ -59,10 +57,10 @@ done automatically by the kernel. %package devel -License: BSD3c;GPLv2 Summary: Development files for libcap Group: Development/Libraries/C and C++ -Requires: glibc-devel libcap2 = %{version} +Requires: glibc-devel +Requires: libcap2 = %{version} %description devel Development files (Headers, libraries for static linking, etc) for @@ -77,7 +75,6 @@ using libcap. %package progs -License: BSD3c;GPLv2 Summary: Libcap utility programs Group: System/Filesystems