mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
[CI:BUILD] Copr: also define _user_tmpfilesdir for f35
Some users are still on f35, so we need to account for that for some time. [NO NEW TESTS NEEDED] Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user