diff options
author | B. Stack <bgstack15@gmail.com> | 2022-05-17 20:38:44 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-05-17 20:38:44 -0400 |
commit | ef4763ae91c54540e63f9172a45f2ef36dc01a06 (patch) | |
tree | 38adb85dc342f28003675dc662d04166a987c670 | |
parent | add rpm spec file (diff) | |
download | radicale_auth_ldap-ef4763ae91c54540e63f9172a45f2ef36dc01a06.tar.gz radicale_auth_ldap-ef4763ae91c54540e63f9172a45f2ef36dc01a06.tar.bz2 radicale_auth_ldap-ef4763ae91c54540e63f9172a45f2ef36dc01a06.zip |
fix if with_selinux
-rw-r--r-- | radicale_auth_ldap.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radicale_auth_ldap.spec b/radicale_auth_ldap.spec index 6e5b1f1..02fdfa1 100644 --- a/radicale_auth_ldap.spec +++ b/radicale_auth_ldap.spec @@ -17,7 +17,7 @@ URL: https://gitlab.com/bgstack15/radicale_auth_ldap Source0: %{url}/-/archive/%{branch}/radicale_auth_ldap-%{branch}.tar.gz BuildArch: noarch -%if with_selinux +%if 0%{?with_selinux} %package selinux Summary: Selinux rules for radicale3-auth-ldap |