- Fix matchpathcon to lstat files
This commit is contained in:
parent
846f2ad19d
commit
dbfbfbe639
19928
libselinux-rhat.patch
19928
libselinux-rhat.patch
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user