From b0f76c3a4c8314bcbc3188eda752af172c65c480 Mon Sep 17 00:00:00 2001 From: James Carter Date: Mon, 26 Sep 2016 11:47:03 -0400 Subject: [PATCH] Updated libsemanage and policycoreutils ChangeLogs. Signed-off-by: James Carter --- libsemanage/ChangeLog | 1 + policycoreutils/ChangeLog | 1 + 2 files changed, 2 insertions(+) diff --git a/libsemanage/ChangeLog b/libsemanage/ChangeLog index 456bcd73..fe630dff 100644 --- a/libsemanage/ChangeLog +++ b/libsemanage/ChangeLog @@ -1,3 +1,4 @@ + * Use pp module name instead of filename when installing module, from Petr Lautrbach. * tests: Do not force using gcc, from Nicolas Iooss. * genhomedircon: remove hardcoded refpolicy strings, from Gary Tierney. * genhomedircon: add support for %group syntax, from Gary Tierney. diff --git a/policycoreutils/ChangeLog b/policycoreutils/ChangeLog index 55a1475b..32892ccd 100644 --- a/policycoreutils/ChangeLog +++ b/policycoreutils/ChangeLog @@ -1,3 +1,4 @@ + * hll/pp: Change warning for module name not matching filename to match new behavior, from Petr Lautrbach. * Remove LDFLAGS from CFLAGS, from Nicolas Iooss. * sepolicy: convert to setools4, from Jason Zaman. * sandbox: create a new session for sandboxed processes, from Petr Lautrbach.