From 91d282708e1cd29ccf009d5680c77ec7a2fc077a Mon Sep 17 00:00:00 2001 From: Stepan Oksanichenko Date: Tue, 21 Nov 2023 09:19:01 +0200 Subject: [PATCH] - Method `get_remote_file_content` is object's method now --- pungi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pungi.spec b/pungi.spec index ab22d8d8..929d9446 100644 --- a/pungi.spec +++ b/pungi.spec @@ -2,7 +2,7 @@ Name: pungi Version: 4.5.0 -Release: 2%{?dist}.alma +Release: 3%{?dist}.alma Summary: Distribution compose tool License: GPL-2.0-only @@ -165,6 +165,9 @@ rm %{buildroot}%{_bindir}/pungi %{_bindir}/%{name}-cache-cleanup %changelog +* Mon Nov 21 2023 Stepan Oksanichenko - 4.5.0-3 +- Method `get_remote_file_content` is object's method now + * Wed Nov 15 2023 Stepan Oksanichenko - 4.5.0-2 - Return empty list if a repo doesn't contain any module