diff --git a/checkpolicy-2.8.tar.gz b/checkpolicy-2.8.tar.gz deleted file mode 100644 index 49114e0..0000000 --- a/checkpolicy-2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dec811c24b88e58c3bf741365eacf1dbb945531a2fcb8f284aacf68098194c8 -size 66243 diff --git a/checkpolicy-2.9.tar.gz b/checkpolicy-2.9.tar.gz new file mode 100644 index 0000000..9e32352 --- /dev/null +++ b/checkpolicy-2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a946c32b284532447857e4c48830f8816867c61220c8c08bdd32e6f691335f8e +size 68735 diff --git a/checkpolicy.changes b/checkpolicy.changes index ba70d14..ac03aca 100644 --- a/checkpolicy.changes +++ b/checkpolicy.changes @@ -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 diff --git a/checkpolicy.spec b/checkpolicy.spec index 39b6457..112bc09 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,7 +1,7 @@ # # 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 # 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 -Version: 2.8 +Version: 2.9 Release: 0 Summary: SELinux policy compiler License: GPL-2.0-or-later Group: Productivity/Security 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 BuildRequires: bison BuildRequires: flex @@ -86,5 +86,6 @@ install test/dispol %{buildroot}/%{_bindir}/sedispol %{_bindir}/sedismod %{_bindir}/sedispol %{_mandir}/man8/check*.*%{ext_man} +%{_mandir}/ru/man8/check*.*%{ext_man} %changelog