mirror of
https://github.com/containers/podman.git
synced 2025-06-28 22:53:21 +08:00
Merge pull request #15905 from lsm5/fix-copr
[CI:BUILD] Copr: also define _user_tmpfilesdir for f35
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user