Merge pull request #15905 from lsm5/fix-copr

[CI:BUILD] Copr: also define _user_tmpfilesdir for f35
This commit is contained in:
OpenShift Merge Robot
2022-09-23 15:57:04 +02:00
committed by GitHub

View File

@ -6,7 +6,7 @@
%global with_debug 1 %global with_debug 1
# _user_tmpfiles.d currently undefined on rhel # _user_tmpfiles.d currently undefined on rhel
%if 0%{?rhel} %if 0%{?fedora} <= 35 || 0%{?rhel}
%global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d %global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d
%endif %endif