- Update to Upstream

Fix selinux_file_context_verify() and selinux_lsetfilecon_default() to call
    matchpathcon_init_prefix if not already initialized.
Add -q qualifier for -V option of matchpathcon and change it to indicate
    whether verification succeeded or failed via exit status.
This commit is contained in:
Daniel J Walsh 2008-05-28 14:15:30 +00:00
parent 454774e22d
commit bff583b68b
3 changed files with 9 additions and 3 deletions

View File

@ -151,3 +151,4 @@ libselinux-2.0.59.tgz
libselinux-2.0.60.tgz
libselinux-2.0.61.tgz
libselinux-2.0.64.tgz
libselinux-2.0.65.tgz

View File

@ -3,8 +3,8 @@
Summary: SELinux library and simple utilities
Name: libselinux
Version: 2.0.64
Release: 3%{?dist}
Version: 2.0.65
Release: 1%{?dist}
License: Public Domain
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
@ -136,6 +136,11 @@ exit 0
%{python_sitearch}/selinux/*
%changelog
* Tue Apr 22 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.65-1
- Update to Upstream
* Fix selinux_file_context_verify() and selinux_lsetfilecon_default() to call matchpathcon_init_prefix if not already initialized.
* Add -q qualifier for -V option of matchpathcon and change it to indicate whether verification succeeded or failed via exit status.
* Fri May 16 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.64-3
- libselinux no longer neets to telnet -u in post install

View File

@ -1 +1 @@
6d2df9a800e1960c96ddef129c83dc34 libselinux-2.0.64.tgz
a020ac28f6c2ce64b6c9c1e06c70eaac libselinux-2.0.65.tgz