diff options
author | Jani Välimaa <wally@mageia.org> | 2024-04-28 18:34:38 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-04-28 18:34:38 +0300 |
commit | d77798bf1201a8081506ebb5a5ca41d42ea9a396 (patch) | |
tree | 9b8bb1bdee5f3373fa4fea44e23ac3d6a11f296b /perl-install | |
parent | 654fb38be017a6d17e9e369bd5265c9d49749c62 (diff) | |
download | drakx-d77798bf1201a8081506ebb5a5ca41d42ea9a396.tar drakx-d77798bf1201a8081506ebb5a5ca41d42ea9a396.tar.gz drakx-d77798bf1201a8081506ebb5a5ca41d42ea9a396.tar.bz2 drakx-d77798bf1201a8081506ebb5a5ca41d42ea9a396.tar.xz drakx-d77798bf1201a8081506ebb5a5ca41d42ea9a396.zip |
Fix debug build
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 702af331a..2e564b442 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - Adapt to rpm-4.19 +- Fix debug build Version 18.67 - 5 January 2024 diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 9c18a3ae9..aa2145680 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -332,10 +332,9 @@ <if set="DEBUG_INSTALL"> /usr/libexec/gdb <from expand="glob"> - /usr/include/python3.*/pyconfig.h + /usr/include/python3.*/pyconfig-*.h /usr/LIB/libpython3.*so /usr/LIB/python3.*/abc.py - /usr/LIB/python3.*/_bootlocale.py /usr/LIB/python3.*/codecs.py /usr/LIB/python3.*/_collections_abc.py /usr/LIB/python3.*/contextlib.py @@ -352,7 +351,6 @@ /usr/LIB/python3.*/functools.py /usr/LIB/python3.*/genericpath.py /usr/LIB/python3.*/heapq.py - /usr/LIB/python3.*/imp.py /usr/LIB/python3.*/io.py /usr/LIB/python3.*/keyword.py /usr/LIB/python3.*/linecache.py @@ -360,7 +358,6 @@ /usr/LIB/python3.*/os.py /usr/LIB/python3.*/posixpath.py /usr/LIB/python3.*/reprlib.py - /usr/LIB/python3.*/re.py /usr/LIB/python3.*/site.py /usr/LIB/python3.*/_sitebuiltins.py /usr/LIB/python3.*/sre_compile.py |