[openvswitch] Fix typo

Thomas Graf tgraf at fedoraproject.org
Tue Jul 23 12:33:24 UTC 2013


commit 7af19669810faa0839be36fef7f46c49a80aa2ab
Author: Thomas Graf <tgraf at redhat.com>
Date:   Tue Jul 23 14:33:10 2013 +0200

    Fix typo

 openvswitch.spec |    7 +++++--
 1 files 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 <tgraf at redhat.com> - 1.10.0-5
+- Typo
+
 * Tue Jul 23 2013 Thomas Graf <tgraf at redhat.com> - 1.10.0-4
 - Spec file fixes
 - Maintain local copy of sysconfig.template


More information about the scm-commits mailing list