- 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.1.tgz
|
||||||
libselinux-1.19.2.tgz
|
libselinux-1.19.2.tgz
|
||||||
libselinux-1.19.3.tgz
|
libselinux-1.19.3.tgz
|
||||||
|
libselinux-1.19.4.tgz
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 1.19.3
|
Version: 1.19.4
|
||||||
Release: 3
|
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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
Patch: libselinux-rhat.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Security-enhanced Linux is a patch of the Linux® kernel and a number
|
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
|
%package devel
|
||||||
Summary: Header files and libraries used to build SELinux
|
Summary: Header files and libraries used to build SELinux
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: libselinux = %{epoch}:%{version}-%{release}
|
Requires: libselinux = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The selinux-devel package contains the static libraries and header files
|
The selinux-devel package contains the static libraries and header files
|
||||||
@ -34,7 +33,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
|
||||||
|
* 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
|
* Tue Dec 28 2004 Dan Walsh <dwalsh@redhat.com> 1.19.3-3
|
||||||
- Fix link devel libraries
|
- Fix link devel libraries
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user