diff --git a/console_bridge.spec b/console_bridge.spec index 7a45c28..2901f0f 100644 --- a/console_bridge.spec +++ b/console_bridge.spec @@ -1,8 +1,8 @@ Name: console_bridge Version: 1.0.0 -Release: 3 +Release: 4 Summary: This is ROS melodic ros_comm's 3rdparty console_bridge -License: GPL +License: BSD-3-Clause URL: https://github.com/ros/console_bridge/releases/tag/1.0.0 Source0: https://github.com/ros/console_bridge/archive/1.0.0.tar.gz BuildRequires: gcc-c++ @@ -35,6 +35,9 @@ find %{buildroot} -type f -name 'libconsole_bridge.so.1.0' -exec strip '{}' \; %changelog +* Tue Jul 26 2022 Chenyx - 1.0.0-4 +- License compliance rectification + * Tue Dec 21 2021 sdlzx - 1.0.0-3 - Remove boost dependency