SHA256
1
0
forked from pool/libseccomp

Accepting request 665728 from home:kukuk:branches:security

- Use %license instead of %doc [bsc#1082318]

OBS-URL: https://build.opensuse.org/request/show/665728
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=58
This commit is contained in:
Marcus Meissner 2019-01-14 13:41:03 +00:00 committed by Git OBS Bridge
parent 6f90deb0e7
commit 3a9c41f9bd
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 14 14:16:45 CET 2019 - kukuk@suse.de
- Use %license instead of %doc [bsc#1082318]
-------------------------------------------------------------------
Sat Feb 24 02:53:57 UTC 2018 - asarai@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libseccomp
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -21,7 +21,7 @@ Name: libseccomp
Version: 2.3.3
Release: 0
Summary: An enhanced Seccomp (mode 2) helper library
License: LGPL-2.1
License: LGPL-2.1-only
Group: Development/Libraries/C and C++
Url: http://github.com/seccomp
#Git-Clone: git://github.com/seccomp/libseccomp
@ -130,7 +130,7 @@ make check
%files -n %lname
%defattr(-,root,root)
%_libdir/%name.so.2*
%doc LICENSE
%license LICENSE
%files devel
%defattr(-,root,root)