Skip to content

Commit

Permalink
Merge pull request #15619 from lsm5/fix-copr-rhel-builds
Browse files Browse the repository at this point in the history
[CI:BUILD] Copr: Define _user_tmpfilesdir for rhel
  • Loading branch information
openshift-merge-robot authored Sep 4, 2022
2 parents 5c7f283 + 3e1dde1 commit 098c071
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 098c071

Please sign in to comment.