diff --git a/python-six.changes b/python-six.changes index 5ec3ca6..b6fbd23 100644 --- a/python-six.changes +++ b/python-six.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 25 19:43:33 UTC 2019 - Neal Gompa + +- Change %pretrans back to %pre to fix bootstrap issue (boo#1123064) + ------------------------------------------------------------------- Thu Jan 17 11:31:09 UTC 2019 - Tomáš Chvátal diff --git a/python-six.spec b/python-six.spec index 21e0558..b1ebb18 100644 --- a/python-six.spec +++ b/python-six.spec @@ -96,7 +96,8 @@ popd rm -rf test %endif -%pretrans +%pre +# boo#1123064 - change back to pre scriptlet - if needed as pretrans, write in lua # bsc#1057496 - egg-info changed from directory to file if [ -d %{python_sitelib}/six-*-py%{python_version}.egg-info ]; then rm -rf %{python_sitelib}/six-*-py%{python_version}.egg-info