From 3fa273ac6ff1a1e550811a1675007cc0aab11cc1 Mon Sep 17 00:00:00 2001 From: Jiri Hnidek Date: Tue, 16 Jul 2024 16:47:24 +0200 Subject: [PATCH] Automatic commit of package [virt-who] release [1.32.1-1]. Created by command: /usr/bin/tito tag --use-version=1.32.1 --use-release=1%{?dist} --- rel-eng/packages/virt-who | 2 +- setup.py | 2 +- virt-who.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/rel-eng/packages/virt-who b/rel-eng/packages/virt-who index 2d85e743..1c17bfa0 100644 --- a/rel-eng/packages/virt-who +++ b/rel-eng/packages/virt-who @@ -1 +1 @@ -1.32.0-3 ./ +1.32.1-1 ./ diff --git a/setup.py b/setup.py index 7d6051ce..5a6d852f 100755 --- a/setup.py +++ b/setup.py @@ -157,7 +157,7 @@ def get_git_describe(self): setup( name='virt-who', - version='1.32.0', + version='1.32.1', description='virt-who is agent for reporting virtual guest IDs to subscription manager.', # long_description=open('README.md').read(), author='Radek Novacek', diff --git a/virt-who.spec b/virt-who.spec index 7dcbeb6a..7127bc88 100644 --- a/virt-who.spec +++ b/virt-who.spec @@ -1,6 +1,6 @@ Name: virt-who -Version: 1.32.0 -Release: 3%{?dist} +Version: 1.32.1 +Release: 1%{?dist} Summary: Agent for reporting virtual guest IDs to subscription-manager @@ -85,6 +85,10 @@ install -m 644 virt-who-zsh %{buildroot}/%{_datadir}/zsh/site-functions/_virt-wh %changelog +* Tue Jul 16 2024 Jiri Hnidek 1.32.1-1 +- Creating another release, because 1.32.0-3 was + created on dist-git + * Tue Jul 16 2024 Jiri Hnidek 1.32.0-3 - feat: Run Github CI action py.test every month (jhnidek@redhat.com) - fix: Added missing %{dist} to virt-who.spec (jhnidek@redhat.com)