From 3b234808537b9a55d2df85441252e3ea277794deb7531a8483cc815292cd47ea Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 3 Apr 2013 13:11:37 +0000 Subject: [PATCH] Accepting request 162381 from home:tpaszkowski:fixopenv - %make_install macro no longer works on SLE11. Spec file now uses %makeinstall. OBS-URL: https://build.opensuse.org/request/show/162381 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=22 --- openvswitch.changes | 6 ++++++ openvswitch.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/openvswitch.changes b/openvswitch.changes index 5cc0783..0897df7 100644 --- a/openvswitch.changes +++ b/openvswitch.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 3 09:30:20 UTC 2013 - tpaszkowski@novell.com + +- %make_install macro no longer works on SLE11. Spec file now uses %makeinstall. + + ------------------------------------------------------------------- Tue Mar 26 11:21:37 UTC 2013 - speilicke@suse.com diff --git a/openvswitch.spec b/openvswitch.spec index 63b1c5d..95489af 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -281,7 +281,7 @@ done %endif pushd source -%make_install +%makeinstall install -d -m 755 %{buildroot}/%{_sysconfdir}/init.d install -d -m 755 %{buildroot}%{_localstatedir}/adm/fillup-templates