podman-3.3.0-0.8.el9
- add new systemd unit files - Related: #1970747 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
f7ab86b2b1
commit
3eda528232
@ -24,7 +24,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 3.3.0
|
Version: 3.3.0
|
||||||
Release: 0.7%{?dist}
|
Release: 0.8%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
Summary: Manage Pods, Containers and Container Images
|
||||||
License: ASL 2.0 and GPLv3+
|
License: ASL 2.0 and GPLv3+
|
||||||
URL: https://%{name}.io/
|
URL: https://%{name}.io/
|
||||||
@ -302,10 +302,12 @@ exit 0
|
|||||||
%{_unitdir}/%{name}.service
|
%{_unitdir}/%{name}.service
|
||||||
%{_unitdir}/%{name}.socket
|
%{_unitdir}/%{name}.socket
|
||||||
%{_unitdir}/%{name}-auto-update.service
|
%{_unitdir}/%{name}-auto-update.service
|
||||||
|
%{_unitdir}/%{name}-restart.service
|
||||||
%{_unitdir}/%{name}-auto-update.timer
|
%{_unitdir}/%{name}-auto-update.timer
|
||||||
%{_userunitdir}/%{name}.service
|
%{_userunitdir}/%{name}.service
|
||||||
%{_userunitdir}/%{name}.socket
|
%{_userunitdir}/%{name}.socket
|
||||||
%{_userunitdir}/%{name}-auto-update.service
|
%{_userunitdir}/%{name}-auto-update.service
|
||||||
|
%{_userunitdir}/%{name}-restart.service
|
||||||
%{_userunitdir}/%{name}-auto-update.timer
|
%{_userunitdir}/%{name}-auto-update.timer
|
||||||
%{_usr}/lib/tmpfiles.d/%{name}.conf
|
%{_usr}/lib/tmpfiles.d/%{name}.conf
|
||||||
|
|
||||||
@ -343,6 +345,10 @@ exit 0
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 16 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.8
|
||||||
|
- add new systemd unit files
|
||||||
|
- Related: #1970747
|
||||||
|
|
||||||
* Wed Jun 16 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.7
|
* Wed Jun 16 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.7
|
||||||
- update to the latest content of https://github.com/containers/podman/tree/master
|
- update to the latest content of https://github.com/containers/podman/tree/master
|
||||||
(https://github.com/containers/podman/commit/092b2ec)
|
(https://github.com/containers/podman/commit/092b2ec)
|
||||||
|
Loading…
Reference in New Issue
Block a user