SHA256
1
0
forked from pool/python-six

Accepting request 668727 from home:Pharaoh_Atem:branches:devel:languages:python

- Change %pretrans back to %pre to fix bootstrap issue (boo#1123064)

OBS-URL: https://build.opensuse.org/request/show/668727
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=65
This commit is contained in:
Matej Cepl 2019-01-25 23:41:08 +00:00 committed by Git OBS Bridge
parent f528338bcf
commit b6dfa362c3
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 25 19:43:33 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
- Change %pretrans back to %pre to fix bootstrap issue (boo#1123064)
-------------------------------------------------------------------
Thu Jan 17 11:31:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -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