podman-1:0.10.1.3-1.dev.gitdb08685
- bump to v0.10.1.3 - correct errors in changelog Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
b86634e593
commit
39974d2310
2
.gitignore
vendored
2
.gitignore
vendored
@ -105,3 +105,5 @@
|
|||||||
/cri-o-2cbe48b.tar.gz
|
/cri-o-2cbe48b.tar.gz
|
||||||
/libpod-e7e81e6.tar.gz
|
/libpod-e7e81e6.tar.gz
|
||||||
/libpod-da5c894.tar.gz
|
/libpod-da5c894.tar.gz
|
||||||
|
/cri-o-a30f93c.tar.gz
|
||||||
|
/libpod-db08685.tar.gz
|
||||||
|
13
podman.spec
13
podman.spec
@ -26,12 +26,12 @@
|
|||||||
%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 da5c89497f9d6ee5cb6e826d7db7cca5686ab4f7
|
%global commit0 db08685af57206c21fd3dd150ecb70d7147ce7f4
|
||||||
%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
|
||||||
%global git_conmon https://%{import_path_conmon}
|
%global git_conmon https://%{import_path_conmon}
|
||||||
%global commit_conmon 2cbe48b8907849fc3982615fbadb0f584200c5b5
|
%global commit_conmon a30f93ca229c7fc68fb1d8c7a3342de3c3f54ae5
|
||||||
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
|
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
@ -40,7 +40,7 @@ Name: podman
|
|||||||
%if 0%{?fedora} > 28
|
%if 0%{?fedora} > 28
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
%endif
|
%endif
|
||||||
Version: 0.10.1
|
Version: 0.10.1.3
|
||||||
Release: 1.git%{shortcommit0}%{?dist}
|
Release: 1.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
|
||||||
@ -578,8 +578,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Oct 11 2018 baude <bbaude@redhat.com> - 0.10.1-1.gitda5c894
|
* Thu Oct 18 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.10.1.3-1.dev.gitdb08685
|
||||||
- Upstream 10.1 release
|
- bump to v0.10.1.3
|
||||||
|
|
||||||
|
* Thu Oct 11 2018 baude <bbaude@redhat.com> - 1:0.10.1-1.gitda5c894
|
||||||
|
- Upstream v0.10.1 release
|
||||||
|
|
||||||
* Fri Sep 28 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.9.4-3.dev.gite7e81e6
|
* Fri Sep 28 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.9.4-3.dev.gite7e81e6
|
||||||
- built libpod commit e7e81e6
|
- built libpod commit e7e81e6
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (cri-o-2cbe48b.tar.gz) = e22110140109ecc86c6fb636808070f4728a3b550a4cd748b756410b836650b20060c805c66c56f9c517c3e8cca609c1d4e4a0bd3aa989ae5f940266022351f9
|
SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d
|
||||||
SHA512 (libpod-da5c894.tar.gz) = 141b50340bee54d82747ee17d7ce3c7d309f108a22e1838f322b4963f0552f455dafc6e6627360105ae394c6b0821b66de560c11f5118d9da8d9159b4158dfb7
|
SHA512 (libpod-db08685.tar.gz) = f02cb70238e46b9da1a0eced1343746fb9a1f380c130be02c8f86a648786d0a71447fb0b97bd0fe65a7828541f3d35c247c1b31aaf42f96fdfc0ebcc2a852108
|
||||||
|
Loading…
Reference in New Issue
Block a user