[packages/ufw] require iptables to make ufw changes permanent. ufw changes are to be saved by iptables-save
    glen 
    glen at pld-linux.org
       
    Mon Sep 16 10:35:57 CEST 2013
    
    
  
commit 71f07de509e6129ff07d6f5ab4e3ab947c851c3d
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Sep 16 11:35:22 2013 +0300
    require iptables to make ufw changes permanent. ufw changes are to be saved by iptables-save
 ufw.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/ufw.spec b/ufw.spec
index 9b043b9..de8c3d6 100644
--- a/ufw.spec
+++ b/ufw.spec
@@ -14,6 +14,7 @@ BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
 BuildRequires:	sed >= 4.0
 Requires:	iptables >= 1.4
+Requires:	iptables-init
 Requires:	python-modules
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ufw.git/commitdiff/71f07de509e6129ff07d6f5ab4e3ab947c851c3d
    
    
More information about the pld-cvs-commit
mailing list