From 4d83f9d82e7379bad994573fdd0c80ac82a55a63 Mon Sep 17 00:00:00 2001 From: zhangguowei <14744141+zhang-guowei0207@user.noreply.gitee.com> Date: Mon, 19 May 2025 06:44:17 +0000 Subject: [PATCH 1/2] update rti-connext-dds-cmake-module.spec. Signed-off-by: zhangguowei <14744141+zhang-guowei0207@user.noreply.gitee.com> --- rti-connext-dds-cmake-module.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/rti-connext-dds-cmake-module.spec b/rti-connext-dds-cmake-module.spec index 9c606db..94b5b02 100644 --- a/rti-connext-dds-cmake-module.spec +++ b/rti-connext-dds-cmake-module.spec @@ -16,12 +16,13 @@ Summary: Helper module to provide access to RTI products like Connext DDS License: Apache License 2.0 Source0: %{name}_%{version}.orig.tar.gz +Source1: rti-connext-dds-6.0.1-6.0.1.25-2.x86_64.rpm -Requires: rti-connext-dds-6.0.1 +#Requires: rti-connext-dds-6.0.1 Requires: agiros-%{agiros_distro}-ament-cmake Requires: agiros-%{agiros_distro}-ros-workspace -BuildRequires: rti-connext-dds-6.0.1 +#BuildRequires: rti-connext-dds-6.0.1 BuildRequires: agiros-%{agiros_distro}-ament-cmake BuildRequires: agiros-%{agiros_distro}-ros-workspace @@ -38,6 +39,7 @@ Provides: %{name}-runtime = %{version}-%{release} Helper module to provide access to RTI products like Connext DDS Professional %prep +rpm -i %{SOURCE1} --nodeps %autosetup -p1 %build @@ -102,4 +104,4 @@ else echo "RPM TESTS SKIPPED"; fi %changelog * Tue Mar 04 2025 Andrea Sorbini asorbini@rti.com - 0.11.3-1 -- Autogenerated by ros-porting-tools +- Autogenerated by ros-porting-tools \ No newline at end of file -- Gitee From 7b5112a32e2f65bab5c76a41470d809fa2c8a536 Mon Sep 17 00:00:00 2001 From: zhangguowei <14744141+zhang-guowei0207@user.noreply.gitee.com> Date: Mon, 19 May 2025 06:56:40 +0000 Subject: [PATCH 2/2] update rti-connext-dds-cmake-module.spec. Signed-off-by: zhangguowei <14744141+zhang-guowei0207@user.noreply.gitee.com> --- rti-connext-dds-cmake-module.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rti-connext-dds-cmake-module.spec b/rti-connext-dds-cmake-module.spec index 94b5b02..9aed662 100644 --- a/rti-connext-dds-cmake-module.spec +++ b/rti-connext-dds-cmake-module.spec @@ -16,7 +16,7 @@ Summary: Helper module to provide access to RTI products like Connext DDS License: Apache License 2.0 Source0: %{name}_%{version}.orig.tar.gz -Source1: rti-connext-dds-6.0.1-6.0.1.25-2.x86_64.rpm +Source1: http://1.94.193.239/yumrepo/agiros/openeuler2403lts/3-party/x86_64/rti-connext-dds-6.0.1-6.0.1.25-2.x86_64.rpm #Requires: rti-connext-dds-6.0.1 Requires: agiros-%{agiros_distro}-ament-cmake -- Gitee