From 71021c8327a464db67d3d0958080027f65dfe48a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mar 27 2007 19:49:37 +0000 Subject: - Upgrade to upstream Merged fix for avc.h #include's from Eamon Walsh. --- diff --git a/.cvsignore b/.cvsignore index 4e03bae..004eedf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -112,3 +112,4 @@ libselinux-2.0.3.tgz libselinux-2.0.4.tgz libselinux-2.0.5.tgz libselinux-2.0.7.tgz +libselinux-2.0.8.tgz diff --git a/libselinux-rhat.patch b/libselinux-rhat.patch index 39cd549..4930b41 100644 --- a/libselinux-rhat.patch +++ b/libselinux-rhat.patch @@ -1,14 +1,14 @@ 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 +--- 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 -@@ -6,6 +6,7 @@ - #ifndef _SELINUX_AVC_H_ +@@ -7,6 +7,7 @@ #define _SELINUX_AVC_H_ -+#include - #include + #include ++#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.7/utils/getsebool.c 2007-03-22 16:48:06.000000000 -0400 diff --git a/libselinux.spec b/libselinux.spec index a346013..5b52044 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,8 +1,8 @@ %define libsepolver 2.0.1-1 Summary: SELinux library and simple utilities Name: libselinux -Version: 2.0.7 -Release: 2%{?dist} +Version: 2.0.8 +Release: 1%{?dist} License: Public domain (uncopyrighted) Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz @@ -121,6 +121,10 @@ exit 0 %{_libdir}/python*/site-packages/selinux.py* %changelog +* Mon Mar 12 2007 Dan Walsh - 2.0.8-1 +- Upgrade to upstream + * Merged fix for avc.h #include's from Eamon Walsh. + * Thu Mar 22 2007 Dan Walsh - 2.0.7-2 - Add stdint.h to avc.h diff --git a/sources b/sources index aabab6c..9d37562 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d701f23961a9630dcd850d02c566ddc9 libselinux-2.0.7.tgz +72f67d749eeb46766eeeb28607a9b744 libselinux-2.0.8.tgz