diff options
-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}} |