adad8e9a40
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
195 lines
5.4 KiB
RPMSpec
195 lines
5.4 KiB
RPMSpec
Summary: SELinux library and simple utilities
|
|
Name: libselinux
|
|
Version: 1.11.4
|
|
Release: 1
|
|
License: Public domain (uncopyrighted)
|
|
Group: System Environment/Libraries
|
|
Source: http://www.nsa.gov/selinux/archives/libselinux-%{version}.tgz
|
|
Prefix: %{_prefix}
|
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
|
Provides: libselinux.so
|
|
|
|
|
|
%description
|
|
Security-enhanced Linux is a patch of the Linux® kernel and a number
|
|
of utilities with enhanced security functionality designed to add
|
|
mandatory access controls to Linux. The Security-enhanced Linux
|
|
kernel contains new architectural components originally developed to
|
|
improve the security of the Flask operating system. These
|
|
architectural components provide general support for the enforcement
|
|
of many kinds of mandatory access control policies, including those
|
|
based on the concepts of Type Enforcement®, Role-based Access
|
|
Control, and Multi-level Security.
|
|
|
|
libselinux provides an API for SELinux applications to get and set
|
|
process and file security contexts and to obtain security policy
|
|
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 = %{version}
|
|
|
|
%description devel
|
|
The selinux-devel package contains the static libraries and header files
|
|
needed for developing SELinux applications.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
make
|
|
|
|
%install
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
mkdir -p ${RPM_BUILD_ROOT}/%{_lib}
|
|
mkdir -p ${RPM_BUILD_ROOT}/%{_libdir}
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_includedir}
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
|
make DESTDIR="${RPM_BUILD_ROOT}" LIBDIR="${RPM_BUILD_ROOT}%{_libdir}" SHLIBDIR="${RPM_BUILD_ROOT}/%{_lib}" install
|
|
|
|
%clean
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
%post
|
|
# add libselinux to the cache
|
|
/sbin/ldconfig
|
|
|
|
%files devel
|
|
%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 <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
|
|
- fix location of file_contexts file.
|
|
|
|
* Wed Mar 10 2004 Dan Walsh <dwalsh@redhat.com> 1.6-2
|
|
- Fix matchpathcon to use BUFSIZ
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Mon Feb 23 2004 Dan Walsh <dwalsh@redhat.com> 1.4-11
|
|
- add matchpathcon
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Fri Jan 23 2004 Dan Walsh <dwalsh@redhat.com> 1.4-9
|
|
- Add rootok patch
|
|
|
|
* Wed Jan 14 2004 Dan Walsh <dwalsh@redhat.com> 1.4-8
|
|
- Updated getpeernam patch
|
|
|
|
* Tue Jan 13 2004 Dan Walsh <dwalsh@redhat.com> 1.4-7
|
|
- Add getpeernam patch
|
|
|
|
* Thu Dec 18 2003 Dan Walsh <dwalsh@redhat.com> 1.4-6
|
|
- Add getpeercon patch
|
|
|
|
* Thu Dec 18 2003 Dan Walsh <dwalsh@redhat.com> 1.4-5
|
|
- Put mntpoint patch, because found fix for SysVinit
|
|
|
|
* Wed Dec 17 2003 Dan Walsh <dwalsh@redhat.com> 1.4-4
|
|
- Add remove mntpoint patch, because it breaks SysVinit
|
|
|
|
* Wed Dec 17 2003 Dan Walsh <dwalsh@redhat.com> 1.4-3
|
|
- Add mntpoint patch for SysVinit
|
|
|
|
* Fri Dec 12 2003 Dan Walsh <dwalsh@redhat.com> 1.4-2
|
|
- Add -r -u -t to getcon
|
|
|
|
* Sat Dec 6 2003 Dan Walsh <dwalsh@redhat.com> 1.4-1
|
|
- Upgrade to latest from NSA
|
|
|
|
* Mon Oct 27 2003 Dan Walsh <dwalsh@redhat.com> 1.3-2
|
|
- Fix x86_64 build
|
|
|
|
* Wed Oct 21 2003 Dan Walsh <dwalsh@redhat.com> 1.3-1
|
|
- Latest tarball from NSA.
|
|
|
|
* Tue Oct 21 2003 Dan Walsh <dwalsh@redhat.com> 1.2-9
|
|
- Update with latest changes from NSA
|
|
|
|
* Mon Oct 20 2003 Dan Walsh <dwalsh@redhat.com> 1.2-8
|
|
- Change location of .so file
|
|
|
|
* Wed Oct 8 2003 Dan Walsh <dwalsh@redhat.com> 1.2-7
|
|
- Break out into development library
|
|
|
|
* Wed Oct 8 2003 Dan Walsh <dwalsh@redhat.com> 1.2-6
|
|
- Move location of libselinux.so to /lib
|
|
|
|
* Fri Oct 3 2003 Dan Walsh <dwalsh@redhat.com> 1.2-5
|
|
- Add selinuxenabled patch
|
|
|
|
* Wed Oct 1 2003 Dan Walsh <dwalsh@redhat.com> 1.2-4
|
|
- Update with final NSA 1.2 sources.
|
|
|
|
* Fri Sep 12 2003 Dan Walsh <dwalsh@redhat.com> 1.2-3
|
|
- Update with latest from NSA.
|
|
|
|
* Fri Aug 28 2003 Dan Walsh <dwalsh@redhat.com> 1.2-2
|
|
- Fix to build on x86_64
|
|
|
|
* Thu Aug 21 2003 Dan Walsh <dwalsh@redhat.com> 1.2-1
|
|
- update for version 1.2
|
|
|
|
* Wed May 27 2003 Dan Walsh <dwalsh@redhat.com> 1.0-1
|
|
- Initial version
|
|
|