From 793fb23958d216f94bcc29596dc3ae79cceeb5d1 Mon Sep 17 00:00:00 2001 From: Stepan Oksanichenko Date: Wed, 15 Nov 2023 14:02:10 +0200 Subject: [PATCH] - Bump version --- pungi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pungi.spec b/pungi.spec index fc1d8ea0..8b36ff25 100644 --- a/pungi.spec +++ b/pungi.spec @@ -2,7 +2,7 @@ Name: pungi Version: 4.5.0 -Release: 1%{?dist}.alma +Release: 2%{?dist}.alma Summary: Distribution compose tool License: GPL-2.0-only @@ -165,6 +165,9 @@ rm %{buildroot}%{_bindir}/pungi %{_bindir}/%{name}-cache-cleanup %changelog +* Wed Nov 15 2023 Stepan Oksanichenko - 4.5.0-2 +- Return empty list if a repo doesn't contain any module + * Thu Aug 31 2023 Lubomír Sedlář - 4.5.0-1 - kojiwrapper: Stop being smart about local access (lsedlar) - Fix unittest errors (ounsal)