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:
parent
60787b1d18
commit
946ad38fd1
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user