Upstream 0.11.1-1
This commit is contained in:
parent
03fb16e76a
commit
59e39d9f10
1
.gitignore
vendored
1
.gitignore
vendored
@ -110,3 +110,4 @@
|
|||||||
/libpod-4955572.tar.gz
|
/libpod-4955572.tar.gz
|
||||||
/libpod-e9f8aed.tar.gz
|
/libpod-e9f8aed.tar.gz
|
||||||
/libpod-672f572.tar.gz
|
/libpod-672f572.tar.gz
|
||||||
|
/libpod-a4adfe5.tar.gz
|
||||||
|
11
podman.spec
11
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 672f572f507400a87c63b34fad137f321ded040d
|
%global commit0 a4adfe5e0c9de160866455c77b24342304fa3706
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
%global import_path_conmon github.com/kubernetes-sigs/cri-o
|
%global import_path_conmon github.com/kubernetes-sigs/cri-o
|
||||||
@ -42,8 +42,8 @@ Epoch: 1
|
|||||||
%else
|
%else
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
%endif
|
%endif
|
||||||
Version: 0.10.2
|
Version: 0.11.1
|
||||||
Release: 3.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: https://podman.io/
|
URL: https://podman.io/
|
||||||
@ -68,7 +68,7 @@ BuildRequires: libselinux-devel
|
|||||||
BuildRequires: ostree-devel
|
BuildRequires: ostree-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
Requires: runc
|
Requires: runc >= 2:1.0.0-57
|
||||||
Requires: containers-common
|
Requires: containers-common
|
||||||
Requires: containernetworking-plugins >= 0.7.3-2
|
Requires: containernetworking-plugins >= 0.7.3-2
|
||||||
Requires: iptables
|
Requires: iptables
|
||||||
@ -579,6 +579,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 08 2018 baude <bbaude@redhat.com> - 1:0.11.1-1.dev.gita4adfe5
|
||||||
|
- Upstream 0.11.1-1
|
||||||
|
|
||||||
* Thu Nov 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1:0.10.2-3.dev.git672f572
|
* Thu Nov 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1:0.10.2-3.dev.git672f572
|
||||||
- autobuilt 672f572
|
- autobuilt 672f572
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d
|
SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d
|
||||||
SHA512 (libpod-672f572.tar.gz) = abf7229c90d0721d3536d6bfa5bc2a93372722f2abb0c34231844aa6dd97e7f5c34fa31159e0dab87491a4125b102ecb5324f25a2ea58cb9ea5b48e630252af3
|
SHA512 (libpod-a4adfe5.tar.gz) = 3c8795faa15e5da565093cd1c8a50ecc8643516984b35138e59a6d5f5d9726d86f2083a20f8ee88ec41e5406e7589885b25a4e7296b76a1ff8fd0589dea180c6
|
||||||
|
Loading…
Reference in New Issue
Block a user