From b42a293978ed34c0e349e604cc05ebf81cb3754f Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Mon, 7 Nov 2016 16:02:42 -0500 Subject: [PATCH] Updated libselinux and libsemanage ChangeLogs Signed-off-by: Stephen Smalley --- libselinux/ChangeLog | 2 ++ libsemanage/ChangeLog | 2 ++ 2 files changed, 4 insertions(+) diff --git a/libselinux/ChangeLog b/libselinux/ChangeLog index a1195d7f..131cae46 100644 --- a/libselinux/ChangeLog +++ b/libselinux/ChangeLog @@ -1,3 +1,5 @@ + * Remove *swig_python_exception.i if its creation failed, from Nicolas Iooss. + * Remove rpm_execcon from SWIG wrappers, from Nicolas Iooss. * Revert "libselinux: support new python3 functions", from Laurent Bigonville. * utils: fix all the noreturn errors, from William Roberts. * avc_internal.c: allow building with clang, from Stephen Smalley. diff --git a/libsemanage/ChangeLog b/libsemanage/ChangeLog index 78aa379c..88ac54ea 100644 --- a/libsemanage/ChangeLog +++ b/libsemanage/ChangeLog @@ -1,3 +1,5 @@ + * Remove *swig_python_exception.i if its creation failed, from Nicolas Iooss. + * Remove ruby_semanage.so with "make clean", from Nicolas Iooss. * Fix kernel pathname in semanage_verify_kernel(), from Stephen Smalley. * genhomedircon: only set MLS level if MLS is enabled, from Stephen Smalley.