From dfd67ae683fb48383e5a3bb01c77a4c49be400d1 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Tue, 16 Oct 2012 09:52:45 +0200 Subject: [PATCH] bump spec file for systemd require fix (#850258) --- openvswitch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openvswitch.spec b/openvswitch.spec index 2f23043..b4dff6b 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -1,6 +1,6 @@ Name: openvswitch Version: 1.7.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Open vSwitch daemon/database/utilities # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the @@ -204,6 +204,9 @@ desktop-file-install --dir=$RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE6} %changelog +* Tue Oct 16 2012 Thomas Graf - 1.7.1-3 +- require systemd instead of systemd-units to use macro helpers (#850258) + * Tue Oct 9 2012 Thomas Graf - 1.7.1-2 - make ovs-vsctl timeout if daemon is not running (#858722)