- Fix matchpathcon to lstat files

This commit is contained in:
Daniel J Walsh 2006-12-06 19:13:54 +00:00
parent 846f2ad19d
commit dbfbfbe639
2 changed files with 63 additions and 19872 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,10 +2,11 @@
Summary: SELinux library and simple utilities
Name: libselinux
Version: 1.33.2
Release: 2%{?dist}
Release: 3%{?dist}
License: Public domain (uncopyrighted)
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
Patch: libselinux-rhat.patch
BuildRequires: libsepol-devel >= %{libsepolver} swig
Requires: libsepol >= %{libsepolver} setransd
@ -48,6 +49,7 @@ needed for developing SELinux applications.
%prep
%setup -q
%patch -p1 -b .rhat
%build
make clean
@ -117,6 +119,9 @@ exit 0
%{_libdir}/python*/site-packages/selinux.py*
%changelog
* Wed Dec 6 2006 Dan Walsh <dwalsh@redhat.com> - 1.33.2-3
- Fix matchpathcon to lstat files
* Thu Nov 30 2006 Dan Walsh <dwalsh@redhat.com> - 1.33.2-2
- Update man page