swift 14/08/08 18:35:11 Modified: selinux-policy-2.eclass ChangeLog Log: Use PVR for BASEPOL in SELinux eclass
Revision Changes Path 1.23 eclass/selinux-policy-2.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/selinux-policy-2.eclass?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/selinux-policy-2.eclass?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/selinux-policy-2.eclass?r1=1.22&r2=1.23 Index: selinux-policy-2.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- selinux-policy-2.eclass 6 Aug 2014 08:25:02 -0000 1.22 +++ selinux-policy-2.eclass 8 Aug 2014 18:35:11 -0000 1.23 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v 1.22 2014/08/06 08:25:02 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v 1.23 2014/08/08 18:35:11 swift Exp $ # Eclass for installing SELinux policy, and optionally # reloading the reference-policy based modules. @@ -29,7 +29,7 @@ # This variable contains the version string of the selinux-base-policy package # that this module build depends on. It is used to patch with the appropriate # patch bundle(s) that are part of selinux-base-policy. -: ${BASEPOL:=""} +: ${BASEPOL:=${PVR}} # @ECLASS-VARIABLE: POLICY_PATCH # @DESCRIPTION: 1.1346 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1346&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1346&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1345&r2=1.1346 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1345 retrieving revision 1.1346 diff -u -r1.1345 -r1.1346 --- ChangeLog 8 Aug 2014 17:57:28 -0000 1.1345 +++ ChangeLog 8 Aug 2014 18:35:11 -0000 1.1346 @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1345 2014/08/08 17:57:28 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1346 2014/08/08 18:35:11 swift Exp $ + + 08 Aug 2014; Sven Vermeulen <[email protected]> selinux-policy-2.eclass: + The BASEPOL variable can be deduced from the ebuild version as we no longer + support mixing versions 08 Aug 2014; Christoph Junghans <[email protected]> db-use.eclass: added prefix support
