From 3c0cae4982e6fcf2bca82b58a30e3615513f67ed Mon Sep 17 00:00:00 2001 From: Dingli Zhang Date: Thu, 23 Jan 2025 08:28:09 +0000 Subject: [PATCH] Add missing changelog to fix ci check (cherry picked from commit f6c1f1f52f0530cfe465365b10a5fe76989897c0) --- python-rosdistro.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-rosdistro.spec b/python-rosdistro.spec index 8c82539..382a87c 100644 --- a/python-rosdistro.spec +++ b/python-rosdistro.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.9.0 -Release: 1%{?dist} +Release: 3%{?dist} Summary: File format for managing ROS Distributions License: BSD and MIT @@ -125,5 +125,11 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %changelog +* Thu Jan 23 2025 Dingli Zhang - 0.9.0-3 +- Add missing changelog to fix ci check + +* Fri Jul 7 2023 SiHuaN - 0.9.0-2 +- Fix build error on riscv64 + * Wed May 3 2023 will_niutao - 0.9.0-1 - Init for openEuler