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.
This commit is contained in:
Dan Walsh 2014-05-06 14:20:14 -04:00
parent 60787b1d18
commit 946ad38fd1
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <dwalsh@redhat.com> - 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 <dwalsh@redhat.com> - 2.2-1
- Update to upstream
* Fix hyphen usage in man pages from Laurent Bigonville.

View File

@ -1 +1 @@
7b59bb131eae52854bfa50640231cb66 checkpolicy-2.2.tgz
5c083d1b02c854436197d5b4b8568a1f checkpolicy-2.3.tgz