From 6a4e3acbcc129043d431d642eae9d57ef0078329f897af23a7f4a789d5d9ae83 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 21 Oct 2014 11:24:35 +0000 Subject: [PATCH] - fix rcX link OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=68 --- openvswitch.changes | 5 +++++ openvswitch.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/openvswitch.changes b/openvswitch.changes index d3c5685..c312ebf 100644 --- a/openvswitch.changes +++ b/openvswitch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 21 11:24:25 UTC 2014 - dmueller@suse.com + +- fix rcX link + ------------------------------------------------------------------- Tue Sep 23 08:40:15 UTC 2014 - dmueller@suse.com diff --git a/openvswitch.spec b/openvswitch.spec index f7b4ae1..a482c23 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -343,10 +343,10 @@ install -m 644 %{SOURCE3} \ %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}-switch install -m 755 %{SOURCE2} \ %{buildroot}/%{_sysconfdir}/init.d/%{name}-switch - ln -s %{_sysconfdir}/init.d/%{name}-switch %{buildroot}%{_sbindir}/rc%{name}-switch + ln -sf %_sbindir/service %{buildroot}%{_sbindir}/rc%{name}-switch install -m 755 %{SOURCE5} \ %{buildroot}/%{_sysconfdir}/init.d/%{name}-vtep - ln -s %{_sysconfdir}/init.d/%{name}-vtep %{buildroot}%{_sbindir}/rc%{name}-vtep + ln -sf %_sbindir/service %{buildroot}%{_sbindir}/rc%{name}-vtep %if 0%{?suse_version} > 1230 install -D -m 644 %{SOURCE7} \