Files
dnf5/dnf5-5.2.1.0-debuginfo-suffix-openmamba.patch

12 lines
419 B
Diff

--- dnf5-5.2.1.0/libdnf5/rpm/package.cpp.orig 2024-05-25 19:19:58.642271978 +0200
+++ dnf5-5.2.1.0/libdnf5/rpm/package.cpp 2024-05-25 19:20:07.864292645 +0200
@@ -59,7 +59,7 @@
class Package::Impl {
public:
- static constexpr const char * DEBUGINFO_SUFFIX = "-debuginfo";
+ static constexpr const char * DEBUGINFO_SUFFIX = "-debug";
static constexpr const char * DEBUGSOURCE_SUFFIX = "-debugsource";