Skip to content

Commit

Permalink
copr packaging: use generic macros for tmpfiles and modules load dirs
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 Feb 25, 2022
1 parent 2225c65 commit 988190d
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 988190d

Please sign in to comment.