- Upgrade to upstream
Merged class/av string conversion and avc_compute_create patch from Eamon Walsh.
This commit is contained in:
parent
9a53490979
commit
ace2ebf6d7
@ -113,3 +113,4 @@ libselinux-2.0.4.tgz
|
||||
libselinux-2.0.5.tgz
|
||||
libselinux-2.0.7.tgz
|
||||
libselinux-2.0.8.tgz
|
||||
libselinux-2.0.9.tgz
|
||||
|
@ -1,14 +1,3 @@
|
||||
diff --exclude-from=exclude -N -u -r nsalibselinux/include/selinux/avc.h libselinux-2.0.7/include/selinux/avc.h
|
||||
--- nsalibselinux/include/selinux/avc.h 2007-03-23 08:50:40.000000000 -0400
|
||||
+++ libselinux-2.0.7/include/selinux/avc.h 2007-03-22 16:48:42.000000000 -0400
|
||||
@@ -7,6 +7,7 @@
|
||||
#define _SELINUX_AVC_H_
|
||||
|
||||
#include <stdint.h>
|
||||
+#include <sys/types.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <selinux/selinux.h>
|
||||
diff --exclude-from=exclude -N -u -r nsalibselinux/utils/getsebool.c libselinux-2.0.7/utils/getsebool.c
|
||||
--- nsalibselinux/utils/getsebool.c 2006-11-16 17:15:17.000000000 -0500
|
||||
+++ libselinux-2.0.7/utils/getsebool.c 2007-03-22 16:48:06.000000000 -0400
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define libsepolver 2.0.1-1
|
||||
Summary: SELinux library and simple utilities
|
||||
Name: libselinux
|
||||
Version: 2.0.8
|
||||
Version: 2.0.9
|
||||
Release: 1%{?dist}
|
||||
License: Public domain (uncopyrighted)
|
||||
Group: System Environment/Libraries
|
||||
@ -121,6 +121,10 @@ exit 0
|
||||
%{_libdir}/python*/site-packages/selinux.py*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 27 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.9-1
|
||||
- Upgrade to upstream
|
||||
* Merged class/av string conversion and avc_compute_create patch from Eamon Walsh.
|
||||
|
||||
* Tue Mar 27 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.8-1
|
||||
- Upgrade to upstream
|
||||
* Merged fix for avc.h #include's from Eamon Walsh.
|
||||
|
Loading…
Reference in New Issue
Block a user