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