diff options
author | Brent Baude <bbaude@redhat.com> | 2018-02-08 13:40:03 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-08 13:40:03 -0600 |
commit | 7ef886fe341e1cbab3b6d768f7527fce16ea9755 (patch) | |
tree | 5446d4d13a3cca4f097b735155ba3395f79937df | |
parent | 851bdc325124700448b035057055bd594981030a (diff) | |
parent | 7092d2d40dd4399c261fb4cd60e56e610ee6c5b0 (diff) | |
download | podman-7ef886fe341e1cbab3b6d768f7527fce16ea9755.tar.gz podman-7ef886fe341e1cbab3b6d768f7527fce16ea9755.tar.bz2 podman-7ef886fe341e1cbab3b6d768f7527fce16ea9755.zip |
Merge pull request #315 from baude/copr2
COPR setup
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | contrib/spec/podman.spec (renamed from package_specs/podman.spec) | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ee43c42d4..82ba15869 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /test/bin2img/bin2img /test/checkseccomp/checkseccomp /test/copyimg/copyimg +/build/ diff --git a/package_specs/podman.spec b/contrib/spec/podman.spec index 215e45e7b..21cc75adb 100644 --- a/package_specs/podman.spec +++ b/contrib/spec/podman.spec @@ -49,7 +49,7 @@ Release: 0.3.git%{shortcommit}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{provider_prefix} -Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz +Source0: https://%{provider_prefix}/%{version}.tar.gz # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}} |