forked from pool/libsepol
Accepting request 29157 from security:SELinux
Copy from security:SELinux/libsepol based on submit request 29157 from user coolo OBS-URL: https://build.opensuse.org/request/show/29157 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsepol?expand=0&rev=9
This commit is contained in:
parent
85d841ec7e
commit
6beb0962d1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 18:18:22 UTC 2009 - crrodriguez@opensuse.org
|
||||
|
||||
- libsepol-devel Requires glibc-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 13:26:45 CEST 2009 - prusnak@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libsepol (Version 2.0.36)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 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
|
||||
@ -20,9 +20,9 @@
|
||||
|
||||
Name: libsepol
|
||||
Version: 2.0.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
Url: http://www.nsa.gov/selinux/
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Group: System/Libraries
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -49,7 +49,7 @@ boolean settings.
|
||||
|
||||
|
||||
%package -n libsepol1
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Group: System/Libraries
|
||||
Summary: SELinux binary policy manipulation library
|
||||
|
||||
@ -73,10 +73,10 @@ boolean settings.
|
||||
|
||||
|
||||
%package devel
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Summary: Development Include Files and Libraries for SELinux policy manipulation
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libsepol1 = %{version}
|
||||
Requires: libsepol1 = %{version} glibc-devel
|
||||
|
||||
%description devel
|
||||
The libsepol-devel package contains the libraries and header
|
||||
@ -86,7 +86,7 @@ policies.
|
||||
|
||||
|
||||
%package devel-static
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Summary: Development Include Files and Libraries for SELinux policy manipulation
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libsepol-devel = %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user