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:
parent
f528338bcf
commit
b6dfa362c3
@ -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>
|
Thu Jan 17 11:31:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -96,7 +96,8 @@ popd
|
|||||||
rm -rf test
|
rm -rf test
|
||||||
%endif
|
%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
|
# bsc#1057496 - egg-info changed from directory to file
|
||||||
if [ -d %{python_sitelib}/six-*-py%{python_version}.egg-info ]; then
|
if [ -d %{python_sitelib}/six-*-py%{python_version}.egg-info ]; then
|
||||||
rm -rf %{python_sitelib}/six-*-py%{python_version}.egg-info
|
rm -rf %{python_sitelib}/six-*-py%{python_version}.egg-info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user