From 7c42a4fe5ea5f28ba7d475bf3b9c17a57d4f92e0 Mon Sep 17 00:00:00 2001 From: will_niutao Date: Fri, 15 Sep 2023 14:30:45 +0800 Subject: [PATCH] fix: fix no debuginfo error Signed-off-by: will_niutao (cherry picked from commit 17f3a6358ffc82dbeef7c8564f72c1f4a383776a) --- rosbag2-py.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rosbag2-py.spec b/rosbag2-py.spec index ba93bc1..608b237 100644 --- a/rosbag2-py.spec +++ b/rosbag2-py.spec @@ -1,6 +1,7 @@ %bcond_without tests %bcond_without weak_deps +%global debug_package %{nil} %global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g') %global __provides_exclude_from ^/opt/ros/%{ros_distro}/.*$ %global __requires_exclude_from ^/opt/ros/%{ros_distro}/.*$ @@ -9,7 +10,7 @@ Name: ros-%{ros_distro}-%{RosPkgName} Version: 0.15.5 -Release: 1%{?dist}%{?release_suffix} +Release: 2%{?dist}%{?release_suffix} Summary: Python API for rosbag2 License: Apache License 2.0 @@ -111,5 +112,8 @@ else echo "RPM TESTS SKIPPED"; fi /opt/ros/%{ros_distro} %changelog +* Fri Sep 15 2023 will_niutao 0.15.5-2 +- fix no debuginfo error + * Thu May 04 2023 Michael Orlov michael.orlov@apex.ai - 0.15.5-1 - Autogenerated by ros-porting-tools -- Gitee