SHA256
1
0
forked from pool/audit

replace license with spdx.org variant

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audit?expand=0&rev=55
This commit is contained in:
Stephan Kulow 2011-12-06 16:59:45 +00:00 committed by Git OBS Bridge
parent 1fe78dcb21
commit 7a7056658f

View File

@ -24,7 +24,7 @@ BuildRequires: libtool
Summary: User Space Tools for 2.6 Kernel Auditing
Version: 2.1.1
Release: 11
License: GPLv2+
License: GPL-2.0+
Group: System/Monitoring
Url: http://people.redhat.com/sgrubb/audit/
Source0: %{name}-%{version}.tar.bz2
@ -47,7 +47,7 @@ Linux 2.6 kernel.
%package -n libaudit1
Summary: Dynamic library for libaudit
License: LGPLv2.1+
License: LGPL-2.1+
Group: System/Monitoring
Obsoletes: %{name}-libs < 2.0.4
Provides: %{name}-libs = %{version}
@ -58,7 +58,7 @@ applications to use the audit framework.
%package -n libauparse0
Summary: Dynamic library for libauparse
License: LGPLv2.1+
License: LGPL-2.1+
Group: System/Monitoring
%description -n libauparse0
@ -67,7 +67,7 @@ parse audit records.
%package devel
Summary: Header files and static library for libaudit
License: LGPLv2.1+
License: LGPL-2.1+
Group: Development/Libraries/C and C++
Requires: libaudit1 = %{version}
Requires: libauparse0 = %{version}