diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2006-02-12 01:58:57 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2006-02-12 01:58:57 +0000 |
commit | 56eb3e557183b2ef23869f749cdea4bac77867f0 (patch) | |
tree | eac7e8cded385a5ec0346baca2458cc3c767f1fc /dev-python/python-selinux/ChangeLog | |
parent | Fix installation of documentation (diff) | |
download | gentoo-2-56eb3e557183b2ef23869f749cdea4bac77867f0.tar.gz gentoo-2-56eb3e557183b2ef23869f749cdea4bac77867f0.tar.bz2 gentoo-2-56eb3e557183b2ef23869f749cdea4bac77867f0.zip |
rename selinux.so to selinux_aux.so
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-python/python-selinux/ChangeLog')
-rw-r--r-- | dev-python/python-selinux/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-python/python-selinux/ChangeLog b/dev-python/python-selinux/ChangeLog index 0cfe5505aede..615994a06195 100644 --- a/dev-python/python-selinux/ChangeLog +++ b/dev-python/python-selinux/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-python/python-selinux # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.29 2006/02/09 00:20:48 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.30 2006/02/12 01:58:57 pebenito Exp $ + +*python-selinux-2.16-r1 (12 Feb 2006) + + 12 Feb 2006; Chris PeBenito <pebenito@gentoo.org> + +python-selinux-2.16-r1.ebuild: + Since libselinux now has a python SWIG wrapper named selinux.py, rename + selinux.so to selinux_aux.so since it overshadows the libselinux wrapper, + temporararily leaving a copy of selinux.so for an upgrade path for portage. 09 Feb 2006; Chris PeBenito <pebenito@gentoo.org> -files/python-selinux-2.16.c.bz2, python-selinux-2.16.ebuild: |