diff --git a/libsemanage.spec b/libsemanage.spec index 1bf4910..150a686 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -2,7 +2,7 @@ %define libselinuxver 2.0.0-1 Summary: SELinux binary policy manipulation library Name: libsemanage -Version: 2.0.19 +Version: 2.0.20 Release: 1%{?dist} License: GPL Group: System Environment/Libraries @@ -78,6 +78,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man3/* %changelog +* Sat Feb 2 2008 Dan Walsh - 2.0.20-1 +- Update to upstream + * Use sepol_set_expand_consume_base to reduce peak memory usage when + using semodule + * Fri Feb 1 2008 Dan Walsh - 2.0.19-1 - Update to upstream * Fix genhomedircon to not override a file context with a homedir context from Todd Miller.