From fbe2b7390b46fa3ef13a6aba795c5694800ea477 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Oct 05 2007 17:18:12 +0000 Subject: - Upgrade to latest from NSA ustr cleanups from James Antill. Ensure that /root gets labeled even if using the default context from Dan Walsh. --- diff --git a/libsemanage.spec b/libsemanage.spec index ab2011d..f74552e 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -2,12 +2,11 @@ %define libselinuxver 2.0.0-1 Summary: SELinux binary policy manipulation library Name: libsemanage -Version: 2.0.11 +Version: 2.0.12 Release: 1%{?dist} License: GPL Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz -Patch: libsemanage-rhat.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libselinux-devel >= %{libselinuxver} swig ustr-devel @@ -78,6 +77,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man3/* %changelog +* Fri Oct 5 2007 Dan Walsh - 2.0.12-1 +- Upgrade to latest from NSA + * ustr cleanups from James Antill. + * Ensure that /root gets labeled even if using the default context from Dan Walsh. + * Fri Sep 28 2007 Dan Walsh - 2.0.11-1 - Upgrade to latest from NSA * Fix ordering of file_contexts.homedirs from Todd Miller and Dan Walsh.