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