From 0cbcf2b92a3eff47c2a50b43edc8a90bf2223f30 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 12 Nov 2024 15:22:56 +0300 Subject: [PATCH] Bump release --- SPECS/osbuild-composer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SPECS/osbuild-composer.spec b/SPECS/osbuild-composer.spec index 031bb49..4f51d47 100644 --- a/SPECS/osbuild-composer.spec +++ b/SPECS/osbuild-composer.spec @@ -25,7 +25,7 @@ It is compatible with composer-cli and cockpit-composer clients. } Name: osbuild-composer -Release: 1%{?dist}.alma.1 +Release: 2%{?dist}.alma.1 Summary: An image building service based on osbuild # osbuild-composer doesn't have support for building i686 and armv7hl images @@ -473,6 +473,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c %endif %changelog +* Tue Nov 12 2024 Eduard Abdullin - 118-2.alma.1 +- Bump release + * Tue Oct 01 2024 Eduard Abdullin - 118-1.alma.1 - Install AlmaLinux repositories - Add AlmaLinux support patch (Thanks @pastalian)