From 7af19669810faa0839be36fef7f46c49a80aa2ab Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Tue, 23 Jul 2013 14:33:10 +0200 Subject: [PATCH] Fix typo --- openvswitch.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openvswitch.spec b/openvswitch.spec index 8178650..14df1be 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -2,7 +2,7 @@ Name: openvswitch Version: 1.10.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Open vSwitch daemon/database/utilities # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the @@ -93,7 +93,7 @@ make install DESTDIR=$RPM_BUILD_ROOT install -d -m 0755 $RPM_BUILD_ROOT%{_sysconfdir}/openvswitch -install -p -D -m 0644 %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/openvswitch +install -p -D -m 0644 %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/openvswitch install -p -D -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir}/openvswitch.service install -p -D -m 0644 %{SOURCE7} $RPM_BUILD_ROOT%{_unitdir}/openvswitch-nonetwork.service @@ -235,6 +235,9 @@ desktop-file-install --dir=$RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE6} %changelog +* Tue Jul 23 2013 Thomas Graf - 1.10.0-5 +- Typo + * Tue Jul 23 2013 Thomas Graf - 1.10.0-4 - Spec file fixes - Maintain local copy of sysconfig.template