- Upgrade to upstream
AVC enforcing mode override patch from Eamon Walsh. Aligned attributes in AVC netlink code from Eamon Walsh. - Move libselinux.so back into devel package, procps has been fixed
This commit is contained in:
parent
79584e53ac
commit
2a8f17ac0d
@ -133,3 +133,4 @@ libselinux-2.0.35.tgz
|
||||
libselinux-2.0.36.tgz
|
||||
libselinux-2.0.37.tgz
|
||||
libselinux-2.0.40.tgz
|
||||
libselinux-2.0.42.tgz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define libsepolver 2.0.10-1
|
||||
Summary: SELinux library and simple utilities
|
||||
Name: libselinux
|
||||
Version: 2.0.40
|
||||
Version: 2.0.42
|
||||
Release: 1%{?dist}
|
||||
License: Public domain (uncopyrighted)
|
||||
Group: System Environment/Libraries
|
||||
@ -98,7 +98,6 @@ exit 0
|
||||
%files
|
||||
%defattr(-,root,root,0755)
|
||||
/%{_lib}/libselinux.so.*
|
||||
%{_libdir}/libselinux.so
|
||||
%{_sbindir}/avcstat
|
||||
%{_sbindir}/getenforce
|
||||
%{_sbindir}/getsebool
|
||||
@ -113,6 +112,7 @@ exit 0
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libselinux.a
|
||||
%{_libdir}/libselinux.so
|
||||
%dir %{_includedir}/selinux
|
||||
%{_includedir}/selinux/*
|
||||
%{_mandir}/man3/*
|
||||
@ -123,6 +123,12 @@ exit 0
|
||||
%{_libdir}/python*/site-packages/selinux.py*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 15 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.42-1
|
||||
- Upgrade to upstream
|
||||
* AVC enforcing mode override patch from Eamon Walsh.
|
||||
* Aligned attributes in AVC netlink code from Eamon Walsh.
|
||||
- Move libselinux.so back into devel package, procps has been fixed
|
||||
|
||||
* Tue Nov 6 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.40-1
|
||||
- Upgrade to upstream
|
||||
* Merged refactored AVC netlink code from Eamon Walsh.
|
||||
|
Loading…
Reference in New Issue
Block a user