mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
remove contrib/modules-load.d
We used this to load the iptables module, since f41 we use nftables by default which does not need this at all so drop the module load file. If some distros default still to the legacy iptables they can manually add the moduled load file back. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@@ -296,11 +296,6 @@ PODMAN_VERSION=%{version} %{__make} DESTDIR=%{buildroot} PREFIX=%{_prefix} ETCDI
|
||||
install.remote \
|
||||
install.testing
|
||||
|
||||
# See above for the iptables.conf declaration
|
||||
%if %{defined fedora} && 0%{?fedora} < 41
|
||||
%{__make} DESTDIR=%{buildroot} MODULESLOADDIR=%{_modulesloaddir} install.modules-load
|
||||
%endif
|
||||
|
||||
sed -i 's;%{buildroot};;g' %{buildroot}%{_bindir}/docker
|
||||
|
||||
# do not include docker and podman-remote man pages in main package
|
||||
|
||||
Reference in New Issue
Block a user