summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-09-05 00:19:19 +0200
committerGitHub <noreply@github.com>2022-09-05 00:19:19 +0200
commit098c0714e5c2c461c175753eef3dc9d900699be5 (patch)
tree65e266bbef0f7bf7d9ee9df8ed598c7ab36522e7
parent5c7f28336171f0a5137edd274e45608120d31289 (diff)
parent3e1dde10b889433fd20e41d8dd8900806623b11e (diff)
downloadpodman-098c0714e5c2c461c175753eef3dc9d900699be5.tar.gz
podman-098c0714e5c2c461c175753eef3dc9d900699be5.tar.bz2
podman-098c0714e5c2c461c175753eef3dc9d900699be5.zip
Merge pull request #15619 from lsm5/fix-copr-rhel-builds
[CI:BUILD] Copr: Define _user_tmpfilesdir for rhel
-rw-r--r--podman.spec.rpkg5
1 files changed, 5 insertions, 0 deletions
diff --git a/podman.spec.rpkg b/podman.spec.rpkg
index 2962fe91e..f970e5f25 100644
--- a/podman.spec.rpkg
+++ b/podman.spec.rpkg
@@ -5,6 +5,11 @@
%global with_debug 1
+# _user_tmpfiles.d currently undefined on rhel
+%if 0%{?rhel}
+%global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d
+%endif
+
%if 0%{?with_debug}
%global _find_debuginfo_dwz_opts %{nil}
%global _dwz_low_mem_die_limit 0