[libsemanage] Move handling of role audit records into the library

Daniel J Walsh dwalsh at fedoraproject.org
Fri Jul 26 21:49:22 UTC 2013


commit a7785d28a78c0106516c38ee2508f15d0dcf28ef
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Fri Jul 26 17:49:13 2013 -0400

    Move handling of role audit records into the library
    
    - Patch stops semanage from removing user record while in use

 libsemanage.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libsemanage.spec b/libsemanage.spec
index 4ccc6ca..b3af7d2 100644
--- a/libsemanage.spec
+++ b/libsemanage.spec
@@ -18,13 +18,14 @@ Source1: semanage.conf
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libselinux-devel >= %{libselinuxver} swig ustr-devel
 BuildRequires: libsepol-devel >= %{libsepolver} 
+BuildRequires: audit-libs-devel
 BuildRequires: python-devel bison flex bzip2-devel
 
 %if 0%{?with_python3}
 BuildRequires: python3-devel
 %endif # if with_python3
 
-Requires: bzip2-libs
+Requires: bzip2-libs audit-libs
 
 %description
 Security-enhanced Linux is a feature of the Linux® kernel and a number


More information about the scm-commits mailing list