Skip to content

Commit d00d04f

Browse files
authored
DAOS-16928 mercury: Enable debug RPMs for Leap sub-packages. (#127)
Signed-off-by: Joseph Moore <joseph.moore@intel.com>
1 parent 3e568e6 commit d00d04f

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2+
mercury (2.4.0-2) unstable; urgency=medium
3+
[ Joseph Moore ]
4+
* Enable debug RPMs for Leap sub-packages.
5+
6+
-- Joseph Moore <joseph.moore@hpe.com> Tue, 07 Jan 2025 11:00:00 -0600
7+
18
mercury (2.4.0-1) unstable; urgency=medium
29
[ Jerome Soumagne ]
310
* Update to 2.4.0

mercury.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: mercury
22
Version: 2.4.0
3-
Release: 1%{?dist}
3+
Release: 2%{?dist}
44

55
# --without ucx build switch
66
%bcond_without ucx
@@ -66,7 +66,7 @@ Mercury plugin to support the UCX transport.
6666

6767
%if 0%{?suse_version}
6868
%global __debug_package 1
69-
%global _debuginfo_subpackages 0
69+
%global _debuginfo_subpackages 1
7070
%debug_package
7171
%endif
7272

@@ -131,6 +131,9 @@ Mercury plugin to support the UCX transport.
131131
%{_libdir}/cmake/
132132

133133
%changelog
134+
* Tue Jan 07 2025 Joseph Moore <joseph.moore@hpe.com> - 2.4.0-2
135+
- Enable debug RPMs for Leap sub-packages.
136+
134137
* Mon Nov 04 2024 Jerome Soumagne <jerome.soumagne@intel.com> - 2.4.0-1
135138
- Update to 2.4.0
136139
- Update required libfabric version (>= 1.20)

packaging/Makefile_distro_vars.mk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ DISTRO_VERSION ?= $(VERSION_ID)
9191
ORIG_TARGET_VER := 15.5
9292
SED_EXPR := 1p
9393
endif
94+
ifeq ($(CHROOT_NAME),opensuse-leap-15.6-x86_64)
95+
VERSION_ID := 15.6
96+
DISTRO_ID := sl15.6
97+
DISTRO_BASE := LEAP_15
98+
DISTRO_VERSION ?= $(VERSION_ID)
99+
ORIG_TARGET_VER := 15.6
100+
SED_EXPR := 1p
101+
endif
94102
endif
95103
ifeq ($(ID),centos)
96104
ID = el

0 commit comments

Comments
 (0)