diff options
-rw-r--r-- | podman.spec.rpkg | 5 |
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 |