From 9fdda9828b6b2338a3707928bf8448af564b2806 Mon Sep 17 00:00:00 2001 From: yanjianqing Date: Tue, 13 Aug 2024 14:00:01 +0800 Subject: [PATCH] fix build error --- nodelet_core.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodelet_core.spec b/nodelet_core.spec index e5dceb4..e58cd2d 100644 --- a/nodelet_core.spec +++ b/nodelet_core.spec @@ -1,6 +1,6 @@ Name: nodelet_core Version: 1.10.1 -Release: 1 +Release: 2 Summary: This is ROS noetic %{name} Package License: Public Domain and Apache-2.0 and BSD and MIT and BSL-1.0 and LGPL-2.1-only and MPL-2.0 and GPL-3.0-only and GPL-2.0-or-later and MPL-1.1 and IJG and Zlib and OFL-1.1 URL: https://github.com/ros-gbp/nodelet_core-release/archive/release/noetic/nodelet_core @@ -31,7 +31,7 @@ BuildRequires: gmock-devel This is %{name} Package %prep -%setup +%setup -q -n ros-noetic-ros-%{name}-%{version} %install @@ -106,5 +106,8 @@ cd .. %defattr(-,root,root) %changelog +* Tue Aug 13 2024 yanjianqing - 1.10.1-2 +- Fix build error + * Tue Dec 15 2020 openEuler Buildteam - 1.10.1-1 - Package init -- Gitee