From: Andrew Lewis Date: Fri, 13 Mar 2015 08:15:47 +0000 (+0200) Subject: RPM: move patch out of wrong part of specfile X-Git-Tag: 0.9.0~506^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=30f404d2ede833fb5346bcda8136e6b4fb28bf89;p=rspamd.git RPM: move patch out of wrong part of specfile --- 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}