diff --git a/checkpolicy.spec b/checkpolicy.spec index 3c8c8a1..e18e9e1 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,7 +1,7 @@ %define libsepolver 2.0.23-1 Summary: SELinux policy compiler Name: checkpolicy -Version: 2.0.10 +Version: 2.0.13 Release: 1%{?dist} License: GPL Group: Development/System @@ -53,6 +53,13 @@ rm -rf ${RPM_BUILD_ROOT} %{_bindir}/sedispol %changelog +* Thu Mar 13 2008 Dan Walsh - 2.0.13-1 +- Latest update from NSA + * Split out non-grammar parts of policy_parse.yacc into + policy_define.c and policy_define.h from Todd C. Miller. + * Initialize struct policy_file before using it, from Todd C. Miller. + * Remove unused define, move variable out of .y file, simplify COND_ERR, from Todd C. Miller. + * Thu Feb 28 2008 Dan Walsh - 2.0.10-1 - Latest update from NSA * Use yyerror2() where appropriate from Todd C. Miller.