forked from pool/libsemanage
- Updated to 2.1.6
* changes too numerous to list - updated to 2.1.6 * changes too numerous to list OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsemanage?expand=0&rev=30
This commit is contained in:
parent
790799ae59
commit
7db305c834
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e84050279e47a1b31b6b69735ca081d417073ab6063c951a37511b9fdf5dc7e5
|
|
||||||
size 142398
|
|
3
libsemanage-2.1.6.tar.gz
Normal file
3
libsemanage-2.1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:64e6849fe50fb463ec0ba24653a26e3452fa4aaa7d7e192213d5c5a7c525aebb
|
||||||
|
size 135818
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 1 07:54:33 UTC 2012 - meissner@suse.com
|
||||||
|
|
||||||
|
- Updated to 2.1.6
|
||||||
|
* changes too numerous to list
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 5 15:10:27 UTC 2011 - uli@suse.com
|
Wed Oct 5 15:10:27 UTC 2011 - uli@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsemanage
|
# spec file for package libsemanage
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -16,23 +16,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define libsepol_ver 2.0.37
|
|
||||||
%define libselinux_ver 2.0.0
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: libselinux-devel >= %{libselinux_ver}
|
|
||||||
BuildRequires: libsepol-devel >= %{libsepol_ver}
|
|
||||||
BuildRequires: libbz2-devel
|
BuildRequires: libbz2-devel
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: libsepol-devel
|
||||||
BuildRequires: libustr-devel
|
BuildRequires: libustr-devel
|
||||||
|
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 2.0.43
|
Version: 2.1.6
|
||||||
Release: 13
|
Release: 0
|
||||||
License: LGPLv2.1
|
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Url: http://www.nsa.gov/selinux/
|
License: LGPL-2.1
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Url: http://userspace.selinuxproject.org/
|
||||||
|
Source: http://userspace.selinuxproject.org/releases/20120216/%{name}-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch0: %{name}-rhat.patch
|
Patch0: %{name}-rhat.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -55,7 +53,6 @@ as by programs like load_policy that need to perform specific transformations
|
|||||||
on binary policies such as customizing policy boolean settings.
|
on binary policies such as customizing policy boolean settings.
|
||||||
|
|
||||||
%package -n libsemanage1
|
%package -n libsemanage1
|
||||||
License: LGPLv2.1
|
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -77,7 +74,6 @@ specific transformations on binary policies such as customizing policy
|
|||||||
boolean settings.
|
boolean settings.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv2.1
|
|
||||||
Summary: Header files and libraries used to build policy manipulation tools
|
Summary: Header files and libraries used to build policy manipulation tools
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: libsemanage1 = %{version}
|
Requires: libsemanage1 = %{version}
|
||||||
@ -88,7 +84,6 @@ The semanage-devel package contains the libraries and header files
|
|||||||
needed for developing applications that manipulate binary policies.
|
needed for developing applications that manipulate binary policies.
|
||||||
|
|
||||||
%package devel-static
|
%package devel-static
|
||||||
License: LGPLv2.1
|
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libsemanage-devel
|
Requires: libsemanage-devel
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 1 07:54:48 UTC 2012 - meissner@suse.com
|
||||||
|
|
||||||
|
- updated to 2.1.6
|
||||||
|
* changes too numerous to list
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 23 14:15:42 UTC 2011 - prusnak@opensuse.org
|
Mon May 23 14:15:42 UTC 2011 - prusnak@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-semanage
|
# spec file for package python-semanage
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -16,24 +16,22 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define libsepol_ver 2.0.37
|
|
||||||
%define libselinux_ver 2.0.0
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: libselinux-devel >= %{libselinux_ver}
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libsepol-devel >= %{libsepol_ver}
|
BuildRequires: libsepol-devel
|
||||||
BuildRequires: libustr-devel
|
BuildRequires: libustr-devel
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
|
|
||||||
Name: python-semanage
|
Name: python-semanage
|
||||||
Version: 2.0.43
|
Version: 2.1.6
|
||||||
Release: 8
|
Release: 0
|
||||||
License: LGPLv2.1
|
|
||||||
Summary: Python bindings for libsemanage
|
Summary: Python bindings for libsemanage
|
||||||
Url: http://www.nsa.gov/selinux/
|
License: LGPL-2.1
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: libsemanage-%{version}.tar.bz2
|
Url: http://www.nsa.gov/selinux/
|
||||||
|
Source: http://userspace.selinuxproject.org/releases/20120216/libsemanage-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch0: libsemanage-rhat.patch
|
Patch0: libsemanage-rhat.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user