diff --git a/libsemanage-2.8.tar.gz b/libsemanage-2.8.tar.gz deleted file mode 100644 index 446049d..0000000 --- a/libsemanage-2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c0de8d2c51e5460926c21e371105c84a39087dfd8f8e9f0cc1d017e4cbea8e2 -size 154200 diff --git a/libsemanage-2.9.tar.gz b/libsemanage-2.9.tar.gz new file mode 100644 index 0000000..27c567c --- /dev/null +++ b/libsemanage-2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2576349d344492e73b468059767268dec1dabd8c35f3c7222c3ec2448737bc1c +size 157690 diff --git a/libsemanage.changes b/libsemanage.changes index e3d9f3b..9adfc6f 100644 --- a/libsemanage.changes +++ b/libsemanage.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Mar 20 15:10:21 UTC 2019 - jsegitz@suse.com + +- Update to version 2.9 + * Always set errno to 0 before calling getpwent() + * Include user name in ROLE_REMOVE audit events + * genhomedircon - improve handling large groups + * improve semanage_migrate_store import failure + * reset umask before creating directories + * set selinux policy root around calls to selinux_boolean_sub + * use previous seuser when getting the previous name + ------------------------------------------------------------------- Thu Nov 8 09:31:42 UTC 2018 - Jan Engelhardt diff --git a/libsemanage.spec b/libsemanage.spec index 92cdd7e..06250f2 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -1,7 +1,7 @@ # # spec file for package libsemanage # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: libsemanage -Version: 2.8 +Version: 2.9 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://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/%{name}-%{version}.tar.gz +Source: https://github.com/SELinuxProject/selinux/releases/download/20190315/%{name}-%{version}.tar.gz Source1: baselibs.conf Source2: semanage.conf Patch0: suse_path.patch @@ -122,6 +122,7 @@ cp %{SOURCE2} %{buildroot}%{_sysconfdir}/selinux/semanage.conf %{_includedir}/semanage/ %{_mandir}/man3/* %{_mandir}/man5/* +%{_mandir}/ru/man5/* %files migrate-store %dir %{_libexecdir}/selinux diff --git a/python-semanage.changes b/python-semanage.changes index 0f3b957..09e2172 100644 --- a/python-semanage.changes +++ b/python-semanage.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Mar 20 15:10:21 UTC 2019 - jsegitz@suse.com + +- Update to version 2.9 + * Always set errno to 0 before calling getpwent() + * Include user name in ROLE_REMOVE audit events + * genhomedircon - improve handling large groups + * improve semanage_migrate_store import failure + * reset umask before creating directories + * set selinux policy root around calls to selinux_boolean_sub + * use previous seuser when getting the previous name + ------------------------------------------------------------------- Thu Nov 8 09:31:42 UTC 2018 - Jan Engelhardt diff --git a/python-semanage.spec b/python-semanage.spec index b5873d3..41660b4 100644 --- a/python-semanage.spec +++ b/python-semanage.spec @@ -1,7 +1,7 @@ # # spec file for package python-semanage # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-semanage -Version: 2.8 +Version: 2.9 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://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/libsemanage-%{version}.tar.gz +Source: https://github.com/SELinuxProject/selinux/releases/download/20190315/libsemanage-%{version}.tar.gz Source1: baselibs.conf Patch0: suse_path.patch BuildRequires: %{python_module devel}