diff --git a/linux-system-roles.spec b/linux-system-roles.spec index 1b09312..921f558 100644 --- a/linux-system-roles.spec +++ b/linux-system-roles.spec @@ -30,7 +30,7 @@ Name: linux-system-roles Url: https://github.com/linux-system-roles Summary: Set of interfaces for unified system management Version: 1.35.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ and MIT and BSD and Python %global _pkglicensedir %{_licensedir}/%{name} @@ -371,7 +371,9 @@ done # - library: # - Module seport, sefcontext and selogin for the selinux role rolename2 # - Module ini_file for role tlog -module_map=( ["seport.py"]="selinux" ["sefcontext.py"]="selinux" ["selogin.py"]="selinux" ["ini_file.py"]="tlog" ) +# - rhc modules +module_map=( ["seport.py"]="selinux" ["sefcontext.py"]="selinux" ["selogin.py"]="selinux" ["ini_file.py"]="tlog" + ["redhat_subscription.py"]="rhc" ["rhsm_release.py"]="rhc" ["rhsm_repository.py"]="rhc" ) for module in "${!module_map[@]}"; do role="${module_map[${module}]}" if [ ! -d $role/library ]; then @@ -746,6 +748,9 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \ %endif %changelog +* Thu Feb 16 2023 Rich Megginson - 1.35.0-2 +- EL - vendor in Ansible modules needed for rhc role + * Thu Feb 16 2023 Packit - 1.35.0-1 - Update to upstream version 1.35.0