From 98a61bfb924be0abd17f08ef28e075f6c4aaefdc Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mar 22 2007 20:50:31 +0000 Subject: - Add stdint.h to avc.h --- diff --git a/libselinux-rhat.patch b/libselinux-rhat.patch index 8673863..39cd549 100644 --- a/libselinux-rhat.patch +++ b/libselinux-rhat.patch @@ -1,6 +1,17 @@ -diff --exclude-from=exclude -N -u -r nsalibselinux/utils/getsebool.c libselinux-2.0.5/utils/getsebool.c +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-02-20 08:43:13.000000000 -0500 ++++ libselinux-2.0.7/include/selinux/avc.h 2007-03-22 16:48:42.000000000 -0400 +@@ -6,6 +6,7 @@ + #ifndef _SELINUX_AVC_H_ + #define _SELINUX_AVC_H_ + ++#include + #include + #include + #include +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.5/utils/getsebool.c 2007-03-09 13:22:43.000000000 -0500 ++++ libselinux-2.0.7/utils/getsebool.c 2007-03-22 16:48:06.000000000 -0400 @@ -72,17 +72,23 @@ for (i = 0; i < len; i++) { active = security_get_boolean_active(names[i]); diff --git a/libselinux.spec b/libselinux.spec index dcf0f50..a346013 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -2,7 +2,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 2.0.7 -Release: 1%{?dist} +Release: 2%{?dist} License: Public domain (uncopyrighted) Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz @@ -121,6 +121,9 @@ exit 0 %{_libdir}/python*/site-packages/selinux.py* %changelog +* Thu Mar 22 2007 Dan Walsh - 2.0.7-2 +- Add stdint.h to avc.h + * Mon Mar 12 2007 Dan Walsh - 2.0.7-1 * Merged patch to drop support for CACHETRANS=0 config option from Steve Grubb. * Merged patch to drop support for old /etc/sysconfig/selinux and