Hello community,

here is the log from the commit of package openvswitch for openSUSE:Factory 
checked in at 2016-01-15 10:41:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openvswitch (Old)
 and      /work/SRC/openSUSE:Factory/.openvswitch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openvswitch"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openvswitch/openvswitch.changes  2015-01-06 
09:07:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openvswitch.new/openvswitch.changes     
2016-01-15 10:41:46.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Jan 10 17:55:22 UTC 2016 - antoine.belv...@laposte.net
+
+- Add calls to /sbin/ldconfig in %post and %postun
+- Fix typo in Url
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openvswitch.spec ++++++
--- /var/tmp/diff_new_pack.Owi0UH/_old  2016-01-15 10:41:47.000000000 +0100
+++ /var/tmp/diff_new_pack.Owi0UH/_new  2016-01-15 10:41:47.000000000 +0100
@@ -29,7 +29,7 @@
 Summary:        An open source, production quality, multilayer virtual switch
 License:        Apache-2.0
 Group:          Productivity/Networking/System
-Url:            http://openswitch.org/
+Url:            http://openvswitch.org/
 Source0:        http://openvswitch.org/releases/%{name}-%{version}.tar.gz
 Source1:        preamble
 Source2:        openvswitch-switch.init
@@ -330,14 +330,17 @@
          
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}-switch
 install -m 755 %{SOURCE2} \
          %{buildroot}/%{_sysconfdir}/init.d/%{name}-switch
-         ln -sf %_sbindir/service %{buildroot}%{_sbindir}/rc%{name}-switch
 install -m 755 %{SOURCE5} \
          %{buildroot}/%{_sysconfdir}/init.d/%{name}-vtep
-         ln -sf %_sbindir/service %{buildroot}%{_sbindir}/rc%{name}-vtep
 
 %if 0%{?suse_version} > 1230
+ln -sf %_sbindir/service %{buildroot}%{_sbindir}/rc%{name}-switch
+ln -sf %_sbindir/service %{buildroot}%{_sbindir}/rc%{name}-vtep
 install -D -m 644 %{SOURCE7} \
         %{buildroot}%{_unitdir}/openvswitch.service
+%else
+ln -sf %{_sysconfdir}/init.d/%{name}-switch 
%{buildroot}%{_sbindir}/rc%{name}-switch
+ln -sf %{_sysconfdir}/init.d/%{name}-vtep 
%{buildroot}%{_sbindir}/rc%{name}-vtep
 %endif
 
 install -d -m 755 %{buildroot}/%{_sysconfdir}/sysconfig
@@ -368,6 +371,9 @@
 
 %fdupes %{buildroot}%{py_sitedir}
 
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %pre switch
 %if 0%{?suse_version} > 1230
 %service_add_pre openvswitch.service


Reply via email to