811f3cb62d
- SELinux userspace 3.4-rc1 release
27 lines
792 B
Diff
27 lines
792 B
Diff
From 9ce501c15bf91108f768e5255d89b28c0e2b906e Mon Sep 17 00:00:00 2001
|
|
From: Petr Lautrbach <plautrba@redhat.com>
|
|
Date: Tue, 12 Apr 2022 12:28:00 +0200
|
|
Subject: [PATCH] Update python library and binding versions to 3.4-rc1
|
|
|
|
Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
|
|
---
|
|
libselinux/src/setup.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libselinux/src/setup.py b/libselinux/src/setup.py
|
|
index b79b27507480..4dd119aca32e 100644
|
|
--- a/libselinux/src/setup.py
|
|
+++ b/libselinux/src/setup.py
|
|
@@ -4,7 +4,7 @@ from distutils.core import Extension, setup
|
|
|
|
setup(
|
|
name="selinux",
|
|
- version="3.3",
|
|
+ version="3.4-rc1",
|
|
description="SELinux python 3 bindings",
|
|
author="SELinux Project",
|
|
author_email="selinux@vger.kernel.org",
|
|
--
|
|
2.35.1
|
|
|