diff --git a/rpm/qm.spec b/rpm/qm.spec index 54c95b62..2e000550 100644 --- a/rpm/qm.spec +++ b/rpm/qm.spec @@ -110,7 +110,9 @@ install -d %{buildroot}%{_sysconfdir}/containers/containers.conf.d # Execute the script to create seccomp rules after the package is installed /usr/share/qm/create-seccomp-rules /usr/share/qm/comment-tz-local # FIX-ME GH-issue: 367 -modprobe ip_tables # podmand netavark requires at host to load +modprobe ip_tables || true # podmand netavark requires at host to load or + # let's ignore in case host don't have it and + # proceed with the installation %preun if [ $1 = 0 ]; then