From 6a2c04319ab6552782a93faf0ff18e0e0a756752 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Nov 15 2018 04:00:21 +0000 Subject: record correct Epoch values for f30, f29 and f28 Signed-off-by: Lokesh Mandvekar --- diff --git a/podman.spec b/podman.spec index fd3461c..e263b1b 100644 --- a/podman.spec +++ b/podman.spec @@ -35,12 +35,12 @@ %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) Name: podman -# Version string is wrong but only written as such to avoid epoch bumps -# Will be fixed once upstream moves to 0.8.11-dev -%if 0%{?fedora} > 28 +# Epoch is 2 for f30 (rawhide), 1 for f28 and f29 +# BEWARE while using on other distros +%if 0%{?fedora} >= 30 Epoch: 2 %else -Epoch: 0 +Epoch: 1 %endif Version: 0.11.2 Release: 1.dev.git%{shortcommit0}%{?dist}