auto-import changelog data from libselinux-1.11.4-1.src.rpm
Wed May 05 2004 Dan Walsh <dwalsh@redhat.com> 1.11.4-1 - Update with latest from NSA Thu Apr 22 2004 Dan Walsh <dwalsh@redhat.com> 1.11.3-1 - Add changes for relaxed policy - Update to match NSA Thu Apr 15 2004 Dan Walsh <dwalsh@redhat.com> 1.11.2-1 - Add relaxed policy changes Thu Apr 15 2004 Dan Walsh <dwalsh@redhat.com> 1.11-4 - Sync with NSA Thu Apr 15 2004 Dan Walsh <dwalsh@redhat.com> 1.11-3 - Remove requires glibc>2.3.4 Wed Apr 14 2004 Dan Walsh <dwalsh@redhat.com> 1.11-2 - Fix selinuxenabled man page. Wed Apr 07 2004 Dan Walsh <dwalsh@redhat.com> 1.11-1 - Upgrade to 1.11 Wed Apr 07 2004 Dan Walsh <dwalsh@redhat.com> 1.10-2 - Add memleaks patch Wed Apr 07 2004 Dan Walsh <dwalsh@redhat.com> 1.10-1 - Upgrade to latest from NSA and add more man pages Thu Apr 01 2004 Dan Walsh <dwalsh@redhat.com> 1.9-1 - Update to match NSA - Cleanup some man pages Tue Mar 30 2004 Dan Walsh <dwalsh@redhat.com> 1.8-1 - Upgrade to latest from NSA Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1.6-6 - Add Russell's Man pages Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1.6-5 - Change getenforce to also check is_selinux_enabled Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1.6-4 - Add ownership to /usr/include/selinux
This commit is contained in:
parent
e9e2eaa1a2
commit
adad8e9a40
@ -1 +1 @@
|
|||||||
libselinux-1.6.tgz
|
libselinux-1.11.4.tgz
|
||||||
|
@ -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
|
|
||||||
|
|
@ -1,15 +1,14 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 1.6
|
Version: 1.11.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/libselinux-1.6.tgz
|
Source: http://www.nsa.gov/selinux/archives/libselinux-%{version}.tgz
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
Provides: libselinux.so
|
Provides: libselinux.so
|
||||||
Patch0: libselinux-matchpathcon.patch
|
|
||||||
Patch1: 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
|
||||||
@ -37,8 +36,6 @@ needed for developing SELinux applications.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .matchpathcon
|
|
||||||
%patch1 -p1 -b .rhat
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
@ -62,14 +59,61 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libselinux.a
|
%{_libdir}/libselinux.a
|
||||||
%{_libdir}/libselinux.so
|
%{_libdir}/libselinux.so
|
||||||
|
%dir %{_includedir}/selinux
|
||||||
%{_includedir}/selinux/*.h
|
%{_includedir}/selinux/*.h
|
||||||
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/%{_lib}/libselinux.so.1
|
/%{_lib}/libselinux.so.1
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 5 2004 Dan Walsh <dwalsh@redhat.com> 1.11.4-1
|
||||||
|
- Update with latest from NSA
|
||||||
|
|
||||||
|
* Thu Apr 22 2004 Dan Walsh <dwalsh@redhat.com> 1.11.3-1
|
||||||
|
- Add changes for relaxed policy
|
||||||
|
- Update to match NSA
|
||||||
|
|
||||||
|
* Thu Apr 15 2004 Dan Walsh <dwalsh@redhat.com> 1.11.2-1
|
||||||
|
- Add relaxed policy changes
|
||||||
|
|
||||||
|
* Thu Apr 15 2004 Dan Walsh <dwalsh@redhat.com> 1.11-4
|
||||||
|
- Sync with NSA
|
||||||
|
|
||||||
|
* Thu Apr 15 2004 Dan Walsh <dwalsh@redhat.com> 1.11-3
|
||||||
|
- Remove requires glibc>2.3.4
|
||||||
|
|
||||||
|
* Wed Apr 14 2004 Dan Walsh <dwalsh@redhat.com> 1.11-2
|
||||||
|
- Fix selinuxenabled man page.
|
||||||
|
|
||||||
|
* Wed Apr 7 2004 Dan Walsh <dwalsh@redhat.com> 1.11-1
|
||||||
|
- Upgrade to 1.11
|
||||||
|
|
||||||
|
* Wed Apr 7 2004 Dan Walsh <dwalsh@redhat.com> 1.10-2
|
||||||
|
- Add memleaks patch
|
||||||
|
|
||||||
|
* Wed Apr 7 2004 Dan Walsh <dwalsh@redhat.com> 1.10-1
|
||||||
|
- Upgrade to latest from NSA and add more man pages
|
||||||
|
|
||||||
|
* Thu Apr 1 2004 Dan Walsh <dwalsh@redhat.com> 1.9-1
|
||||||
|
- Update to match NSA
|
||||||
|
- Cleanup some man pages
|
||||||
|
|
||||||
|
* Tue Mar 30 2004 Dan Walsh <dwalsh@redhat.com> 1.8-1
|
||||||
|
- Upgrade to latest from NSA
|
||||||
|
|
||||||
|
* Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1.6-6
|
||||||
|
- Add Russell's Man pages
|
||||||
|
|
||||||
|
* Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1.6-5
|
||||||
|
- Change getenforce to also check is_selinux_enabled
|
||||||
|
|
||||||
|
* Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1.6-4
|
||||||
|
- Add ownership to /usr/include/selinux
|
||||||
|
|
||||||
* Wed Mar 10 2004 Dan Walsh <dwalsh@redhat.com> 1.6-3
|
* Wed Mar 10 2004 Dan Walsh <dwalsh@redhat.com> 1.6-3
|
||||||
- fix location of file_contexts file.
|
- fix location of file_contexts file.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user