]> git.pld-linux.org Git - packages/firewall-init.git/blobdiff - firewall-init.spec
- I'll think of something later
[packages/firewall-init.git] / firewall-init.spec
index 134eb1ac682e9ee133befcff75d762194516f673..cad170775f4cce886f0a5bf27a59f5dde18bd9d3 100644 (file)
@@ -34,6 +34,13 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+#%%pre
+#if [ `rpm -q --queryformat='%{VERSION}' firewall-init` < '2.5' ]; then
+#      echo "You need to manually convert your rules to iptables or install"
+#      echo "firewall-init-ipchains"
+#      exit 1
+#fi
+
 %post
 /sbin/chkconfig --add firewall
 /sbin/chkconfig --add firewall-pre
This page took 0.040923 seconds and 4 git commands to generate.