podman-2:1.4.5-0.5.dev.gite2e8477
- built conmon 1de71ad Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
4a9a58fb77
commit
9c97cae78d
1
.gitignore
vendored
1
.gitignore
vendored
@ -274,3 +274,4 @@
|
|||||||
/libpod-cea0e93.tar.gz
|
/libpod-cea0e93.tar.gz
|
||||||
/libpod-df3f5af.tar.gz
|
/libpod-df3f5af.tar.gz
|
||||||
/libpod-e2e8477.tar.gz
|
/libpod-e2e8477.tar.gz
|
||||||
|
/conmon-1de71ad.tar.gz
|
||||||
|
10
podman.spec
10
podman.spec
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
%global import_path_conmon github.com/containers/conmon
|
%global import_path_conmon github.com/containers/conmon
|
||||||
%global git_conmon https://%{import_path_conmon}
|
%global git_conmon https://%{import_path_conmon}
|
||||||
%global commit_conmon 59952292a3b07ac125575024ae21956efe0ecdfb
|
%global commit_conmon 1de71ad51b9f390451eb37029ae913b0a86f1a5b
|
||||||
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
|
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
@ -42,7 +42,7 @@ Epoch: 2
|
|||||||
Version: 1.4.5
|
Version: 1.4.5
|
||||||
# Rawhide almost always ships unreleased builds,
|
# Rawhide almost always ships unreleased builds,
|
||||||
# so release tag should be of the form 0.N.blahblah
|
# so release tag should be of the form 0.N.blahblah
|
||||||
Release: 0.4.dev.git%{shortcommit0}%{?dist}
|
Release: 0.5.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://%{name}.io/
|
URL: https://%{name}.io/
|
||||||
@ -468,8 +468,7 @@ install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers
|
|||||||
|
|
||||||
# install conmon
|
# install conmon
|
||||||
pushd conmon-%{commit_conmon}
|
pushd conmon-%{commit_conmon}
|
||||||
%{__make} LIBEXECDIR=%{buildroot}%{_libexecdir} install
|
%{__make} LIBEXECDIR=%{buildroot}%{_libexecdir} install.%{name}
|
||||||
mv %{buildroot}%{_libexecdir}/crio %{buildroot}%{_libexecdir}/%{name}
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# source codes for building projects
|
# source codes for building projects
|
||||||
@ -592,6 +591,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.5.dev.gite2e8477
|
||||||
|
- built conmon 1de71ad
|
||||||
|
|
||||||
* Thu Jul 11 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.4.dev.gite2e8477
|
* Thu Jul 11 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.4.dev.gite2e8477
|
||||||
- autobuilt e2e8477
|
- autobuilt e2e8477
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51
|
SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45
|
||||||
SHA512 (libpod-e2e8477.tar.gz) = 5cdce1f65c235c35b7c4eec4c4ce31b0b43cefe01969dc8ab43d50aae6e3abd0893488beed03514f1edc1cbd4f26573856ec6795d2578176a75b8b27207973c3
|
SHA512 (libpod-e2e8477.tar.gz) = 5cdce1f65c235c35b7c4eec4c4ce31b0b43cefe01969dc8ab43d50aae6e3abd0893488beed03514f1edc1cbd4f26573856ec6795d2578176a75b8b27207973c3
|
||||||
|
Loading…
Reference in New Issue
Block a user