- Fix permissions on shared libraries
This commit is contained in:
parent
eddb10bb7e
commit
ba5d656e43
17
setools.spec
17
setools.spec
@ -1,7 +1,7 @@
|
||||
Summary: SELinux tools for managing policy
|
||||
Name: setools
|
||||
Version: 3.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
URL: http://www.tresys.com/
|
||||
@ -215,14 +215,17 @@ Headers, static libraries and API docs for SETools.
|
||||
%attr(755,root,root) %dir /usr/share/setools/sechecker-profiles
|
||||
/usr/share/setools/sechecker-profiles/*
|
||||
/usr/share/setools/*.txt
|
||||
%{_libdir}/libapol.so*
|
||||
%{_libdir}/libqpol.so*
|
||||
%{_libdir}/libpoldiff.so*
|
||||
%{_libdir}/libsefs.so*
|
||||
%{_libdir}/libseaudit.so*
|
||||
%attr(755,root,root) %{_libdir}/libapol.so*
|
||||
%attr(755,root,root) %{_libdir}/libqpol.so*
|
||||
%attr(755,root,root) %{_libdir}/libpoldiff.so*
|
||||
%attr(755,root,root) %{_libdir}/libsefs.so*
|
||||
%attr(755,root,root) %{_libdir}/libseaudit.so*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 13 2007 Dan Walsh <dwalsh@redhat.com> 3.1-1
|
||||
* Wed Feb 14 2007 Dan Walsh <dwalsh@redhat.com> 3.1-2
|
||||
- Fix permissions on shared libraries
|
||||
|
||||
* Tue Feb 13 2007 Dan Walsh <dwalsh@redhat.com> 3.1-1
|
||||
- Upgrade to upstream
|
||||
|
||||
* Thu Feb 1 2007 Dan Walsh <dwalsh@redhat.com> 3.0-3
|
||||
|
Loading…
Reference in New Issue
Block a user