From e1793d6b421a2a3fd6f61ecdc880934e5886be32 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 19 Jan 2022 14:22:56 +0100 Subject: [PATCH] podman-3.4.5-0.7.el9 - add rootless_role (Ed Santiago) - Related: #2000051 Signed-off-by: Jindrich Novy --- podman.spec | 6 +++++- tests/roles/rootless_user/tasks/main.yml | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 tests/roles/rootless_user/tasks/main.yml diff --git a/podman.spec b/podman.spec index 59d446e..827abcb 100644 --- a/podman.spec +++ b/podman.spec @@ -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 - 2:3.4.5-0.7 +- add rootless_role (Ed Santiago) +- Related: #2000051 + * Mon Jan 17 2022 Jindrich Novy - 2:3.4.5-0.6 - add git-daemon to test subpackage (https://github.com/containers/podman/issues/12851) diff --git a/tests/roles/rootless_user/tasks/main.yml b/tests/roles/rootless_user/tasks/main.yml new file mode 100644 index 0000000..0e5d814 --- /dev/null +++ b/tests/roles/rootless_user/tasks/main.yml @@ -0,0 +1,7 @@ +--- +- name: create rootless user + user: + name: testuser + shell: /bin/bash +- name: enable linger + command: loginctl enable-linger testuser