From 4b520db9b18b3c0113b53914b7aaa131a1578110 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Aug 16 2019 03:15:24 +0000 Subject: list unitfiles in /usr/lib/systemd/user correctly (correct commit message) Signed-off-by: Lokesh Mandvekar --- diff --git a/podman.spec b/podman.spec index 0983e27..eb4a3f2 100644 --- a/podman.spec +++ b/podman.spec @@ -48,7 +48,7 @@ Name: podman Epoch: 2 %endif Version: 1.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -583,6 +583,9 @@ exit 0 %{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service %{_unitdir}/io.%{name}.socket +%{_userunitdir}/io.%{name}.service +%{_userunitdir}/io.%{name}.socket + %{_usr}/lib/tmpfiles.d/%{name}.conf %files docker @@ -616,6 +619,9 @@ exit 0 %endif %changelog +* Fri Aug 16 2019 Lokesh Mandvekar - 2:1.5.1-3 +- list unitfiles in /usr/lib/systemd/user + * Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-2 - bump to v1.5.1 - autobuilt 0005792