- Update to latest from upstream
Changed matchpathcon to return -1 with errno ENOENT for <<none>> entries, and also for an empty file_contexts configuration.
This commit is contained in:
parent
7aa4e97275
commit
c88fca683f
@ -10,3 +10,4 @@ libselinux-1.18.1.tgz
|
||||
libselinux-1.19.1.tgz
|
||||
libselinux-1.19.2.tgz
|
||||
libselinux-1.19.3.tgz
|
||||
libselinux-1.19.4.tgz
|
||||
|
@ -1,12 +1,11 @@
|
||||
Summary: SELinux library and simple utilities
|
||||
Name: libselinux
|
||||
Version: 1.19.3
|
||||
Release: 3
|
||||
Version: 1.19.4
|
||||
Release: 1
|
||||
License: Public domain (uncopyrighted)
|
||||
Group: System Environment/Libraries
|
||||
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
Patch: libselinux-rhat.patch
|
||||
|
||||
%description
|
||||
Security-enhanced Linux is a patch of the Linux® kernel and a number
|
||||
@ -26,7 +25,7 @@ decisions. Required for any applications that use the SELinux API.
|
||||
%package devel
|
||||
Summary: Header files and libraries used to build SELinux
|
||||
Group: Development/Libraries
|
||||
Requires: libselinux = %{epoch}:%{version}-%{release}
|
||||
Requires: libselinux = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The selinux-devel package contains the static libraries and header files
|
||||
@ -34,7 +33,6 @@ needed for developing SELinux applications.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1 -b .rhat
|
||||
|
||||
%build
|
||||
make CFLAGS="-g %{optflags}"
|
||||
@ -85,6 +83,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 29 2004 Dan Walsh <dwalsh@redhat.com> 1.19.4-1
|
||||
- Update to latest from upstream
|
||||
* Changed matchpathcon to return -1 with errno ENOENT for
|
||||
<<none>> entries, and also for an empty file_contexts configuration.
|
||||
|
||||
* Tue Dec 28 2004 Dan Walsh <dwalsh@redhat.com> 1.19.3-3
|
||||
- Fix link devel libraries
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user