From 68b4fddcd52336ce35d39fd379c0d94c9faaf5a2be6dfa7302df9f65b386e1fc Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Mon, 5 Jun 2023 08:29:28 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=155 --- libselinux-bindings.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libselinux-bindings.spec b/libselinux-bindings.spec index 1264296..33308a0 100644 --- a/libselinux-bindings.spec +++ b/libselinux-bindings.spec @@ -20,23 +20,23 @@ %if 0%{?suse_version} < 1699 # Leap15, SLES15 # have some safe defaults -%define python_subpackage_name python3-libselinux +%define python_subpackage_name python3-selinux %define python_base_requirement python3 %if "%pythons" == "python36" -%define python_subpackage_name python36-libselinux +%define python_subpackage_name python36-selinux %define python_base_requirement python36 %endif %if "%pythons" == "python310" -%define python_subpackage_name python310-libselinux +%define python_subpackage_name python310-selinux %define python_base_requirement python310 %endif %if "%pythons" == "python311" -%define python_subpackage_name python311-libselinux +%define python_subpackage_name python311-selinux %define python_base_requirement python311 %endif %else # Tumbleweed -%define python_subpackage_name python3-libselinux +%define python_subpackage_name python3-selinux %define python_base_requirement python3 %endif