From 2324fecc2d069af05d0843c4e87e04884b477d00 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 11 Jun 2007 18:39:53 +0000 Subject: [PATCH] - Upgrade to upstream Class and permission mapping support patches from Eamon Walsh. Object class discovery support patches from Chris PeBenito. Refactoring and errno support in string representation code. --- .cvsignore | 1 + libselinux.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7c22999..28d9a21 100644 --- a/.cvsignore +++ b/.cvsignore @@ -120,3 +120,4 @@ libselinux-2.0.13.tgz libselinux-2.0.14.tgz libselinux-2.0.16.tgz libselinux-2.0.18.tgz +libselinux-2.0.21.tgz diff --git a/libselinux.spec b/libselinux.spec index 45b966d..cb37f56 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,7 +1,7 @@ %define libsepolver 2.0.1-1 Summary: SELinux library and simple utilities Name: libselinux -Version: 2.0.18 +Version: 2.0.21 Release: 1%{?dist} License: Public domain (uncopyrighted) Group: System Environment/Libraries @@ -49,7 +49,7 @@ needed for developing SELinux applications. %prep %setup -q -%patch -p1 -b .rhat +#%patch -p1 -b .rhat %build make clean @@ -121,6 +121,12 @@ exit 0 %{_libdir}/python*/site-packages/selinux.py* %changelog +* Mon Jun 11 2007 Dan Walsh - 2.0.21-1 +- Upgrade to upstream + * Class and permission mapping support patches from Eamon Walsh. + * Object class discovery support patches from Chris PeBenito. + * Refactoring and errno support in string representation code. + * Fri Jun 1 2007 Dan Walsh - 2.0.18-1 - Upgrade to upstream * Merged patch to reduce size of libselinux and remove need for libsepol for embedded systems from Yuichi Nakamura. diff --git a/sources b/sources index 7713cdf..b4fc788 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ce9a9eb68c5291a7302f61ff8b5f5cb4 libselinux-2.0.18.tgz +eeccbf88555fc935c592d86086b9edbd libselinux-2.0.21.tgz