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 <bbaude@redhat.com>

Closes: #368
Approved by: mheon
This commit is contained in:
baude
2018-02-20 09:49:48 -06:00
committed by Atomic Bot
parent 8f8fd1d900
commit df7bf04dc6

View File

@ -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}