[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:
Lokesh Mandvekar
2022-09-22 15:21:44 -04:00
parent 08993516a9
commit 326d386ee7

View File

@ -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