diff --git a/syncthing.spec b/syncthing.spec index e56fb2e..eb51e70 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -58,19 +58,19 @@ install -Dm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d %post %service_add_post %{name}@.service -%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 +%if 0%{?suse_version} > 1320 %systemd_user_post %{name}.service %endif %preun %service_del_preun %{name}@.service -%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 +%if 0%{?suse_version} > 1320 %systemd_user_preun %{name}.service %endif %postun %service_del_postun %{name}@.service -%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 +%if 0%{?suse_version} > 1320 %systemd_user_postun %{name}.service %endif @@ -80,7 +80,7 @@ install -Dm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name} %{_bindir}/%{name} %{_unitdir}/%{name}@.service -%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 +%if 0%{?suse_version} > 1320 %{_userunitdir}/%{name}.service %endif