diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-11-01 17:26:20 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-11-01 17:26:20 +0000 |
commit | 13bc537739bb36dcae4804d66230ee0ad29edf27 (patch) | |
tree | b009ebe845233b4d2302bb72f595f24c7a631beb /sec-policy/selinux-dbadm | |
parent | drop old (diff) | |
download | gentoo-2-13bc537739bb36dcae4804d66230ee0ad29edf27.tar.gz gentoo-2-13bc537739bb36dcae4804d66230ee0ad29edf27.tar.bz2 gentoo-2-13bc537739bb36dcae4804d66230ee0ad29edf27.zip |
Bump revision r7 of SELinux policies
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-dbadm')
-rw-r--r-- | sec-policy/selinux-dbadm/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-dbadm/selinux-dbadm-2.20140311-r7.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-dbadm/ChangeLog b/sec-policy/selinux-dbadm/ChangeLog index 18bcf1c36d18..4a342757baac 100644 --- a/sec-policy/selinux-dbadm/ChangeLog +++ b/sec-policy/selinux-dbadm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-dbadm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dbadm/ChangeLog,v 1.31 2014/11/01 16:13:41 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dbadm/ChangeLog,v 1.32 2014/11/01 17:26:13 swift Exp $ + +*selinux-dbadm-2.20140311-r7 (01 Nov 2014) + + 01 Nov 2014; Sven Vermeulen <swift@gentoo.org> + +selinux-dbadm-2.20140311-r7.ebuild: + Bump revision r7 of SELinux policies 01 Nov 2014; Sven Vermeulen <swift@gentoo.org> selinux-dbadm-9999.ebuild: Add KEYWORDS logic in -9999 ebuilds for ease of copying diff --git a/sec-policy/selinux-dbadm/selinux-dbadm-2.20140311-r7.ebuild b/sec-policy/selinux-dbadm/selinux-dbadm-2.20140311-r7.ebuild new file mode 100644 index 000000000000..2a808c2a7cae --- /dev/null +++ b/sec-policy/selinux-dbadm/selinux-dbadm-2.20140311-r7.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dbadm/selinux-dbadm-2.20140311-r7.ebuild,v 1.1 2014/11/01 17:26:13 swift Exp $ +EAPI="5" + +IUSE="" +MODS="dbadm" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for dbadm" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |