summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-02-20 09:49:48 -0600
committerAtomic Bot <atomic-devel@projectatomic.io>2018-02-20 16:18:11 +0000
commitdf7bf04dc629686fc6741d0231bd28247fc47ee8 (patch)
treeca6e3db91975f4a77242b662fa9f12dbf1df3bd1 /contrib
parent8f8fd1d900303f2f2fe562357c96d0855ff77a5c (diff)
downloadpodman-df7bf04dc629686fc6741d0231bd28247fc47ee8.tar.gz
podman-df7bf04dc629686fc6741d0231bd28247fc47ee8.tar.bz2
podman-df7bf04dc629686fc6741d0231bd28247fc47ee8.zip
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
Diffstat (limited to 'contrib')
-rw-r--r--contrib/spec/podman.spec4
1 files 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}