013d1dc731
- SELinux userspace 3.4-rc1 release
28 lines
817 B
Diff
28 lines
817 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
|
|
Content-type: text/plain
|
|
|
|
Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
|
|
---
|
|
python/sepolicy/setup.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/python/sepolicy/setup.py b/python/sepolicy/setup.py
|
|
index e81b6cc73380..62cf7dc47c5c 100644
|
|
--- a/python/sepolicy/setup.py
|
|
+++ b/python/sepolicy/setup.py
|
|
@@ -6,7 +6,7 @@ from distutils.core import setup
|
|
|
|
setup(
|
|
name="sepolicy",
|
|
- version="3.3",
|
|
+ version="3.4-rc1",
|
|
description="Python SELinux Policy Analyses bindings",
|
|
author="Daniel Walsh",
|
|
author_email="dwalsh@redhat.com",
|
|
--
|
|
2.35.1
|
|
|