summaryrefslogtreecommitdiff
path: root/ros2-medkit-beacon-common.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-09-20 12:11:04 +0000
committerCoprDistGit <infra@openeuler.org>2026-09-20 12:11:04 +0000
commitf6a14e9c4d6cf942d2dd22f8fab91b73640bf9bd (patch)
tree9fd81fce77c75aaa963328ae4bacda03c0b2ede1 /ros2-medkit-beacon-common.spec
parent8de746797fdb2e16ebea1ef058cfb80374fb0d76 (diff)
automatic import of ros-humble-ros2-medkit-beacon-common
Diffstat (limited to 'ros2-medkit-beacon-common.spec')
-rw-r--r--ros2-medkit-beacon-common.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ros2-medkit-beacon-common.spec b/ros2-medkit-beacon-common.spec
index 244e13c..99813db 100644
--- a/ros2-medkit-beacon-common.spec
+++ b/ros2-medkit-beacon-common.spec
@@ -42,7 +42,7 @@ Provides common beacon validation, hint storage, entity mapping,
and response building utilities used by the ros2_medkit discovery plugin suite.
%prep
-%autosetup -n %{commit}
+%autosetup -n ros2_medkit-%{commit}
# ros-humble-ros2-medkit-cmake (reused RPM) 缺少 cmake 模块文件;
# extras.cmake 依赖 ${ros2_medkit_cmake_DIR} 目录下有这些文件才能把路径加入
# CMAKE_MODULE_PATH。手动补装到已安装包的 share 目录使 include() 可以找到它们。