diff --git a/setools-rhat.patch b/setools-rhat.patch index 8d60a04..8df3d35 100644 --- a/setools-rhat.patch +++ b/setools-rhat.patch @@ -251,3 +251,15 @@ cd $(INSTALL_LIBDIR); ln -sf $(APOL_DFLT_PMAP) apol_perm_mapping clean: +diff -u -r1.1 -r1.2 +--- setools/libapol/binpol/binpol.c 4 Jun 2004 19:33:57 -0000 1.1 ++++ setools/libapol/binpol/binpol.c 22 Jun 2004 18:57:04 -0000 1.2 +@@ -1452,6 +1452,7 @@ + + policy_ver = buf[0]; + switch(policy_ver) { ++ case POLICYDB_VERSION_IPV6 + 1: + case POLICYDB_VERSION_IPV6 : + if(set_policy_version(POL_VER_17, policy) != 0) + { rt = -4; goto err_return; } + diff --git a/setools.spec b/setools.spec index 450210f..14333de 100644 --- a/setools.spec +++ b/setools.spec @@ -1,7 +1,7 @@ Summary: SELinux tools for managing policy Name: setools Version: 1.4 -Release: 3 +Release: 4 License: GPL Group: System Environment/Base Source: http://www.tresys.com/Downloads/selinux-tools/setools-%{version}.tgz @@ -123,10 +123,12 @@ rm -rf ${RPM_BUILD_ROOT} /usr/share/doc/setools-%{version}/* %changelog +* Tue Jun 22 2004 Dan Walsh 1.4-4 +- Add support for policy.18 + * Tue Jun 15 2004 Elliot Lee - rebuilt - * Thu Jun 10 2004 Dan Walsh 1.4-2 - Fix install locations of policy_src_dir