From dbbd1dd5f856f93f00a84d09522ccaad899790815402157643483acd0cd93b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Caama=C3=B1o=20Ruiz?= Date: Mon, 2 Mar 2020 14:07:39 +0000 Subject: [PATCH] Accepting request 780879 from home:suntorytimed:branches:network - Change constraint to ssse3 to fix build issues on x86_64 and i586 OBS-URL: https://build.opensuse.org/request/show/780879 OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=113 --- _constraints | 2 +- dpdk.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_constraints b/_constraints index a80794a..3dfc243 100644 --- a/_constraints +++ b/_constraints @@ -10,7 +10,7 @@ mmx sse sse2 - sse3 + ssse3 diff --git a/dpdk.changes b/dpdk.changes index fa03961..18c755a 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 2 10:25:12 UTC 2020 - Stefan Weiberg + +- Change constraint to ssse3 to fix build issues on x86_64 and i586 + ------------------------------------------------------------------- Tue Nov 19 15:45:29 UTC 2019 - Jaime CaamaƱo Ruiz