- Update from NSA
Remove special definition for context_range_set; use common code.
This commit is contained in:
parent
d3d9f9e7f8
commit
eb500fb164
@ -42,3 +42,4 @@ libselinux-1.24.2.tgz
|
|||||||
libselinux-1.25.2.tgz
|
libselinux-1.25.2.tgz
|
||||||
libselinux-1.25.3.tgz
|
libselinux-1.25.3.tgz
|
||||||
libselinux-1.25.4.tgz
|
libselinux-1.25.4.tgz
|
||||||
|
libselinux-1.25.5.tgz
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 1.25.4
|
Version: 1.25.5
|
||||||
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
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
|
|
||||||
@ -35,7 +34,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 +83,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 29 2005 Dan Walsh <dwalsh@redhat.com> 1.25.5-1
|
||||||
|
- Update from NSA
|
||||||
|
* Remove special definition for context_range_set; use
|
||||||
|
common code.
|
||||||
|
|
||||||
* Thu Aug 25 2005 Dan Walsh <dwalsh@redhat.com> 1.25.4-1
|
* Thu Aug 25 2005 Dan Walsh <dwalsh@redhat.com> 1.25.4-1
|
||||||
- Update from NSA
|
- Update from NSA
|
||||||
* Hid translation-related symbols entirely and ensured that
|
* Hid translation-related symbols entirely and ensured that
|
||||||
|
Loading…
Reference in New Issue
Block a user