- Upgrade to latest from NSA

ustr cleanups from James Antill.
Ensure that /root gets labeled even if using the default context from Dan
    Walsh.
This commit is contained in:
Daniel J Walsh 2007-10-05 17:18:12 +00:00
parent 3ba23c823c
commit fbe2b7390b
1 changed files with 6 additions and 2 deletions

View File

@ -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 <dwalsh@redhat.com> - 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 <dwalsh@redhat.com> - 2.0.11-1
- Upgrade to latest from NSA
* Fix ordering of file_contexts.homedirs from Todd Miller and Dan Walsh.