Upstream 0.9.1.1
Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
parent
8cfc806a0e
commit
978b9ecdec
1
.gitignore
vendored
1
.gitignore
vendored
@ -97,3 +97,4 @@
|
|||||||
/libpod-1a439f9.tar.gz
|
/libpod-1a439f9.tar.gz
|
||||||
/libpod-3d55721.tar.gz
|
/libpod-3d55721.tar.gz
|
||||||
/libpod-65c31d4.tar.gz
|
/libpod-65c31d4.tar.gz
|
||||||
|
/libpod-123de30.tar.gz
|
||||||
|
13
podman.spec
13
podman.spec
@ -26,7 +26,7 @@
|
|||||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
|
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global commit0 65c31d49f967c9b1da0984897be08f6238bc7705
|
%global commit0 123de3087e142f3a6c05ad35fc2095953065415b
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
@ -35,8 +35,8 @@ Name: podman
|
|||||||
%if 0%{?fedora} > 28
|
%if 0%{?fedora} > 28
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
%endif
|
%endif
|
||||||
Version: 0.8.5
|
Version: 0.9.1
|
||||||
Release: 5.dev.git%{shortcommit0}%{?dist}
|
Release: 1.dev.git%{shortcommit0}%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
Summary: Manage Pods, Containers and Container Images
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -47,7 +47,6 @@ ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64
|
|||||||
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
|
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
|
||||||
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
|
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
|
||||||
BuildRequires: btrfs-progs-devel
|
BuildRequires: btrfs-progs-devel
|
||||||
BuildRequires: device-mapper-devel
|
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: glibc-static
|
BuildRequires: glibc-static
|
||||||
@ -404,7 +403,7 @@ ln -s ../../../../ src/%{import_path}
|
|||||||
popd
|
popd
|
||||||
ln -s vendor src
|
ln -s vendor src
|
||||||
export GOPATH=$(pwd)/_build:$(pwd):%{gopath}
|
export GOPATH=$(pwd)/_build:$(pwd):%{gopath}
|
||||||
export BUILDTAGS="varlink selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh)"
|
export BUILDTAGS="varlink selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) exclude_graphdriver_devicemapper"
|
||||||
%gogenerate ./cmd/%{name}/varlink/...
|
%gogenerate ./cmd/%{name}/varlink/...
|
||||||
%gobuild -o bin/%{name} %{import_path}/cmd/%{name}
|
%gobuild -o bin/%{name} %{import_path}/cmd/%{name}
|
||||||
|
|
||||||
@ -553,6 +552,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 11 2018 baude <bbaude@redhat.com> - 0.8.5-6.dev.git65c31d4
|
||||||
|
- Upstream release of 0.9.1
|
||||||
|
- Do not build with devicemapper
|
||||||
|
|
||||||
* Tue Sep 4 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.8.5-5.git65c31d4
|
* Tue Sep 4 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.8.5-5.git65c31d4
|
||||||
- Fix required version of runc
|
- Fix required version of runc
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libpod-65c31d4.tar.gz) = 02b9743152d9f7c035f4ad712bad80367c59234bc4c6b3cb707a7005005442e83e462dde3bffd310e973bd756a75106537b10fa69deeb437b675d0e19ba3b2fa
|
SHA512 (libpod-123de30.tar.gz) = e33bcb692776348f06d9da7745aa6712ef68c6e938bee0bee6cbdb21817b23fce2774063bdc870bdafbde448807eff612f40dce44ccb33d013055e1dc1cd9ab7
|
||||||
|
Loading…
Reference in New Issue
Block a user