Hello community, here is the log from the commit of package libsemanage for openSUSE:Factory checked in at 2020-03-11 18:30:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsemanage (Old) and /work/SRC/openSUSE:Factory/.libsemanage.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsemanage" Wed Mar 11 18:30:58 2020 rev:47 rq:781801 version:3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libsemanage/libsemanage.changes 2019-07-08 15:05:53.566976155 +0200 +++ /work/SRC/openSUSE:Factory/.libsemanage.new.3160/libsemanage.changes 2020-03-11 18:31:04.714852074 +0100 @@ -1,0 +2,10 @@ +Tue Mar 3 12:23:51 UTC 2020 - Johannes Segitz <[email protected]> + +- Update to version 3.0 + * Add support for DCCP and SCTP protocols + * include internal header to use the hidden function prototypes + * mark all exported function "extern" + * optionally optimize policy on rebuild + Refreshed suse_path.patch + +------------------------------------------------------------------- python-semanage.changes: same change Old: ---- libsemanage-2.9.tar.gz New: ---- libsemanage-3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsemanage.spec ++++++ --- /var/tmp/diff_new_pack.dFIIDZ/_old 2020-03-11 18:31:07.794853917 +0100 +++ /var/tmp/diff_new_pack.dFIIDZ/_new 2020-03-11 18:31:07.798853919 +0100 @@ -1,7 +1,7 @@ # # spec file for package libsemanage # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: libsemanage -Version: 2.9 +Version: 3.0 Release: 0 Summary: SELinux policy management library License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Url: https://github.com/SELinuxProject/selinux/wiki/Releases -Source: https://github.com/SELinuxProject/selinux/releases/download/20190315/%{name}-%{version}.tar.gz +URL: https://github.com/SELinuxProject/selinux/wiki/Releases +Source: https://github.com/SELinuxProject/selinux/releases/download/20191204/%{name}-%{version}.tar.gz Source1: baselibs.conf Source2: semanage.conf Patch0: suse_path.patch ++++++ python-semanage.spec ++++++ --- /var/tmp/diff_new_pack.dFIIDZ/_old 2020-03-11 18:31:07.810853927 +0100 +++ /var/tmp/diff_new_pack.dFIIDZ/_new 2020-03-11 18:31:07.810853927 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-semanage # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-semanage -Version: 2.9 +Version: 3.0 Release: 0 Summary: Python bindings for SELinux's policy management library License: LGPL-2.1-only Group: Development/Languages/Python -Url: https://github.com/SELinuxProject/selinux -Source: https://github.com/SELinuxProject/selinux/releases/download/20190315/libsemanage-%{version}.tar.gz +URL: https://github.com/SELinuxProject/selinux +Source: https://github.com/SELinuxProject/selinux/releases/download/20191204/libsemanage-%{version}.tar.gz Source1: baselibs.conf Patch0: suse_path.patch BuildRequires: %{python_module devel} ++++++ libsemanage-2.9.tar.gz -> libsemanage-3.0.tar.gz ++++++ ++++ 10440 lines of diff (skipped) ++++++ suse_path.patch ++++++ --- /var/tmp/diff_new_pack.dFIIDZ/_old 2020-03-11 18:31:07.970854022 +0100 +++ /var/tmp/diff_new_pack.dFIIDZ/_new 2020-03-11 18:31:07.970854022 +0100 @@ -1,7 +1,7 @@ Index: man/man5/semanage.conf.5 =================================================================== ---- man/man5/semanage.conf.5.orig 2016-02-23 17:31:41.000000000 +0100 -+++ man/man5/semanage.conf.5 2016-07-13 11:42:45.687894644 +0200 +--- man/man5/semanage.conf.5.orig ++++ man/man5/semanage.conf.5 @@ -37,7 +37,7 @@ Specify an alternative store_root path t .TP @@ -13,9 +13,9 @@ .B ignore-module-cache Index: src/conf-parse.y =================================================================== ---- src/conf-parse.y.orig 2016-02-23 17:31:41.000000000 +0100 -+++ src/conf-parse.y 2016-07-13 11:42:45.687894644 +0200 -@@ -341,7 +341,7 @@ static int semanage_conf_init(semanage_c +--- src/conf-parse.y.orig ++++ src/conf-parse.y +@@ -353,7 +353,7 @@ static int semanage_conf_init(semanage_c conf->store_path = strdup(basename(selinux_policy_root())); conf->ignoredirs = NULL; conf->store_root_path = strdup("/var/lib/selinux");
