Skip to content

Commit

Permalink
[CI:BUILD] Copr: Define _user_tmpfilesdir for rhel
Browse files Browse the repository at this point in the history
[NO NEW TESTS NEEDED]

Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 committed Sep 2, 2022
1 parent 0e66f75 commit 3e1dde1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions podman.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

%global with_debug 1

# _user_tmpfiles.d currently undefined on rhel
%if 0%{?rhel}
%global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d
%endif

%if 0%{?with_debug}
%global _find_debuginfo_dwz_opts %{nil}
%global _dwz_low_mem_die_limit 0
Expand Down

0 comments on commit 3e1dde1

Please sign in to comment.