From c2f5afe14227e519bd5f882318dfd3b49f27ebab26e9ea0231785d5631cded07 Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Mon, 27 Nov 2017 09:18:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsemanage?expand=0&rev=63 --- libsemanage-2.5.tar.gz | 3 --- libsemanage-2.6.tar.gz | 3 +++ libsemanage.changes | 15 +++++++++++++++ libsemanage.spec | 4 ++-- python-semanage.changes | 15 +++++++++++++++ python-semanage.spec | 4 ++-- 6 files changed, 37 insertions(+), 7 deletions(-) delete mode 100644 libsemanage-2.5.tar.gz create mode 100644 libsemanage-2.6.tar.gz diff --git a/libsemanage-2.5.tar.gz b/libsemanage-2.5.tar.gz deleted file mode 100644 index 83cd00c..0000000 --- a/libsemanage-2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46e2f36254369b6e91d1eea0460c262b139361b055a3a67d3ceea2d8ef72e006 -size 152884 diff --git a/libsemanage-2.6.tar.gz b/libsemanage-2.6.tar.gz new file mode 100644 index 0000000..39b530a --- /dev/null +++ b/libsemanage-2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f81541047290b751f2ffb926fcd381c186f22db18d9fe671b0b4a6a54e8cfce +size 155897 diff --git a/libsemanage.changes b/libsemanage.changes index 3bcd97f..fd92cd3 100644 --- a/libsemanage.changes +++ b/libsemanage.changes @@ -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 diff --git a/libsemanage.spec b/libsemanage.spec index a28b9ea..b9be10e 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -17,13 +17,13 @@ Name: libsemanage -Version: 2.5 +Version: 2.6 Release: 0 Summary: SELinux policy management library License: LGPL-2.1+ Group: Development/Libraries/C and C++ 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 Source2: semanage.conf Patch0: suse_path.patch diff --git a/python-semanage.changes b/python-semanage.changes index fb55374..e91f6bc 100644 --- a/python-semanage.changes +++ b/python-semanage.changes @@ -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 diff --git a/python-semanage.spec b/python-semanage.spec index af801df..de1b0d2 100644 --- a/python-semanage.spec +++ b/python-semanage.spec @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-semanage -Version: 2.5 +Version: 2.6 Release: 0 Summary: Python bindings for SELinux's policy management library License: LGPL-2.1 Group: Development/Languages/Python 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 Patch0: suse_path.patch BuildRequires: %{python_module devel}