public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-virt: selinux-virt-2.20101213.ebuild ChangeLog
@ 2011-02-06  0:06 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2011-02-06  0:06 UTC (permalink / raw
  To: gentoo-commits

blueness    11/02/06 00:06:11

  Modified:             selinux-virt-2.20101213.ebuild ChangeLog
  Log:
  Fixed unquoted variable.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sec-policy/selinux-virt/selinux-virt-2.20101213.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-virt/selinux-virt-2.20101213.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-virt/selinux-virt-2.20101213.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-virt/selinux-virt-2.20101213.ebuild?r1=1.1&r2=1.2

Index: selinux-virt-2.20101213.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/selinux-virt-2.20101213.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- selinux-virt-2.20101213.ebuild	6 Feb 2011 00:00:32 -0000	1.1
+++ selinux-virt-2.20101213.ebuild	6 Feb 2011 00:06:11 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/selinux-virt-2.20101213.ebuild,v 1.1 2011/02/06 00:00:32 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/selinux-virt-2.20101213.ebuild,v 1.2 2011/02/06 00:06:11 blueness Exp $
 
 IUSE=""
 
@@ -16,7 +16,7 @@
 	selinux-policy-2_src_install
 	[ -z "${POLICY_TYPES}" ] && local POLICY_TYPES="strict targeted"
 	for i in ${POLICY_TYPES}; do
-		mkdir -p ${D}/etc/selinux/${i}/contexts
+		mkdir -p "${D}/etc/selinux/${i}/contexts"
 		echo "system_u:system_r:svirt_t" >${D}/etc/selinux/${i}/contexts/virtual_domain_context
 		echo "system_u:object_r:svirt_image_t" >${D}/etc/selinux/${i}/contexts/virtual_image_context
 		echo "system_u:object_r:virt_content_t" >>${D}/etc/selinux/${i}/contexts/virtual_image_context



1.2                  sec-policy/selinux-virt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-virt/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-virt/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-virt/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	6 Feb 2011 00:00:32 -0000	1.1
+++ ChangeLog	6 Feb 2011 00:06:11 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for sec-policy/selinux-virt
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/ChangeLog,v 1.1 2011/02/06 00:00:32 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/ChangeLog,v 1.2 2011/02/06 00:06:11 blueness Exp $
+
+  06 Feb 2011; Anthony G. Basile <blueness@gentoo.org>
+  selinux-virt-2.20101213.ebuild:
+  Fixed unquoted variable.
 
   05 Feb 2011; Anthony G. Basile <blueness@gentoo.org> ChangeLog:
   Initial commit to portage.






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-virt: selinux-virt-2.20101213.ebuild ChangeLog
@ 2011-06-02 13:08 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2011-06-02 13:08 UTC (permalink / raw
  To: gentoo-commits

blueness    11/06/02 13:08:04

  Modified:             selinux-virt-2.20101213.ebuild ChangeLog
  Log:
  Stable amd64 x86
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sec-policy/selinux-virt/selinux-virt-2.20101213.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-virt/selinux-virt-2.20101213.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-virt/selinux-virt-2.20101213.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-virt/selinux-virt-2.20101213.ebuild?r1=1.2&r2=1.3

Index: selinux-virt-2.20101213.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/selinux-virt-2.20101213.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- selinux-virt-2.20101213.ebuild	6 Feb 2011 00:06:11 -0000	1.2
+++ selinux-virt-2.20101213.ebuild	2 Jun 2011 13:08:04 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/selinux-virt-2.20101213.ebuild,v 1.2 2011/02/06 00:06:11 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/selinux-virt-2.20101213.ebuild,v 1.3 2011/06/02 13:08:04 blueness Exp $
 
 IUSE=""
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="SELinux policy for libvirtd"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 src_install() {
 	selinux-policy-2_src_install



1.3                  sec-policy/selinux-virt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-virt/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-virt/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-virt/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	6 Feb 2011 00:06:11 -0000	1.2
+++ ChangeLog	2 Jun 2011 13:08:04 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for sec-policy/selinux-virt
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/ChangeLog,v 1.2 2011/02/06 00:06:11 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/ChangeLog,v 1.3 2011/06/02 13:08:04 blueness Exp $
+
+  02 Jun 2011; Anthony G. Basile <blueness@gentoo.org>
+  selinux-virt-2.20101213.ebuild:
+  Stable amd64 x86
 
   06 Feb 2011; Anthony G. Basile <blueness@gentoo.org>
   selinux-virt-2.20101213.ebuild:






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-02 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-02 13:08 [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-virt: selinux-virt-2.20101213.ebuild ChangeLog Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-06  0:06 Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox