From 7ab09bf5b95096126e6a169c56416936a5df69c6 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 11 Nov 2020 12:29:54 -0700 Subject: [PATCH] Distribute newly-added tmpfiles.d/podman Added by #8241. Koji builds have been failing due to this: error: Installed (but unpackaged) file(s) found Signed-off-by: Ed Santiago --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index e3c01a3..7a8d55b 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.43.dev.git%{shortcommit0}%{?dist} +Release: 0.44.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -578,6 +578,7 @@ exit 0 %{_userunitdir}/%{name}-auto-update.timer %{_userunitdir}/%{name}.service %{_userunitdir}/%{name}.socket +%{_usr}/lib/tmpfiles.d/%{name}.conf %files docker %{_bindir}/docker @@ -617,6 +618,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Nov 11 2020 Eduardo Santiago - 2:2.2.0-0.44.dev.gite443c01 +- distribute newly-added /usr/lib/tmpfiles.d/podman.conf + * Wed Nov 11 2020 RH Container Bot - 2:2.2.0-0.43.dev.gite443c01 - autobuilt e443c01