mirror of
https://github.com/containers/podman.git
synced 2025-08-03 01:37:51 +08:00
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:
@ -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}
|
||||
|
Reference in New Issue
Block a user