Hello community,

here is the log from the commit of package openvswitch for openSUSE:Factory 
checked in at 2018-03-24 16:16:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openvswitch (Old)
 and      /work/SRC/openSUSE:Factory/.openvswitch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openvswitch"

Sat Mar 24 16:16:30 2018 rev:23 rq:590601 version:2.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openvswitch/openvswitch.changes  2018-03-07 
10:37:34.736199362 +0100
+++ /work/SRC/openSUSE:Factory/.openvswitch.new/openvswitch.changes     
2018-03-24 16:16:40.804685885 +0100
@@ -1,0 +2,10 @@
+Thu Mar 22 10:39:10 UTC 2018 - mchand...@suse.de
+
+- Fix file permissions in /etc/openvswitch for upgrades (951d79e638ec)
+
+-------------------------------------------------------------------
+Wed Mar 21 21:03:21 UTC 2018 - dmuel...@suse.com
+
+- set rundir to %_rundir
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openvswitch.spec ++++++
--- /var/tmp/diff_new_pack.OLN6Ux/_old  2018-03-24 16:16:41.620656471 +0100
+++ /var/tmp/diff_new_pack.OLN6Ux/_new  2018-03-24 16:16:41.624656327 +0100
@@ -342,6 +342,7 @@
         pushd obj/$flavor
         %configure \
        --with-logdir=%{_localstatedir}/log/openvswitch \
+            --with-rundir=%{_rundir}/openvswitch \
            --with-linux=%{_prefix}/src/linux-obj/%{_target_cpu}/$flavor \
        --with-linux-source=%{_prefix}/src/linux
         cd datapath/linux
@@ -371,6 +372,7 @@
         --enable-shared \
         --enable-ssl \
         ${dpdk_opt} \
+        --with-rundir=%{_rundir}/openvswitch \
         --with-logdir=%{_localstatedir}/log/openvswitch
 make %{?_smp_mflags}
 popd
@@ -573,6 +575,13 @@
 %postun vtep -p /sbin/ldconfig
 
 %files
+%defattr(-,openvswitch,openvswitch)
+%dir %{_sysconfdir}/openvswitch
+%{_sysconfdir}/openvswitch/default.conf
+%config %ghost %{_sysconfdir}/openvswitch/conf.db
+%ghost %{_sysconfdir}/openvswitch/.conf.db.~lock~
+%config %ghost %{_sysconfdir}/openvswitch/system-id.conf
+%defattr(-,root,root)
 %{_bindir}/ovs-appctl
 %{_bindir}/ovs-docker
 %{_bindir}/ovs-dpctl
@@ -612,10 +621,6 @@
 %{_mandir}/man8/ovs-vswitchd.8%{ext_man}
 %{_sysconfdir}/bash_completion.d/ovs-appctl-bashcomp.bash
 %{_sysconfdir}/bash_completion.d/ovs-vsctl-bashcomp.bash
-%dir %{_sysconfdir}/openvswitch
-%config(noreplace) %{_sysconfdir}/openvswitch/default.conf
-%config %ghost %{_sysconfdir}/openvswitch/conf.db
-%config %ghost %{_sysconfdir}/openvswitch/system-id.conf
 %config(noreplace) %{_sysconfdir}/logrotate.d/openvswitch
 %{_sbindir}/rcovsdb-server
 %{_sbindir}/rcovs-vswitchd
@@ -624,7 +629,7 @@
 %{_unitdir}/ovs-vswitchd.service
 %{_unitdir}/ovsdb-server.service
 %{_fillupdir}/sysconfig.openvswitch
-%dir %{_localstatedir}/log/openvswitch
+%attr(755,-,-) %dir %{_localstatedir}/log/openvswitch
 %if %{with dpdk}
 %{_prefix}/lib/udev/rules.d/91-vfio.rules
 %endif


Reply via email to