From a61dfed2ef620984836324ceffc0a5190bc57cad5611e48aada5d04c1272dbdd Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Thu, 5 Mar 2020 10:13:36 +0000 Subject: [PATCH] Accepting request 781795 from home:jsegitz:branches:security:SELinux - Update to version 3.0 * add flag to enable policy optimization * allow to write policy to stdout * remove a redundant if-condition OBS-URL: https://build.opensuse.org/request/show/781795 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/checkpolicy?expand=0&rev=51 --- checkpolicy-2.9.tar.gz | 3 --- checkpolicy-3.0.tar.gz | 3 +++ checkpolicy.changes | 8 ++++++++ checkpolicy.spec | 10 +++++----- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 checkpolicy-2.9.tar.gz create mode 100644 checkpolicy-3.0.tar.gz diff --git a/checkpolicy-2.9.tar.gz b/checkpolicy-2.9.tar.gz deleted file mode 100644 index 9e32352..0000000 --- a/checkpolicy-2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a946c32b284532447857e4c48830f8816867c61220c8c08bdd32e6f691335f8e -size 68735 diff --git a/checkpolicy-3.0.tar.gz b/checkpolicy-3.0.tar.gz new file mode 100644 index 0000000..b0e4615 --- /dev/null +++ b/checkpolicy-3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88c719a141dd5c1202d49c378c7f063349d630522d5e04dc6e0c53da81aa4f8 +size 69037 diff --git a/checkpolicy.changes b/checkpolicy.changes index 4a65cba..6bddcb5 100644 --- a/checkpolicy.changes +++ b/checkpolicy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Mar 3 12:19:40 UTC 2020 - Johannes Segitz + +- Update to version 3.0 + * add flag to enable policy optimization + * allow to write policy to stdout + * remove a redundant if-condition + ------------------------------------------------------------------- Wed Jan 15 14:25:45 UTC 2020 - Johannes Segitz diff --git a/checkpolicy.spec b/checkpolicy.spec index ff9d4e5..7a7753f 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,7 +1,7 @@ # # spec file for package checkpolicy # -# Copyright (c) 2020 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 @@ -16,15 +16,15 @@ # -%define libsepol_ver 2.9 +%define libsepol_ver 3.0 Name: checkpolicy -Version: 2.9 +Version: 3.0 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/20190315/%{name}-%{version}.tar.gz +URL: https://github.com/SELinuxProject/selinux +Source0: https://github.com/SELinuxProject/selinux/releases/download/20191204/%{name}-%{version}.tar.gz Source1: checkpolicy-tests.tar.gz Patch0: extern_te_assert_t.patch BuildRequires: bison