From cc03cd557963f1fea0523edecfbd6039bfc947bc Mon Sep 17 00:00:00 2001 From: Jakub Frejlach Date: Wed, 10 Jul 2024 15:41:20 +0200 Subject: [PATCH 1/2] Fix patch release script to update spec file --- scripts/patch_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/patch_release.sh b/scripts/patch_release.sh index 0f46273..50f1168 100755 --- a/scripts/patch_release.sh +++ b/scripts/patch_release.sh @@ -16,7 +16,7 @@ commit() { echo "Committing changes" - git add setup.py CHANGELOG.md osidb_bindings/bindings/pyproject.toml osidb_bindings/constants.py + git add setup.py CHANGELOG.md osidb_bindings/bindings/pyproject.toml osidb_bindings/constants.py osidb_bindings.spec git commit -m "Preparation of ${version} release" echo } From 64a02bb2734f34a35d14d27a2c26b49504d0b5df Mon Sep 17 00:00:00 2001 From: Jakub Frejlach Date: Wed, 10 Jul 2024 15:41:41 +0200 Subject: [PATCH 2/2] Bump version in spec file --- osidb_bindings.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osidb_bindings.spec b/osidb_bindings.spec index 43083a0..cecaf40 100644 --- a/osidb_bindings.spec +++ b/osidb_bindings.spec @@ -1,5 +1,5 @@ %define name osidb_bindings -%define version 4.1.0 +%define version 4.1.1 %define release 0%{?dist} Name: %{name}