diff --git a/rosbag2-py.spec b/rosbag2-py.spec index ba93bc1fe25966c31250a5fce8c9eb618b68b443..608b237d25369125be99a558189ce583e99c3d0e 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