forked from pool/libsepol
- updated to 2.1.4
- lots of updates OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsepol?expand=0&rev=28
This commit is contained in:
parent
2186b59433
commit
3f120ecaa5
3
libsepol-2.1.4.tar.gz
Normal file
3
libsepol-2.1.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8f5ea42ae6cc00b21f0e5f31f354d19fcce3edfe9328971d266245718714b1e8
|
||||||
|
size 201713
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 25 11:16:59 UTC 2012 - meissner@suse.com
|
||||||
|
|
||||||
|
- updated to 2.1.4
|
||||||
|
- lots of updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 5 15:11:06 UTC 2011 - uli@suse.com
|
Wed Oct 5 15:11:06 UTC 2011 - uli@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsepol
|
# spec file for package libsepol
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,17 +15,15 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: libsepol
|
Name: libsepol
|
||||||
Version: 2.0.41
|
Version: 2.1.4
|
||||||
Release: 3
|
Release: 0
|
||||||
Url: http://www.nsa.gov/selinux/
|
Url: http://www.nsa.gov/selinux/
|
||||||
License: LGPLv2.1+
|
|
||||||
Group: System/Libraries
|
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Source: %{name}-%{version}.tar.bz2
|
License: LGPL-2.1+
|
||||||
|
Group: System/Libraries
|
||||||
|
Source: http://userspace.selinuxproject.org/releases/20120216/%{name}-%{version}.tar.gz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -51,9 +49,8 @@ boolean settings.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libsepol1
|
%package -n libsepol1
|
||||||
License: LGPLv2.1+
|
|
||||||
Group: System/Libraries
|
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libsepol1
|
%description -n libsepol1
|
||||||
Security-enhanced Linux is a feature of the Linux(R) kernel and a
|
Security-enhanced Linux is a feature of the Linux(R) kernel and a
|
||||||
@ -75,10 +72,11 @@ boolean settings.
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: Development Include Files and Libraries for SELinux policy manipulation
|
Summary: Development Include Files and Libraries for SELinux policy manipulation
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libsepol1 = %{version} glibc-devel pkg-config
|
Requires: glibc-devel
|
||||||
|
Requires: libsepol1 = %{version}
|
||||||
|
Requires: pkg-config
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The libsepol-devel package contains the libraries and header
|
The libsepol-devel package contains the libraries and header
|
||||||
@ -88,7 +86,6 @@ policies.
|
|||||||
|
|
||||||
|
|
||||||
%package devel-static
|
%package devel-static
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: Development Include Files and Libraries for SELinux policy manipulation
|
Summary: Development Include Files and Libraries for SELinux policy manipulation
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libsepol-devel = %{version}
|
Requires: libsepol-devel = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user