aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-17 20:51:16 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-17 20:51:16 -0400
commita359460ef54cb014dfb3004866ce6a104605400d (patch)
treee72c68baf15931c3b990254955ca3e056d74d1be
parentfix if with_selinux (diff)
downloadradicale_auth_ldap-a359460ef54cb014dfb3004866ce6a104605400d.tar.gz
radicale_auth_ldap-a359460ef54cb014dfb3004866ce6a104605400d.tar.bz2
radicale_auth_ldap-a359460ef54cb014dfb3004866ce6a104605400d.zip
add BR: python3-rpm-macros
-rw-r--r--radicale_auth_ldap.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/radicale_auth_ldap.spec b/radicale_auth_ldap.spec
index 02fdfa1..99308a6 100644
--- a/radicale_auth_ldap.spec
+++ b/radicale_auth_ldap.spec
@@ -24,6 +24,7 @@ Summary: Selinux rules for radicale3-auth-ldap
%if 0%{?centos} == 7
BuildRequires: policycoreutils-python
%endif
+BuildRequires: python3-rpm-macros
BuildRequires: policycoreutils
BuildRequires: checkpolicy
BuildRequires: selinux-policy-devel
bgstack15