Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ros-build-essential/ros-build-essential.control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Homepage: https://github.com/ros-infrastructure/infra-variants
Standards-Version: 3.9.2

Package: ros-build-essential
Version: 1.0.1
Version: 1.0.2
Maintainer: Steven! Ragnarök <steven@openrobotics.org>
Depends:
build-essential,
Expand Down
5 changes: 4 additions & 1 deletion ros-build-essential/ros-build-essential.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: ros-build-essential
Version: 1.0.1
Version: 1.0.2
Summary: Packages expected when building any ROS package
Release: 1%{?dist}%{?release_suffix}
BuildArch: noarch
Expand Down Expand Up @@ -57,6 +57,9 @@ cp -a %{SOURCE0} %{SOURCE1} .
%license copyright

%changelog
* Fri May 15 2026 Scott K Logan - 1.0.2-1
- Drop python3-bloom from ros-dev-tools variant

* Tue Apr 23 2024 Scott K Logan - 1.0.1-1
- Add python3-colcon-mixin to ros-dev-tools variant

Expand Down
2 changes: 1 addition & 1 deletion ros-dev-tools/ros-dev-tools.control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Homepage: https://github.com/ros-infrastructure/infra-variants
Standards-Version: 3.9.2

Package: ros-dev-tools
Version: 1.0.1
Version: 1.0.2
Maintainer: Steven! Ragnarök <steven@openrobotics.org>
Depends:
ros-build-essential,
Expand Down
8 changes: 6 additions & 2 deletions ros-dev-tools/ros-dev-tools.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: ros-dev-tools
Version: 1.0.1
Version: 1.0.2
Summary: Developer Tools for ROS
Release: 1%{?dist}%{?release_suffix}
BuildArch: noarch
Expand All @@ -8,7 +8,8 @@ URL: https://github.com/ros-infrastructure/infra-variants
Source0: README.md
Source1: copyright
Requires: ros-build-essential
Requires: python3-bloom
# Bloom is not currently supported in Fedora/EPEL due to vcstools
# Requires: python3-bloom
Comment on lines +11 to +12

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this might be solved once we merge and test this ros-infrastructure/vcs2l#43 and shift to vcs2l.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, I think we're pretty close. We did run into issues in the T&T party that would be solved by having this package available, and I think we hit them in Kilted as well.

I'm optimistic we'll land the Bloom stuff soon but I want to hedge bets and get this in so we can update the documentation before Lyrical releases.

Requires: python3-colcon-common-extensions
Requires: python3-colcon-mixin
Requires: python3-rosdep
Expand All @@ -30,6 +31,9 @@ cp -a %{SOURCE0} %{SOURCE1} .
%license copyright

%changelog
* Fri May 15 2026 Scott K Logan - 1.0.2-1
- Drop python3-bloom from ros-dev-tools variant

* Tue Apr 23 2024 Scott K Logan - 1.0.1-1
- Add python3-colcon-mixin to ros-dev-tools variant

Expand Down