diff options
-rw-r--r-- | podman.spec.rpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/podman.spec.rpkg b/podman.spec.rpkg index f970e5f25..eeaf49f63 100644 --- a/podman.spec.rpkg +++ b/podman.spec.rpkg @@ -6,7 +6,7 @@ %global with_debug 1 # _user_tmpfiles.d currently undefined on rhel -%if 0%{?rhel} +%if 0%{?fedora} <= 35 || 0%{?rhel} %global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d %endif |