From 0ccae1f15afd0c9661ee38b478e6c6e5aebe78e5 Mon Sep 17 00:00:00 2001 From: davidhan008 <619409713@qq.com> Date: Thu, 27 Feb 2025 20:43:16 +0800 Subject: [PATCH] define ros_distro to adapt to eur --- rcutils.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rcutils.spec b/rcutils.spec index 0a02e88..4c05a6e 100644 --- a/rcutils.spec +++ b/rcutils.spec @@ -6,6 +6,7 @@ %global __requires_exclude_from ^/opt/ros/%{ros_distro}/.*$ %define RosPkgName rcutils +%define ros_distro humble Name: ros-%{ros_distro}-%{RosPkgName} Version: 5.1.3 -- Gitee