From b945f73c7ec85d782cdeb765680880d122e1a362 Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 12 Feb 2018 13:00:12 -0600 Subject: [PATCH] Correct versioning error --- podman.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index fe621fc..b2ca872 100644 --- a/podman.spec +++ b/podman.spec @@ -44,8 +44,8 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: podman -Version: 0 -Release: 2.1.git%{shortcommit}%{?dist} +Version: 0.2 +Release: 1.git%{shortcommit}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{provider_prefix}