diff --git a/.gitignore b/.gitignore index bdc735a..10c00fc 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,4 @@ checkpolicy-2.0.22.tgz /checkpolicy-2.1.11.tgz /checkpolicy-2.1.12.tgz /checkpolicy-2.2.tgz +/checkpolicy-2.3.tgz diff --git a/checkpolicy.spec b/checkpolicy.spec index b1c080b..15b00cf 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -2,7 +2,7 @@ %define libsepolver 2.1.9-1 Summary: SELinux policy compiler Name: checkpolicy -Version: 2.2 +Version: 2.3 Release: 1%{?dist} License: GPLv2 Group: Development/System @@ -56,6 +56,14 @@ rm -rf ${RPM_BUILD_ROOT} %{_bindir}/sedispol %changelog +* Tue May 6 2014 Dan Walsh - 2.3-1 +- Update to upstream + * Add Android support for building dispol. + * Report source file and line information for neverallow failures. + * Prevent incompatible option combinations for checkmodule. + * Drop -lselinux from LDLIBS for test programs; not used. + * Add debug feature to display constraints/validatetrans from Richard Haines. + * Thu Oct 31 2013 Dan Walsh - 2.2-1 - Update to upstream * Fix hyphen usage in man pages from Laurent Bigonville. diff --git a/sources b/sources index dbdcd29..b6e60ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7b59bb131eae52854bfa50640231cb66 checkpolicy-2.2.tgz +5c083d1b02c854436197d5b4b8568a1f checkpolicy-2.3.tgz