forked from pool/libsemanage
This commit is contained in:
parent
cbc4206644
commit
1e3fba61bc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c0de8d2c51e5460926c21e371105c84a39087dfd8f8e9f0cc1d017e4cbea8e2
|
||||
size 154200
|
3
libsemanage-2.9.tar.gz
Normal file
3
libsemanage-2.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2576349d344492e73b468059767268dec1dabd8c35f3c7222c3ec2448737bc1c
|
||||
size 157690
|
@ -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 <jengelh@inai.de>
|
||||
|
||||
|
@ -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
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
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
|
||||
|
@ -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 <jengelh@inai.de>
|
||||
|
||||
|
@ -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
|
||||
@ -18,13 +18,13 @@
|
||||
|
||||
%{?!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}
|
||||
|
Loading…
Reference in New Issue
Block a user