podman-3.3.0-0.9.el9
- update to the latest content of https://github.com/containers/podman/tree/main (https://github.com/containers/podman/commit/4f5b19c) - Related: #1970747 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
5e1c4607bd
commit
4e4f145bb2
22
podman.spec
22
podman.spec
@ -16,15 +16,15 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
%endif
|
||||
|
||||
%global import_path github.com/containers/podman
|
||||
%global branch v3.2.3-rhel
|
||||
%global commit0 78f0bd766e0f8e0e8afd1147788b8b41af165de5
|
||||
%global branch main
|
||||
%global commit0 4f5b19c5080543974c3498804b43d277271b2f33
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global cataver 0.1.5
|
||||
%global dnsnamever 1.1.1
|
||||
|
||||
Name: podman
|
||||
Version: 3.2.3
|
||||
Release: 0.8%{?dist}
|
||||
Version: 3.3.0
|
||||
Release: 0.9%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0 and GPLv3+
|
||||
URL: https://%{name}.io/
|
||||
@ -232,7 +232,6 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} \
|
||||
install.bin-nobuild \
|
||||
install.remote-nobuild \
|
||||
install.man-nobuild \
|
||||
install.cni \
|
||||
install.systemd \
|
||||
install.completions \
|
||||
install.docker
|
||||
@ -303,8 +302,12 @@ exit 0
|
||||
%dir %{_datadir}/fish/vendor_completions.d
|
||||
%{_datadir}/fish/vendor_completions.d/%{name}.fish
|
||||
%config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist
|
||||
%{_unitdir}/*
|
||||
%{_userunitdir}/*
|
||||
%{_unitdir}/*.service
|
||||
%{_unitdir}/*.socket
|
||||
%{_unitdir}/*.timer
|
||||
%{_userunitdir}/*.service
|
||||
%{_userunitdir}/*.socket
|
||||
%{_userunitdir}/*.timer
|
||||
%{_usr}/lib/tmpfiles.d/%{name}.conf
|
||||
|
||||
%files docker
|
||||
@ -341,6 +344,11 @@ exit 0
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.9
|
||||
- update to the latest content of https://github.com/containers/podman/tree/main
|
||||
(https://github.com/containers/podman/commit/4f5b19c)
|
||||
- Related: #1970747
|
||||
|
||||
* Mon Jul 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.8
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v3.2.3-rhel
|
||||
(https://github.com/containers/podman/commit/78f0bd7)
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (v0.1.5.tar.gz) = 75387cf9c611222ef0afc9f688cefb3e4a4ec388cfa9d2329ee7860cb2ad83afa9311f53c1047f92f7adde27b7eb07f5501ee602334e610a3227104d8894486b
|
||||
SHA512 (v1.1.1.tar.gz) = 4ffaf73f41d96a3d36a15cfefdad989579bf3e187c0da9df35b16b43f77f8694c01a7f006b89b97070ea9c0d924778a416c30a96b18fa125b74186beb800c54f
|
||||
SHA512 (v3.2.3-rhel-78f0bd7.tar.gz) = f1a046f9777570469c62117e50b65f309244de6d83422e6a3ab2ecf092e630ff10c54042229ce62ef6b5d0cf27e70421d319b79aa8a8125d20db26df79091bf5
|
||||
SHA512 (main-4f5b19c.tar.gz) = b90f74a5f91e7651c21658558603fb3ee306d9f5a41ba816a98a5bb76d680be5927a7b8b06228a3a733fb454fc911bbf9b3901b07029338f86eca426adb1c423
|
||||
|
Loading…
Reference in New Issue
Block a user