Accepting request 687199 from security:SELinux
please stage checkpolicy libselinux libsemanage libsepol mcstrans policycoreutils restorecond together OBS-URL: https://build.opensuse.org/request/show/687199 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/checkpolicy?expand=0&rev=28
This commit is contained in:
commit
466f1c4ce1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9dec811c24b88e58c3bf741365eacf1dbb945531a2fcb8f284aacf68098194c8
|
|
||||||
size 66243
|
|
3
checkpolicy-2.9.tar.gz
Normal file
3
checkpolicy-2.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a946c32b284532447857e4c48830f8816867c61220c8c08bdd32e6f691335f8e
|
||||||
|
size 68735
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 20 14:58:08 UTC 2019 - jsegitz@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.9
|
||||||
|
* Add option to sort contexts when creating a binary policy
|
||||||
|
* Update manpage
|
||||||
|
* check the result value of hashtable_search
|
||||||
|
* destroy the class datum if it fails to initialize
|
||||||
|
* remove extraneous policy build noise
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 11 17:19:04 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Sun Nov 11 17:19:04 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package checkpolicy
|
# spec file for package checkpolicy
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,15 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define libsepol_ver 2.8
|
%define libsepol_ver 2.9
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 2.8
|
Version: 2.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Url: https://github.com/SELinuxProject/selinux
|
Url: https://github.com/SELinuxProject/selinux
|
||||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/20180524/%{name}-%{version}.tar.gz
|
Source0: https://github.com/SELinuxProject/selinux/releases/download/20190315/%{name}-%{version}.tar.gz
|
||||||
Source1: checkpolicy-tests.tar.gz
|
Source1: checkpolicy-tests.tar.gz
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
@ -86,5 +86,6 @@ install test/dispol %{buildroot}/%{_bindir}/sedispol
|
|||||||
%{_bindir}/sedismod
|
%{_bindir}/sedismod
|
||||||
%{_bindir}/sedispol
|
%{_bindir}/sedispol
|
||||||
%{_mandir}/man8/check*.*%{ext_man}
|
%{_mandir}/man8/check*.*%{ext_man}
|
||||||
|
%{_mandir}/ru/man8/check*.*%{ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user