summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-02-08 13:38:41 -0600
committerbaude <bbaude@redhat.com>2018-02-08 13:38:41 -0600
commit7092d2d40dd4399c261fb4cd60e56e610ee6c5b0 (patch)
tree325646f01eb1b129c88b64bbdce819a1afe9f631
parent5529143877778ef8bcdd05179e279bb7d662b431 (diff)
downloadpodman-7092d2d40dd4399c261fb4cd60e56e610ee6c5b0.tar.gz
podman-7092d2d40dd4399c261fb4cd60e56e610ee6c5b0.tar.bz2
podman-7092d2d40dd4399c261fb4cd60e56e610ee6c5b0.zip
COPR setup
Changing the spec file location and adding a COPR Makefile so the package can get a dynamic name. Signed-off-by: baude <bbaude@redhat.com>
-rw-r--r--.gitignore1
-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}}