Browse Source

system-config-securitylevel: use conntrack instead of state match

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7132 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 11 years ago
parent
commit
24c28426c5
1 changed files with 7 additions and 2 deletions
  1. 7 2
      s/system-config-securitylevel/system-config-securitylevel-vl.spec

+ 7 - 2
s/system-config-securitylevel/system-config-securitylevel-vl.spec

@@ -2,7 +2,7 @@ Summary: A graphical interface for modifying the system security level
 Summary(ja): システムのセキュリティレベルを変更するグラフィカルインタフェース
 Name: system-config-securitylevel
 Version: 1.6.29.1
-Release: 6%{?_dist_release}
+Release: 7%{?_dist_release}
 URL: http://fedora.redhat.com/projects/config-tools/
 License: GPL
 ExclusiveOS: Linux
@@ -15,9 +15,10 @@ Patch3: system-config-securitylevel-1.6.29.1-dialog_center.patch
 Patch4: system-config-securitylevel-1.6.29.1-expand.patch
 Patch5: system-config-securitylevel-1.6.29.1-port_check.patch
 Patch6: system-config-securitylevel-1.6.29.1-nfs4.patch
-Patch10: %{name}-1.6.23-vine.patch
+Patch10: system-config-securitylevel-1.6.29.1-vine.patch
 Patch11: system-config-securitylevel-1.6.29.1-enable-start.patch
 Patch12: system-config-securitylevel-1.6.29.1-lokkit-noselinux.patch
+Patch13: system-config-securitylevel-1.6.29.1-use-conntrack.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Obsoletes: gnome-lokkit
@@ -65,6 +66,7 @@ interface for setting basic firewall rules.
 %patch10 -p1 -b .vine
 %patch11 -p1 -b .start
 %patch12 -p1 -b .no_selinux
+%patch13 -p1 -b .use-conntrack
 
 perl -pi -e 's|/usr/bin/python2.2|/usr/bin/python|g, \
              s|/usr/bin/python2|/usr/bin/python|g' src/system-config-securitylevel*
@@ -123,6 +125,9 @@ fi
 %{_bindir}/system-config-securitylevel-tui
 
 %changelog
+* Mon Nov 19 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.29.1-7
+- use conntrack instead of state match
+
 * Sun Feb 19 2012 Yoji TOYODA <bsymaato@sea.plala.or.jp> 1.6.29.1-6
 - rebuild with python-2.7.2