Accepting request 866858 from home:dstoecker:branches:security:Stunnel
- Do not replace the active config file This setting silently killed my server instance. %config without noreplace should not be used for files which are modified by uses (which files in /etc are). OBS-URL: https://build.opensuse.org/request/show/866858 OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=122
This commit is contained in:
parent
347e382da0
commit
c6b2dad9e6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 26 14:01:11 UTC 2021 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
- Do not replace the active config file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 30 14:36:45 UTC 2020 - Andreas Vetter <vetter@physik.uni-wuerzburg.de>
|
Mon Nov 30 14:36:45 UTC 2020 - Andreas Vetter <vetter@physik.uni-wuerzburg.de>
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@ fi
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
%dir %attr(700,root,root) %{_sysconfdir}/%{name}/
|
%dir %attr(700,root,root) %{_sysconfdir}/%{name}/
|
||||||
%dir %attr(700,root,root) %{_sysconfdir}/%{name}//conf.d
|
%dir %attr(700,root,root) %{_sysconfdir}/%{name}//conf.d
|
||||||
%config %{_sysconfdir}/%{name}/stunnel.conf
|
%config(noreplace) %{_sysconfdir}/%{name}/stunnel.conf
|
||||||
%dir %attr(755,root,root) %{_localstatedir}/lib/stunnel
|
%dir %attr(755,root,root) %{_localstatedir}/lib/stunnel
|
||||||
%dir %attr(755,root,root) %{_localstatedir}/lib/stunnel/bin
|
%dir %attr(755,root,root) %{_localstatedir}/lib/stunnel/bin
|
||||||
%dir %attr(755,root,root) %{_localstatedir}/lib/stunnel%{_sysconfdir}
|
%dir %attr(755,root,root) %{_localstatedir}/lib/stunnel%{_sysconfdir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user