From 5361ff6e723d9a0c3a1d5ce38c4a337d6e787e2f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 4 Jan 2006 18:39:06 +0000 Subject: [PATCH] - Upgrade to latest from NSA - separate file rw code from linked list - annotate objects - fold together internal headers - support ordering of records in compare function - add active dbase backend, active booleans - return commit numbers for ro database calls - use modified flags to skip rebuild whenever possible - enable port interfaces - update swig interfaces and typemaps - add an API for file_contexts.local and file_contexts - flip the traversal order in iterate/list - reorganize sandbox_expand - add seusers MLS validation - improve dbase spec/documentation - clone record on set/add/modify --- .cvsignore | 1 + libsemanage.spec | 2 ++ sources | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index 62a0035..075ce96 100644 --- a/.cvsignore +++ b/.cvsignore @@ -42,3 +42,4 @@ libsemanage-1.4.tgz libsemanage-1.5.1.tgz libsemanage-1.5.2.tgz libsemanage-1.5.3.tgz +libsemanage-1.5.4.tgz diff --git a/libsemanage.spec b/libsemanage.spec index 3129ea0..19dbdbc 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -1,3 +1,4 @@ +%define libsepolver 1.11.2-2 %define libselinuxver 1.29.3-1 Summary: SELinux binary policy manipulation library Name: libsemanage @@ -9,6 +10,7 @@ Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-buildroot BuildRequires: libselinux-devel >= %{libselinuxver} +BuildRequires: libsepol >= %{libsepolver} %description Security-enhanced Linux is a feature of the Linux® kernel and a number diff --git a/sources b/sources index e6b2357..8784a0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba43055bdde21f650b419aefbc0927b5 libsemanage-1.5.3.tgz +13530deff7aae519ffa9cf2f6c2ac466 libsemanage-1.5.4.tgz