diff --git a/.cvsignore b/.cvsignore index 8be935a..c527359 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/libselinux.spec b/libselinux.spec index 4aa47fb..761a7b5 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -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 1.19.4-1 +- Update to latest from upstream + * Changed matchpathcon to return -1 with errno ENOENT for + <> entries, and also for an empty file_contexts configuration. + * Tue Dec 28 2004 Dan Walsh 1.19.3-3 - Fix link devel libraries diff --git a/sources b/sources index 0db29e6..255edce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -795859c31bd9f7abc100d9ca2248d737 libselinux-1.19.3.tgz +08f2716ae4905d271a01037750773422 libselinux-1.19.4.tgz