2015-10-19 20:53:46 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Oct 17 14:42:59 UTC 2015 - mrueckert@suse.de
- run systemd-tmpfiles in %post to get the directory set up.
-------------------------------------------------------------------
Sat Mar 21 12:11:13 UTC 2015 - p.drouand@gmail.com
+1
View File
@@ -190,6 +190,7 @@ touch %{buildroot}%{_sysconfdir}/quagga/vtysh.conf
%post
/sbin/ldconfig
%if %{with systemd}
systemd-tmpfiles --create %{_tmpfilesdir}/%{name}.conf || true
%service_add_post zebra.service isisd.service ripd.service ospfd.service bgpd.service babeld.service ospf6d.service ripngd.service
%{fillup_only}
%else