Blame SOURCES/0009-libselinux-Fix-selinux_restorecon_parallel-symbol-ve.patch

7d2fd3
From 9456297275987dedefe2e8ad508360be9d9f9e7f Mon Sep 17 00:00:00 2001
7d2fd3
From: Petr Lautrbach <plautrba@redhat.com>
7d2fd3
Date: Tue, 23 Nov 2021 11:31:08 +0100
7d2fd3
Subject: [PATCH] libselinux: Fix selinux_restorecon_parallel symbol version
7d2fd3
7d2fd3
selinux_restorecon_parallel was originally proposed before 3.3, but it
7d2fd3
was merged after release so it will be introduced in version 3.4.
7d2fd3
7d2fd3
Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
7d2fd3
---
7d2fd3
 libselinux/src/libselinux.map | 2 +-
7d2fd3
 1 file changed, 1 insertion(+), 1 deletion(-)
7d2fd3
7d2fd3
diff --git a/libselinux/src/libselinux.map b/libselinux/src/libselinux.map
7d2fd3
index d138e951ef0d..4acf1caacb55 100644
7d2fd3
--- a/libselinux/src/libselinux.map
7d2fd3
+++ b/libselinux/src/libselinux.map
7d2fd3
@@ -241,7 +241,7 @@ LIBSELINUX_1.0 {
7d2fd3
     *;
7d2fd3
 };
7d2fd3
 
7d2fd3
-LIBSELINUX_3.3 {
7d2fd3
+LIBSELINUX_3.4 {
7d2fd3
   global:
7d2fd3
     selinux_restorecon_parallel;
7d2fd3
 } LIBSELINUX_1.0;
7d2fd3
-- 
7d2fd3
2.33.1
7d2fd3