From 8faee02d3edcac53c94ef911fe4cb558c8b77b42 Mon Sep 17 00:00:00 2001 From: Flavio Leitner Date: Aug 14 2013 02:44:50 +0000 Subject: Fixed openvswitch-nonetwork to start openvswitch.service (#996804) Resolves: #996804 --- diff --git a/openvswitch-nonetwork.service b/openvswitch-nonetwork.service index e023f04..7da4434 100644 --- a/openvswitch-nonetwork.service +++ b/openvswitch-nonetwork.service @@ -2,6 +2,7 @@ Description=Open vSwitch Internal Unit After=syslog.target PartOf=openvswitch.service +Wants=openvswitch.service [Service] Type=oneshot diff --git a/openvswitch.spec b/openvswitch.spec index 65aad3f..1588a98 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -2,7 +2,7 @@ Name: openvswitch Version: 1.10.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Open vSwitch daemon/database/utilities # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the @@ -235,6 +235,9 @@ desktop-file-install --dir=$RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE6} %changelog +* Tue Aug 13 2013 Flavio Leitner - 1.10.0-7 +- Fixed openvswitch-nonetwork to start openvswitch.service (#996804) + * Sat Aug 03 2013 Petr Pisar - 1.10.0-6 - Perl 5.18 rebuild