summaryrefslogtreecommitdiffstats
path: root/hyperkitty.spec
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-11-29 12:13:23 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-11-29 12:13:23 +0100
commit5bca903d1c75a59a3e415d14812b4ffca769d930 (patch)
tree289ecf0c5a6fa6d68be0d65399dee7e8d650260f /hyperkitty.spec
parent7cbafa8b495c2a79339df6e68adb6023eb1d83eb (diff)
downloadhyperkitty-5bca903d1c75a59a3e415d14812b4ffca769d930.tar.gz
hyperkitty-5bca903d1c75a59a3e415d14812b4ffca769d930.tar.xz
hyperkitty-5bca903d1c75a59a3e415d14812b4ffca769d930.zip
Fix bug in voting when emails in different lists have the same msgid
Diffstat (limited to 'hyperkitty.spec')
-rw-r--r--hyperkitty.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty.spec b/hyperkitty.spec
index d934f09..31a5257 100644
--- a/hyperkitty.spec
+++ b/hyperkitty.spec
@@ -108,7 +108,7 @@ rm -f hyperkitty_standalone/__init__.py
# SELinux
mkdir SELinux
-echo '%{_localstatedir}/lib/%{name}/sites(/.*)? system_u:object_r:httpd_sys_content_t:s0' \
+echo '%{_localstatedir}/lib/%{name}/sites(/.*)? gen_context(system_u:object_r:httpd_sys_content_t,s0)' \
> SELinux/%{name}.fc
# remember to bump the following version if the policy is updated
echo "policy_module(%{name}, 1.0)" > SELinux/%{name}.te