Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-base-policy: selinux-base-policy-9999.ebuild ChangeLog
Date: Sat, 30 Aug 2014 20:20:52
Message-Id: 20140830202047.4DE674474@oystercatcher.gentoo.org
1 swift 14/08/30 20:20:47
2
3 Modified: selinux-base-policy-9999.ebuild ChangeLog
4 Log:
5 Use single-line rlpkg call and do not label policy packages
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
8
9 Revision Changes Path
10 1.14 sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild?r1=1.13&r2=1.14
15
16 Index: selinux-base-policy-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- selinux-base-policy-9999.ebuild 24 Aug 2014 07:53:58 -0000 1.13
23 +++ selinux-base-policy-9999.ebuild 30 Aug 2014 20:20:47 -0000 1.14
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild,v 1.13 2014/08/24 07:53:58 swift Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild,v 1.14 2014/08/30 20:20:47 swift Exp $
29 EAPI="5"
30
31 inherit eutils
32 @@ -135,12 +135,11 @@
33 # Relabel depending packages
34 PKGSET="";
35 if [ -x /usr/bin/qdepends ] ; then
36 - PKGSET=$(/usr/bin/qdepends -Cq -Q ${CATEGORY}/${PN});
37 + PKGSET=$(/usr/bin/qdepends -Cq -Q ${CATEGORY}/${PN} | grep -v 'sec-policy/selinux-');
38 elif [ -x /usr/bin/equery ] ; then
39 - PKGSET=$(/usr/bin/equery -Cq depends ${CATEGORY}/${PN});
40 + PKGSET=$(/usr/bin/equery -Cq depends ${CATEGORY}/${PN} | grep -v 'sec-policy/selinux-');
41 + fi
42 + if [ -n "${PKGSET}" ] ; then
43 + rlpkg ${PKGSET};
44 fi
45 - for PKG in ${PKGSET};
46 - do
47 - rlpkg ${PKG};
48 - done
49 }
50
51
52
53 1.154 sec-policy/selinux-base-policy/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?rev=1.154&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?rev=1.154&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?r1=1.153&r2=1.154
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v
62 retrieving revision 1.153
63 retrieving revision 1.154
64 diff -u -r1.153 -r1.154
65 --- ChangeLog 24 Aug 2014 07:53:58 -0000 1.153
66 +++ ChangeLog 30 Aug 2014 20:20:47 -0000 1.154
67 @@ -1,6 +1,10 @@
68 # ChangeLog for sec-policy/selinux-base-policy
69 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.153 2014/08/24 07:53:58 swift Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.154 2014/08/30 20:20:47 swift Exp $
72 +
73 + 30 Aug 2014; Sven Vermeulen <swift@g.o>
74 + selinux-base-policy-9999.ebuild:
75 + Use single-line rlpkg call and do not label policy packages
76
77 24 Aug 2014; Sven Vermeulen <swift@g.o>
78 selinux-base-policy-9999.ebuild: