public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-crio/
@ 2022-12-13 20:50 Kenton Groombridge
  0 siblings, 0 replies; 2+ messages in thread
From: Kenton Groombridge @ 2022-12-13 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     b08ecfc6b66e671895525c5489a2eef802bc39c4
Author:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 19:57:57 2022 +0000
Commit:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 20:48:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08ecfc6

sec-policy/selinux-crio: new package, add 9999

Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>

 sec-policy/selinux-crio/metadata.xml             |  8 ++++++++
 sec-policy/selinux-crio/selinux-crio-9999.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/sec-policy/selinux-crio/metadata.xml b/sec-policy/selinux-crio/metadata.xml
new file mode 100644
index 000000000000..781bc07e6d59
--- /dev/null
+++ b/sec-policy/selinux-crio/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>selinux@gentoo.org</email>
+		<name>SELinux Team</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/sec-policy/selinux-crio/selinux-crio-9999.ebuild b/sec-policy/selinux-crio/selinux-crio-9999.ebuild
new file mode 100644
index 000000000000..454287bb1fcc
--- /dev/null
+++ b/sec-policy/selinux-crio/selinux-crio-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+IUSE=""
+MODS="crio"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for cri-o"
+
+if [[ ${PV} != 9999* ]] ; then
+	KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+fi
+
+DEPEND="${DEPEND}
+	sec-policy/selinux-kubernetes
+"
+RDEPEND="${RDEPEND}
+	sec-policy/selinux-kubernetes
+"


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

* [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-crio/
@ 2023-03-31 18:23 Kenton Groombridge
  0 siblings, 0 replies; 2+ messages in thread
From: Kenton Groombridge @ 2023-03-31 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     082ff76f18247fb582f2be699488f86051601b1f
Author:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 17:53:46 2023 +0000
Commit:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 18:22:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082ff76f

sec-policy/selinux-crio: add dependency for sec-policy/selinux-podman

Bug: https://bugs.gentoo.org/902083
Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>

 sec-policy/selinux-crio/Manifest                 | 1 +
 sec-policy/selinux-crio/selinux-crio-9999.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sec-policy/selinux-crio/Manifest b/sec-policy/selinux-crio/Manifest
index da1fdd153ca2..10292536925e 100644
--- a/sec-policy/selinux-crio/Manifest
+++ b/sec-policy/selinux-crio/Manifest
@@ -1,2 +1,3 @@
 DIST patchbundle-selinux-base-policy-2.20221101-r3.tar.bz2 444710 BLAKE2B e33cc01a8be5a354e022be1e8bf242883b09b15ead0673f859819f5e668f18773a16527f2e608878e6976695dcb2890c55658e77877e93c716ae0b2dd2ed5a9b SHA512 52e60b22346903a6fead95c9fb348fa1d4037b7dcd3e5781248a7dfc426c8c3fced258fd22762c779a5f436d8be21eaed5425ed36ff99c267daae5e1cb9c8e7f
+DIST patchbundle-selinux-base-policy-2.20221101-r4.tar.bz2 457886 BLAKE2B 1e085f9f1739e0640c5eafa70db4c7ec19bca887c682ca2312a457fa57ee3eb176d0c8f16c2f84a1a026669b1240be3ff69066bd825c92fad75dcd2c13739f6c SHA512 da3ba1f076c04746719698aedb3aad48eb7c8a09df95c314b36f7a052538a07d893be413f35f4c34b01c1bf967ebe35ff32c2cea0722fe74a6e089a9d6aa47a6
 DIST refpolicy-2.20221101.tar.bz2 583183 BLAKE2B 783d8af40fd77d7ddb848dba32e91921dd7c1380c094c45b719ada7b15f91aacbb52b410ffa6341f2f705ecbc9674b8570bd4867ce998e944fa0054ffd8bdf74 SHA512 29e5a29d90f714018c88fead2d5006ea90338fb5b7a1e4e98cb2e588c96cd861871d32176f6cc6f7c4e864ce5acae1aeed85d4c706ce2da8168986535baaf3a6

diff --git a/sec-policy/selinux-crio/selinux-crio-9999.ebuild b/sec-policy/selinux-crio/selinux-crio-9999.ebuild
index 454287bb1fcc..80f0e38de443 100644
--- a/sec-policy/selinux-crio/selinux-crio-9999.ebuild
+++ b/sec-policy/selinux-crio/selinux-crio-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -16,7 +16,9 @@ fi
 
 DEPEND="${DEPEND}
 	sec-policy/selinux-kubernetes
+	sec-policy/selinux-podman
 "
 RDEPEND="${RDEPEND}
 	sec-policy/selinux-kubernetes
+	sec-policy/selinux-podman
 "


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

end of thread, other threads:[~2023-03-31 18:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-31 18:23 [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-crio/ Kenton Groombridge
  -- strict thread matches above, loose matches on Subject: below --
2022-12-13 20:50 Kenton Groombridge

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