From 751d5a3f2abb7cf629136fd6dc752d63477058cf Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Thu, 14 Nov 2019 09:48:54 +0800 Subject: selinux-python: uprev to 2.9 (20190315) * Switch to python3 * Drop patches: fix-TypeError-for-seobject.py.patch process-ValueError-for-sepolicy-seobject.patch * Rebase patches Signed-off-by: Yi Zhao Signed-off-by: Joe MacDonald --- .../selinux/selinux-python/fix-sepolicy-install-path.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-security/selinux/selinux-python/fix-sepolicy-install-path.patch') diff --git a/recipes-security/selinux/selinux-python/fix-sepolicy-install-path.patch b/recipes-security/selinux/selinux-python/fix-sepolicy-install-path.patch index 6f68c94..30a19eb 100644 --- a/recipes-security/selinux/selinux-python/fix-sepolicy-install-path.patch +++ b/recipes-security/selinux/selinux-python/fix-sepolicy-install-path.patch @@ -1,4 +1,4 @@ -From c1aae6cc131371729f098e4b0aa02142a85b5890 Mon Sep 17 00:00:00 2001 +From e57022e3577770188ad3570005b7107a09cf3bb9 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Mon, 23 Sep 2013 21:17:59 +0800 Subject: [PATCH] policycoreutils: fix install path for new pymodule sepolicy @@ -13,10 +13,10 @@ Signed-off-by: Yi Zhao 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sepolicy/Makefile b/sepolicy/Makefile -index fb8a132..a6ee749 100644 +index 69f29fa..a18d1c3 100644 --- a/sepolicy/Makefile +++ b/sepolicy/Makefile -@@ -8,6 +8,8 @@ BASHCOMPLETIONDIR ?= $(PREFIX)/share/bash-completion/completions +@@ -9,6 +9,8 @@ BASHCOMPLETIONDIR ?= $(PREFIX)/share/bash-completion/completions CFLAGS ?= -Wall -Werror -Wextra -W override CFLAGS += -DPACKAGE="policycoreutils" -DSHARED -shared @@ -25,7 +25,7 @@ index fb8a132..a6ee749 100644 BASHCOMPLETIONS=sepolicy-bash-completion.sh all: python-build -@@ -26,7 +28,7 @@ test: +@@ -27,7 +29,7 @@ test: @$(PYTHON) test_sepolicy.py -v install: -- cgit v1.2.3-54-g00ecf