From df7bf04dc629686fc6741d0231bd28247fc47ee8 Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 20 Feb 2018 09:49:48 -0600 Subject: Resolve contention between copr and fedora repos In order for the podman in podman tests to work, we need to install a copr RPM that has the function we need (and is not in a fedora build yet). Because the copr rpms are not versioned correctly (relative to the fedora ones), we now set the version in the copr rpm. Signed-off-by: baude Closes: #368 Approved by: mheon --- contrib/spec/podman.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/spec/podman.spec b/contrib/spec/podman.spec index c1c80b862..11e8aa3fb 100644 --- a/contrib/spec/podman.spec +++ b/contrib/spec/podman.spec @@ -44,8 +44,8 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: podman -Version: 0 -Release: 0.3.git%{shortcommit}%{?dist} +Version: 0.2.3 +Release: git%{shortcommit}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{provider_prefix} -- cgit v1.2.3-54-g00ecf