podman-3.4.5-0.7.el9

- add rootless_role (Ed Santiago)
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2022-01-19 14:22:56 +01:00
parent 75341ea5f9
commit e1793d6b42
2 changed files with 12 additions and 1 deletions

View File

@ -29,7 +29,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
Epoch: 2
Name: podman
Version: 3.4.5
Release: 0.6%{?dist}
Release: 0.7%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/
@ -403,6 +403,10 @@ exit 0
%{_libexecdir}/%{name}/gvproxy
%changelog
* Wed Jan 19 2022 Jindrich Novy <jnovy@redhat.com> - 2:3.4.5-0.7
- add rootless_role (Ed Santiago)
- Related: #2000051
* Mon Jan 17 2022 Jindrich Novy <jnovy@redhat.com> - 2:3.4.5-0.6
- add git-daemon to test subpackage
(https://github.com/containers/podman/issues/12851)

View File

@ -0,0 +1,7 @@
---
- name: create rootless user
user:
name: testuser
shell: /bin/bash
- name: enable linger
command: loginctl enable-linger testuser