- Update to latest from NSA

Added -f file_contexts option to matchpathcon util. Fixed warning message
    in matchpathcon_init().
Merged Makefile python definitions patch from Dan Walsh.
This commit is contained in:
Daniel J Walsh 2005-11-29 18:47:52 +00:00
parent 998386142a
commit 116a5b0c09
3 changed files with 10 additions and 4 deletions

View File

@ -64,3 +64,4 @@ libselinux-1.27.20.tgz
libselinux-1.27.21.tgz libselinux-1.27.21.tgz
libselinux-1.27.22.tgz libselinux-1.27.22.tgz
libselinux-1.27.23.tgz libselinux-1.27.23.tgz
libselinux-1.27.25.tgz

View File

@ -1,12 +1,11 @@
%define libsepolver 1.9.41-1 %define libsepolver 1.9.41-1
Summary: SELinux library and simple utilities Summary: SELinux library and simple utilities
Name: libselinux Name: libselinux
Version: 1.27.23 Version: 1.27.25
Release: 1 Release: 1
License: Public domain (uncopyrighted) License: Public domain (uncopyrighted)
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
Patch: libselinux-rhat.patch
Requires: libsepol >= %{libsepolver} Requires: libsepol >= %{libsepolver}
Requires: libsetrans Requires: libsetrans
@ -48,7 +47,6 @@ needed for developing SELinux applications.
%prep %prep
%setup -q %setup -q
%patch -p1 -b .rhat
%build %build
make CFLAGS="-g %{optflags}" make CFLAGS="-g %{optflags}"
@ -106,7 +104,14 @@ exit 0
%{_libdir}/python2.4/site-packages/selinux.py* %{_libdir}/python2.4/site-packages/selinux.py*
%changelog %changelog
* Tue Nov 29 2005 Dan Walsh <dwalsh@redhat.com> 1.27.25-1
- Update to latest from NSA
* Added -f file_contexts option to matchpathcon util.
Fixed warning message in matchpathcon_init().
* Merged Makefile python definitions patch from Dan Walsh.
* Mon Nov 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.23-1 * Mon Nov 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.23-1
- Update to latest from NSA
* Merged swigify patch from Dan Walsh. * Merged swigify patch from Dan Walsh.
* Mon Nov 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.22-4 * Mon Nov 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.22-4

View File

@ -1 +1 @@
39648e5fe7098c18209b96a3ced063f3 libselinux-1.27.23.tgz b7b3c6b14c8ef62e2826dbcd492541cc libselinux-1.27.25.tgz