From d2c7e9b2008d0284288f198bb0ff31db29de9744 Mon Sep 17 00:00:00 2001 From: Scott Bradnick Date: Fri, 26 Aug 2022 19:03:07 +0000 Subject: [PATCH] Accepting request 999464 from home:sbradnick - Excluding patch from ppc64: "-buildmode=pie not supported on linux/ppc64" OBS-URL: https://build.opensuse.org/request/show/999464 OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=36 --- miller.changes | 5 +++++ miller.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/miller.changes b/miller.changes index 8346717..002ef25 100644 --- a/miller.changes +++ b/miller.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 26 18:47:10 UTC 2022 - Scott Bradnick + +- Excluding patch from ppc64: "-buildmode=pie not supported on linux/ppc64" + ------------------------------------------------------------------- Fri Aug 26 16:03:07 UTC 2022 - Scott Bradnick diff --git a/miller.spec b/miller.spec index ff7bb3c..27921ad 100644 --- a/miller.spec +++ b/miller.spec @@ -45,7 +45,9 @@ well with pipes and can feed "tail -f". %prep %setup -q -a 1 +%if "%{_arch}" != "ppc64" %patch0 +%endif # Not sure if this is still required #%%ifarch %%ix86 #sed -e 's/-pg//' -i c/Makefile.am