forked from pool/libsemanage
Accepting request 545898 from security:SELinux
please combine checkpolicy libselinux libsemanage libsepol policycoreutils OBS-URL: https://build.opensuse.org/request/show/545898 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsemanage?expand=0&rev=42
This commit is contained in:
commit
e62769e1ba
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:46e2f36254369b6e91d1eea0460c262b139361b055a3a67d3ceea2d8ef72e006
|
|
||||||
size 152884
|
|
3
libsemanage-2.6.tar.gz
Normal file
3
libsemanage-2.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f81541047290b751f2ffb926fcd381c186f22db18d9fe671b0b4a6a54e8cfce
|
||||||
|
size 155897
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 24 09:14:13 UTC 2017 - jsegitz@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.6. Notable changes:
|
||||||
|
* genhomedircon: do not suppress logging from libsepol
|
||||||
|
* genhomedircon: use userprefix as the role for homedir
|
||||||
|
* Fix bug preventing the installation of base modules
|
||||||
|
* Use pp module name instead of filename when installing module
|
||||||
|
* genhomedircon: remove hardcoded refpolicy strings
|
||||||
|
* genhomedircon: add support for %group syntax
|
||||||
|
* genhomedircon: generate contexts for logins mapped to the default user
|
||||||
|
* Validate and compile file contexts before installing
|
||||||
|
* Swap tcp and udp protocol numbers
|
||||||
|
* genhomedircon: %{USERID} and %{USERNAME} support and code cleanups
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 14:59:36 UTC 2016 - dimstar@opensuse.org
|
Mon Dec 12 14:59:36 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 2.5
|
Version: 2.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SELinux policy management library
|
Summary: SELinux policy management library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
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/20160223/%{name}-%{version}.tar.gz
|
Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/%{name}-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Source2: semanage.conf
|
Source2: semanage.conf
|
||||||
Patch0: suse_path.patch
|
Patch0: suse_path.patch
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 24 09:14:13 UTC 2017 - jsegitz@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.6. Notable changes:
|
||||||
|
* genhomedircon: do not suppress logging from libsepol
|
||||||
|
* genhomedircon: use userprefix as the role for homedir
|
||||||
|
* Fix bug preventing the installation of base modules
|
||||||
|
* Use pp module name instead of filename when installing module
|
||||||
|
* genhomedircon: remove hardcoded refpolicy strings
|
||||||
|
* genhomedircon: add support for %group syntax
|
||||||
|
* genhomedircon: generate contexts for logins mapped to the default user
|
||||||
|
* Validate and compile file contexts before installing
|
||||||
|
* Swap tcp and udp protocol numbers
|
||||||
|
* genhomedircon: %{USERID} and %{USERNAME} support and code cleanups
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 27 15:51:27 UTC 2017 - jmatejek@suse.com
|
Wed Sep 27 15:51:27 UTC 2017 - jmatejek@suse.com
|
||||||
|
|
||||||
|
@ -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.5
|
Version: 2.6
|
||||||
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
|
||||||
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/20160223/libsemanage-%{version}.tar.gz
|
Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/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}
|
||||||
|
Loading…
Reference in New Issue
Block a user