Skip to content

Commit

Permalink
Merge pull request containers#13353 from lsm5/copr-packaging-macro
Browse files Browse the repository at this point in the history
copr packaging: use generic macros for tmpfiles and modules load dirs
  • Loading branch information
openshift-merge-robot authored Feb 26, 2022
2 parents 2225c65 + 988190d commit c39dffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions podman.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ done
%{_userunitdir}/%{name}.service
%{_userunitdir}/%{name}.socket
%{_userunitdir}/%{name}-restart.service
%{_usr}/lib/tmpfiles.d/%{name}.conf
%{_tmpfilesdir}/%{name}.conf
%if 0%{?fedora} >= 36
%{_usr}/lib/modules-load.d/%{name}-iptables.conf
%{_modulesloaddir}/%{name}-iptables.conf
%endif

%files docker
Expand Down

0 comments on commit c39dffe

Please sign in to comment.