3
0
forked from pool/libsemanage

Accepting request 584523 from home:goldwynr:branches:security:SELinux

update to v2.7

OBS-URL: https://build.opensuse.org/request/show/584523
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsemanage?expand=0&rev=65
This commit is contained in:
Tomáš Chvátal 2018-03-09 07:25:24 +00:00 committed by Git OBS Bridge
parent c2f5afe142
commit f484a64c12
6 changed files with 25 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f81541047290b751f2ffb926fcd381c186f22db18d9fe671b0b4a6a54e8cfce
size 155897

3
libsemanage-2.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07e9477714ce6a4557a1fe924ea4cb06501b62d0fa0e3c0dc32a2cf47cb8d476
size 153465

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Mar 8 19:07:16 UTC 2018 - rgoldwyn@suse.com
- Update to version 2.7. Changes:
* IB support
* saves linked policy and skips relinking whenever possible
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 24 09:14:13 UTC 2017 - jsegitz@suse.com Fri Nov 24 09:14:13 UTC 2017 - jsegitz@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libsemanage # spec file for package libsemanage
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX 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
@ -17,13 +17,13 @@
Name: libsemanage Name: libsemanage
Version: 2.6 Version: 2.7
Release: 0 Release: 0
Summary: SELinux policy management library Summary: SELinux policy management library
License: LGPL-2.1+ License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: https://github.com/SELinuxProject/selinux/wiki/Releases Url: https://github.com/SELinuxProject/selinux/wiki/Releases
Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/%{name}-%{version}.tar.gz Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804/%{name}-%{version}.tar.gz
Source1: baselibs.conf Source1: baselibs.conf
Source2: semanage.conf Source2: semanage.conf
Patch0: suse_path.patch Patch0: suse_path.patch

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Mar 8 19:07:16 UTC 2018 - rgoldwyn@suse.com
- Update to version 2.7. Changes:
* IB support
* saves linked policy and skips relinking whenever possible
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 24 09:14:13 UTC 2017 - jsegitz@suse.com Fri Nov 24 09:14:13 UTC 2017 - jsegitz@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-semanage # spec file for package python-semanage
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX 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
@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-semanage Name: python-semanage
Version: 2.6 Version: 2.7
Release: 0 Release: 0
Summary: Python bindings for SELinux's policy management library Summary: Python bindings for SELinux's policy management library
License: LGPL-2.1 License: LGPL-2.1-only
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/SELinuxProject/selinux Url: https://github.com/SELinuxProject/selinux
Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/libsemanage-%{version}.tar.gz Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804/libsemanage-%{version}.tar.gz
Source1: baselibs.conf Source1: baselibs.conf
Patch0: suse_path.patch Patch0: suse_path.patch
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}