summaryrefslogtreecommitdiff
path: root/ros2-medkit-beacon-common.spec
diff options
context:
space:
mode:
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() 可以找到它们。