- Move libselinux.so to base package

This commit is contained in:
Daniel J Walsh 2005-12-19 14:35:26 +00:00
parent 0b65dc6081
commit 41b7ee2ce3
1 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,9 @@
%define libsepolver 1.10-1
%define libsepolver 1.11.1-1
%define libsetransver 0.1.11-1
Summary: SELinux library and simple utilities
Name: libselinux
Version: 1.29.2
Release: 1
Release: 2
License: Public domain (uncopyrighted)
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
@ -92,13 +92,13 @@ exit 0
%files
%defattr(-,root,root,0755)
/%{_lib}/libselinux.so.*
%{_libdir}/libselinux.so
%{_sbindir}/*
%{_mandir}/man8/*
%files devel
%defattr(-,root,root)
%{_libdir}/libselinux.a
%{_libdir}/libselinux.so
%dir %{_includedir}/selinux
%{_includedir}/selinux/
%{_mandir}/man3/*
@ -109,6 +109,9 @@ exit 0
%{_libdir}/python2.4/site-packages/selinux.py*
%changelog
* Mon Dec 19 2005 Dan Walsh <dwalsh@redhat.com> 1.29.2-2
- Move libselinux.so to base package
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 1.29.2-1
- Upgrade to latest from NSA
* Merged call to finish_context_translations from Dan Walsh.