diff options
Diffstat (limited to 'nav2-behaviors.spec')
| -rw-r--r-- | nav2-behaviors.spec | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/nav2-behaviors.spec b/nav2-behaviors.spec index 9d6b412..429dfb3 100644 --- a/nav2-behaviors.spec +++ b/nav2-behaviors.spec @@ -1,21 +1,22 @@ %bcond_without tests %bcond_without weak_deps +%define ros_distro humble + %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}/.*$ %define RosPkgName nav2-behaviors -%define ros_distro humble Name: ros-%{ros_distro}-%{RosPkgName} -Version: 1.1.9 +Version: 1.1.20 Release: 1%{?dist}%{?release_suffix} Summary: TODO License: Apache-2.0 -Source0: %{name}_%{version}.orig.tar.gz -Patch0: ros-humble-nav2-behaviors-1.1.9-fix-gcc12-error.patch +Source0: %{RosPkgName}-%{version}.tar.gz +Patch0: ros-humble-nav2-behaviors-1.1.20-fix-gcc12-error.patch Requires: ros-%{ros_distro}-rclcpp Requires: ros-%{ros_distro}-rclcpp-action @@ -61,7 +62,7 @@ Provides: %{name}-runtime = %{version}-%{release} TODO %prep -%autosetup -p1 +%autosetup -n %{RosPkgName}-%{version} -p1 %build # Needed to bootstrap since the ros_workspace package does not yet exist. @@ -120,8 +121,5 @@ else echo "RPM TESTS SKIPPED"; fi /opt/ros/%{ros_distro} %changelog -* Mon Sep 11 2023 will_niutao <niutao2@huawei.com> - 1.1.9-1 -- update version and fix compile error with gcc12 - -* Thu May 04 2023 Carlos Orduno carlos.a.orduno@intel.com - 1.1.6-1 +* Wed Mar 25 2026 Carlos Orduno carlos.a.orduno@intel.com - 1.1.20-1 - Autogenerated by ros-porting-tools |
