- Update from NSA
Merged modified form of patch to avoid dlopen/dlclose by the static libselinux from Dan Walsh. Users of the static libselinux will not have any context translation by default.
This commit is contained in:
parent
59d6552e7d
commit
99ddec8d69
@ -44,3 +44,4 @@ libselinux-1.25.3.tgz
|
|||||||
libselinux-1.25.4.tgz
|
libselinux-1.25.4.tgz
|
||||||
libselinux-1.25.5.tgz
|
libselinux-1.25.5.tgz
|
||||||
libselinux-1.25.6.tgz
|
libselinux-1.25.6.tgz
|
||||||
|
libselinux-1.25.7.tgz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 1.25.6
|
Version: 1.25.7
|
||||||
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
|
#Patch: libselinux-rhat.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
|
|
||||||
@ -35,7 +35,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}"
|
||||||
@ -85,6 +84,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 6 2005 Dan Walsh <dwalsh@redhat.com> 1.25.7-1
|
||||||
|
- Update from NSA
|
||||||
|
* Merged modified form of patch to avoid dlopen/dlclose by
|
||||||
|
the static libselinux from Dan Walsh. Users of the static libselinux
|
||||||
|
will not have any context translation by default.
|
||||||
|
|
||||||
* Thu Sep 1 2005 Dan Walsh <dwalsh@redhat.com> 1.25.6-1
|
* Thu Sep 1 2005 Dan Walsh <dwalsh@redhat.com> 1.25.6-1
|
||||||
- Update from NSA
|
- Update from NSA
|
||||||
* Added public functions to export context translation to
|
* Added public functions to export context translation to
|
||||||
|
Loading…
Reference in New Issue
Block a user