import podman-3.3.1-4.module+el8.5.0+12418+ce3480d6

This commit is contained in:
CentOS Sources 2021-08-28 05:23:23 +00:00 committed by Andrew Lukoshko
parent daaa228f45
commit e0bba958ee

View File

@ -29,7 +29,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
Name: podman
Version: 3.3.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/
@ -263,7 +263,7 @@ ln -s ../../../../ src/github.com/containers/%{gvproxyrepo}
popd
ln -s vendor src
export GOPATH=$(pwd)/_build:$(pwd)
%gobuild -o bin/%{name}-gvproxy github.com/containers/%{gvproxyrepo}/cmd/gvproxy
%gobuild -o bin/gvproxy github.com/containers/%{gvproxyrepo}/cmd/gvproxy
popd
%install
@ -308,7 +308,7 @@ popd
# install gvproxy
pushd %{gvproxyrepo}-%{gvproxyver}
install -dp %{buildroot}%{_libexecdir}/%{name}
install -p -m0755 bin/%{name}-gvproxy %{buildroot}%{_libexecdir}/%{name}
install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name}
popd
%check
@ -395,9 +395,13 @@ exit 0
%license %{gvproxyrepo}-%{gvproxyver}/LICENSE
%doc %{gvproxyrepo}-%{gvproxyver}/README.md
%dir %{_libexecdir}/%{name}
%{_libexecdir}/%{name}/%{name}-gvproxy
%{_libexecdir}/%{name}/gvproxy
%changelog
* Fri Aug 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-4
- podman-gvproxy -> gvproxy
- Related: #1934415
* Thu Aug 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-3
- update to the latest content of https://github.com/containers/podman/tree/v3.3
(https://github.com/containers/podman/commit/d09259a)