diff options
-rw-r--r-- | centos/rspamd.spec | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/centos/rspamd.spec b/centos/rspamd.spec index 6852c98db..e285f7f0f 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -66,6 +66,9 @@ lua. %prep %setup -q +%if 0%{?el7} +%patch0 -p0 +%endif %build %{__cmake} \ @@ -113,10 +116,6 @@ rm -rf %{buildroot} %service_add_pre %{name}.socket %endif -%if 0%{?el7} -%patch0 -p0 -%endif - %post #to allow easy upgrade from 0.8.1 chown -R %{rspamd_user}:%{rspamd_group} %{rspamd_home} |