diff --git a/.cvsignore b/.cvsignore index 7402c11..0235283 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libselinux-1.6.tgz +libselinux-1.11.4.tgz diff --git a/libselinux-rhat.patch b/libselinux-rhat.patch deleted file mode 100644 index f94fc17..0000000 --- a/libselinux-rhat.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libselinux-1.6/src/policy.h.rhat 2004-03-15 08:40:08.000000000 -0500 -+++ libselinux-1.6/src/policy.h 2004-03-17 00:24:16.396863312 -0500 -@@ -12,7 +12,7 @@ - /* selinuxfs mount point */ - extern char *selinux_mnt; - --#define FILECONTEXTS "/etc/security/selinux/src/policy/file_contexts/file_contexts" -+#define FILECONTEXTS "/etc/security/selinux/file_contexts" - - #endif - diff --git a/libselinux.spec b/libselinux.spec index e949814..df053d2 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,15 +1,14 @@ Summary: SELinux library and simple utilities Name: libselinux -Version: 1.6 -Release: 3 +Version: 1.11.4 +Release: 1 License: Public domain (uncopyrighted) Group: System Environment/Libraries -Source: http://www.nsa.gov/selinux/archives/libselinux-1.6.tgz +Source: http://www.nsa.gov/selinux/archives/libselinux-%{version}.tgz Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-buildroot Provides: libselinux.so -Patch0: libselinux-matchpathcon.patch -Patch1: libselinux-rhat.patch + %description Security-enhanced Linux is a patch of the Linux® kernel and a number @@ -37,8 +36,6 @@ needed for developing SELinux applications. %prep %setup -q -%patch -p1 -b .matchpathcon -%patch1 -p1 -b .rhat %build make @@ -62,14 +59,61 @@ rm -rf ${RPM_BUILD_ROOT} %defattr(-,root,root) %{_libdir}/libselinux.a %{_libdir}/libselinux.so +%dir %{_includedir}/selinux %{_includedir}/selinux/*.h +%{_mandir}/man3/* %files %defattr(-,root,root) /%{_lib}/libselinux.so.1 %{_bindir}/* +%{_mandir}/man8/* %changelog +* Wed May 5 2004 Dan Walsh 1.11.4-1 +- Update with latest from NSA + +* Thu Apr 22 2004 Dan Walsh 1.11.3-1 +- Add changes for relaxed policy +- Update to match NSA + +* Thu Apr 15 2004 Dan Walsh 1.11.2-1 +- Add relaxed policy changes + +* Thu Apr 15 2004 Dan Walsh 1.11-4 +- Sync with NSA + +* Thu Apr 15 2004 Dan Walsh 1.11-3 +- Remove requires glibc>2.3.4 + +* Wed Apr 14 2004 Dan Walsh 1.11-2 +- Fix selinuxenabled man page. + +* Wed Apr 7 2004 Dan Walsh 1.11-1 +- Upgrade to 1.11 + +* Wed Apr 7 2004 Dan Walsh 1.10-2 +- Add memleaks patch + +* Wed Apr 7 2004 Dan Walsh 1.10-1 +- Upgrade to latest from NSA and add more man pages + +* Thu Apr 1 2004 Dan Walsh 1.9-1 +- Update to match NSA +- Cleanup some man pages + +* Tue Mar 30 2004 Dan Walsh 1.8-1 +- Upgrade to latest from NSA + +* Thu Mar 25 2004 Dan Walsh 1.6-6 +- Add Russell's Man pages + +* Thu Mar 25 2004 Dan Walsh 1.6-5 +- Change getenforce to also check is_selinux_enabled + +* Thu Mar 25 2004 Dan Walsh 1.6-4 +- Add ownership to /usr/include/selinux + * Wed Mar 10 2004 Dan Walsh 1.6-3 - fix location of file_contexts file. diff --git a/sources b/sources index 7152d37..1670ea4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -40b06c536479e28d7ad910b8ef536152 libselinux-1.6.tgz +4b35676f6c8f8fa4e40742ac2f370c6f libselinux-1.11.4.tgz