File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
8
mercury (2.4.0-1) unstable; urgency=medium
2
9
[ Jerome Soumagne ]
3
10
* Update to 2.4.0
Original file line number Diff line number Diff line change 1
1
Name: mercury
2
2
Version: 2.4.0
3
- Release: 1 %{?dist }
3
+ Release: 2 %{?dist }
4
4
5
5
# --without ucx build switch
6
6
%bcond_without ucx
@@ -66,7 +66,7 @@ Mercury plugin to support the UCX transport.
66
66
67
67
%if 0%{?suse_version }
68
68
%global __debug_package 1
69
- %global _debuginfo_subpackages 0
69
+ %global _debuginfo_subpackages 1
70
70
%debug_package
71
71
%endif
72
72
@@ -131,6 +131,9 @@ Mercury plugin to support the UCX transport.
131
131
%{_libdir }/cmake/
132
132
133
133
%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
+
134
137
* Mon Nov 04 2024 Jerome Soumagne <jerome.soumagne@intel.com> - 2.4.0-1
135
138
- Update to 2.4.0
136
139
- Update required libfabric version (>= 1.20)
Original file line number Diff line number Diff line change @@ -91,6 +91,14 @@ DISTRO_VERSION ?= $(VERSION_ID)
91
91
ORIG_TARGET_VER := 15.5
92
92
SED_EXPR := 1p
93
93
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
94
102
endif
95
103
ifeq ($(ID ) ,centos)
96
104
ID = el
You can’t perform that action at this time.
0 commit comments