diff --git a/fence-agents.spec b/fence-agents.spec index a73ef5f..385465a 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -205,14 +205,12 @@ BuildRequires: python-suds openwsman-python sed -i.orig 's|FENCE_ZVM=1|FENCE_ZVM=0|' configure.ac %build -%ifarch x86_64 # support libs for x in %{_sourcedir}/requirements-*.txt; do %{__python3} -m pip install --target support/$(echo $x | sed -E "s/.*requirements-(.*).txt/\1/") --no-index --find-links %{_sourcedir} -r $x done sed -i -e "/^import awscli.clidriver/isys.path.insert(0, '/usr/lib/%{name}/support/aws')" support/aws/bin/aws -%endif if [ -z "$PYTHON " ]; then PYTHON="%{__python3}"