diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-16 11:52:59 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-16 17:32:00 +0100 |
commit | 573eae4d62548273ac7925e8b2f3b3a9ecb7cb84 (patch) | |
tree | 25f5ed11ff92df95ba4892bb7a09d7c13a890852 | |
parent | 2825bf167d9bce3c0ea5e54be1f745525637c6d7 (diff) | |
download | drakx-573eae4d62548273ac7925e8b2f3b3a9ecb7cb84.tar drakx-573eae4d62548273ac7925e8b2f3b3a9ecb7cb84.tar.gz drakx-573eae4d62548273ac7925e8b2f3b3a9ecb7cb84.tar.bz2 drakx-573eae4d62548273ac7925e8b2f3b3a9ecb7cb84.tar.xz drakx-573eae4d62548273ac7925e8b2f3b3a9ecb7cb84.zip |
adjust debug build to current python
else drakx-installer-stage2 cannot be rebuilt with the debug option
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index e9501da50..1fbd6244f 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- adjust debug build to current python + Version 18.24 - 15 March 2020 - fix tracking of installed packages (mga#26284) diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index e012c1c80..098081331 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -319,8 +319,8 @@ <if set="DEBUG_INSTALL"> /usr/libexec/gdb <from expand="glob"> - /usr/include/python3.*m/pyconfig.h - /usr/LIB/libpython3.*m.so.1.0 + /usr/include/python3.*/pyconfig.h + /usr/LIB/libpython3.*so /usr/LIB/python3.*/abc.py /usr/LIB/python3.*/_bootlocale.py /usr/LIB/python3.*/codecs.py |