From 042e485507b859fe78d59a0f80c3ee38cb7eeec5 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 19 Aug 2019 08:09:56 -0400 Subject: [PATCH 01/60] Allow containers to settatr on /proc/self/ lnk_files Allow containers to remount /proc --- .gitignore | 1 + container-selinux.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d582e45..ee0ea80 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,4 @@ /container-selinux-9a75deb.tar.gz /container-selinux-b68cf19.tar.gz /container-selinux-4f7d6bb.tar.gz +/container-selinux-028ab00.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 778934e..a645052 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -2,7 +2,7 @@ # container-selinux %global git0 https://github.com/containers/container-selinux -%global commit0 4f7d6bb78724eb2fccd40bbaf96a668a94acc5ce +%global commit0 028ab0049681265664a3bbae7501bc5bddcd6cc0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -27,8 +27,8 @@ Name: container-selinux %if 0%{?fedora} Epoch: 2 %endif -Version: 2.113.0 -Release: 1.dev.git%{shortcommit0}%{?dist} +Version: 2.114.0 +Release: 1.git%{shortcommit0}%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -111,6 +111,10 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Mon Aug 19 2019 Dan Walsh - 2.114-1 +- Allow containers to settatr on /proc/self/ lnk_files +- Allow containers to remount /proc + * Fri Aug 9 2019 Dan Walsh - 2.113-1 - Allow containers to name_bind to rawip_sockets. diff --git a/sources b/sources index 36cc5ee..3be76ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (container-selinux-4f7d6bb.tar.gz) = 74c509d0bec92d693f6673610f09346cb8b82520f178a8713064d020f1428e28e23a36200e40fe8db2fff2d1d6117f6ea33cb823a5114ad3041b222066779061 +SHA512 (container-selinux-028ab00.tar.gz) = 96ec9a26a2ceb75431891d5b914921d190df0259443eb245b850d97d5cc8796df3ddc34443d9e144740e43a9540ba295b39f70c3224caf127fa95a532ebb24dc From d6bdb86473d27f41daaa6b7f97d39fa08dda28a5 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 21 Aug 2019 09:56:47 -0400 Subject: [PATCH 02/60] Allow containers to execmod files on fusefs_t --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ee0ea80..1d09d33 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ /container-selinux-b68cf19.tar.gz /container-selinux-4f7d6bb.tar.gz /container-selinux-028ab00.tar.gz +/container-selinux-fddfbbb.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index a645052..364e334 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -2,7 +2,7 @@ # container-selinux %global git0 https://github.com/containers/container-selinux -%global commit0 028ab0049681265664a3bbae7501bc5bddcd6cc0 +%global commit0 fddfbbb7836cabeb28feffb4602f4a3ae5016cdb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -27,7 +27,7 @@ Name: container-selinux %if 0%{?fedora} Epoch: 2 %endif -Version: 2.114.0 +Version: 2.115.0 Release: 1.git%{shortcommit0}%{?dist} License: GPLv2 URL: %{git0} @@ -111,6 +111,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Wed Aug 21 2019 Dan Walsh - 2.115-1 +- Allow containers to execmod files on fusefs_t + * Mon Aug 19 2019 Dan Walsh - 2.114-1 - Allow containers to settatr on /proc/self/ lnk_files - Allow containers to remount /proc diff --git a/sources b/sources index 3be76ab..6905754 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (container-selinux-028ab00.tar.gz) = 96ec9a26a2ceb75431891d5b914921d190df0259443eb245b850d97d5cc8796df3ddc34443d9e144740e43a9540ba295b39f70c3224caf127fa95a532ebb24dc +SHA512 (container-selinux-fddfbbb.tar.gz) = 54b17ee82861163633afd44ae6db65a91a6b9b2ebed86df55d0378611b571118c9ef24788d2ad67b730516454fd264e44333f9cb94ff63621ee54586bf5c6eb4 From d55c65934d550349d7081d8ef60da2c0fafe4bac Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 5 Sep 2019 09:34:24 -0400 Subject: [PATCH 03/60] Don't let container_runtime_t transition to svirt domains. --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1d09d33..fd3ed0a 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,4 @@ /container-selinux-4f7d6bb.tar.gz /container-selinux-028ab00.tar.gz /container-selinux-fddfbbb.tar.gz +/container-selinux-c5ef5ac.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 364e334..5bfb23c 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -2,7 +2,7 @@ # container-selinux %global git0 https://github.com/containers/container-selinux -%global commit0 fddfbbb7836cabeb28feffb4602f4a3ae5016cdb +%global commit0 c5ef5ac658a0d616d53b81272694e778a2115b29 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -27,7 +27,7 @@ Name: container-selinux %if 0%{?fedora} Epoch: 2 %endif -Version: 2.115.0 +Version: 2.116.0 Release: 1.git%{shortcommit0}%{?dist} License: GPLv2 URL: %{git0} @@ -111,6 +111,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Thu Sep 5 2019 Dan Walsh - 2.116-1 +- Don't let container_runtime_t transition to svirt domains. + * Wed Aug 21 2019 Dan Walsh - 2.115-1 - Allow containers to execmod files on fusefs_t diff --git a/sources b/sources index 6905754..7441bd0 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (container-selinux-fddfbbb.tar.gz) = 54b17ee82861163633afd44ae6db65a91a6b9b2ebed86df55d0378611b571118c9ef24788d2ad67b730516454fd264e44333f9cb94ff63621ee54586bf5c6eb4 +SHA512 (container-selinux-c5ef5ac.tar.gz) = cb31fb2aa891a21d47cb1f67caf51e39a14f3269155e9881499d8c325f2f9acfa9d49c5e283db99dcc3333eee0cc3798b33bf5bf7cc54701f450cf35762501fb From d172a45739b8294641a72757966523b175120805 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 20 Sep 2019 10:02:09 +0200 Subject: [PATCH 04/60] Add label for /usr/bin/crun --- container-selinux.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index 5bfb23c..7cd6d8e 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -2,7 +2,7 @@ # container-selinux %global git0 https://github.com/containers/container-selinux -%global commit0 c5ef5ac658a0d616d53b81272694e778a2115b29 +%global commit0 bfde70abeab100e944dcfd439859fbae967d8b39 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -27,7 +27,7 @@ Name: container-selinux %if 0%{?fedora} Epoch: 2 %endif -Version: 2.116.0 +Version: 2.117.0 Release: 1.git%{shortcommit0}%{?dist} License: GPLv2 URL: %{git0} @@ -111,6 +111,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Fri Sep 20 2019 Dan Walsh - 2.117-1 +- Add label for /usr/bin/crun + * Thu Sep 5 2019 Dan Walsh - 2.116-1 - Don't let container_runtime_t transition to svirt domains. From acb4bef15d80c099f68fa3016d995248148d9445 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 20 Sep 2019 10:03:36 +0200 Subject: [PATCH 05/60] Add label for /usr/bin/crun --- .gitignore | 1 + sources | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fd3ed0a..1e866b9 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,4 @@ /container-selinux-028ab00.tar.gz /container-selinux-fddfbbb.tar.gz /container-selinux-c5ef5ac.tar.gz +/container-selinux-bfde70a.tar.gz diff --git a/sources b/sources index 7441bd0..e25d105 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (container-selinux-fddfbbb.tar.gz) = 54b17ee82861163633afd44ae6db65a91a6b9b2ebed86df55d0378611b571118c9ef24788d2ad67b730516454fd264e44333f9cb94ff63621ee54586bf5c6eb4 -SHA512 (container-selinux-c5ef5ac.tar.gz) = cb31fb2aa891a21d47cb1f67caf51e39a14f3269155e9881499d8c325f2f9acfa9d49c5e283db99dcc3333eee0cc3798b33bf5bf7cc54701f450cf35762501fb +SHA512 (container-selinux-bfde70a.tar.gz) = f8e963b9688f65b768e6b0dcb427fe9f47397e70f4889166d8c6eeccbeb9dd393acfa19586870e367ce5eea1d1d2d15ec9acb6fdb7e108c772be137a76ff4b45 From 86cd651fe2d85447622e98d11c4c5e260aee2740 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Oct 2019 14:38:42 +0000 Subject: [PATCH 06/60] container-selinux-2:2.118.0-2 - bump to v2.118.0 - autobuilt 79bdcb5 for fedora - autobuilt 42087be for centos Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1e866b9..e1a3501 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,4 @@ /container-selinux-fddfbbb.tar.gz /container-selinux-c5ef5ac.tar.gz /container-selinux-bfde70a.tar.gz +/container-selinux-79bdcb5.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 7cd6d8e..0314635 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -2,7 +2,7 @@ # container-selinux %global git0 https://github.com/containers/container-selinux -%global commit0 bfde70abeab100e944dcfd439859fbae967d8b39 +%global commit0 79bdcb5e74af7036479b61160e4dadf670f1097e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -27,8 +27,8 @@ Name: container-selinux %if 0%{?fedora} Epoch: 2 %endif -Version: 2.117.0 -Release: 1.git%{shortcommit0}%{?dist} +Version: 2.118.0 +Release: 2%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -111,6 +111,11 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Fri Oct 11 2019 RH Container Bot - 2:2.118.0-2 +- bump to v2.118.0 +- autobuilt 79bdcb5 for fedora +- autobuilt 42087be for centos + * Fri Sep 20 2019 Dan Walsh - 2.117-1 - Add label for /usr/bin/crun diff --git a/sources b/sources index e25d105..5927510 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (container-selinux-bfde70a.tar.gz) = f8e963b9688f65b768e6b0dcb427fe9f47397e70f4889166d8c6eeccbeb9dd393acfa19586870e367ce5eea1d1d2d15ec9acb6fdb7e108c772be137a76ff4b45 +SHA512 (container-selinux-79bdcb5.tar.gz) = 2c0cf0c2996acb156899d543f4139e2530eb07499765f3bd777e29250f726a7affa894e35408d619b557dff368af643184953cf7b8e3c873cf699fda8c38daae From 6d1a8b42ef76d80807e52a00c7d8cc9afa0139ec Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 24 Oct 2019 16:00:06 +0000 Subject: [PATCH 07/60] container-selinux-2:2.119.0-2 - bump to v2.119.0 - autobuilt b383f07 for fedora - autobuilt 42087be for centos Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e1a3501..6c0344f 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ /container-selinux-c5ef5ac.tar.gz /container-selinux-bfde70a.tar.gz /container-selinux-79bdcb5.tar.gz +/container-selinux-b383f07.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 0314635..1d84397 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -2,7 +2,7 @@ # container-selinux %global git0 https://github.com/containers/container-selinux -%global commit0 79bdcb5e74af7036479b61160e4dadf670f1097e +%global commit0 b383f07f547c3ae491edcd116133f79d6f50a6e7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -27,7 +27,7 @@ Name: container-selinux %if 0%{?fedora} Epoch: 2 %endif -Version: 2.118.0 +Version: 2.119.0 Release: 2%{?dist} License: GPLv2 URL: %{git0} @@ -111,6 +111,11 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Thu Oct 24 2019 RH Container Bot - 2:2.119.0-2 +- bump to v2.119.0 +- autobuilt b383f07 for fedora +- autobuilt 42087be for centos + * Fri Oct 11 2019 RH Container Bot - 2:2.118.0-2 - bump to v2.118.0 - autobuilt 79bdcb5 for fedora diff --git a/sources b/sources index 5927510..e1ba5f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (container-selinux-79bdcb5.tar.gz) = 2c0cf0c2996acb156899d543f4139e2530eb07499765f3bd777e29250f726a7affa894e35408d619b557dff368af643184953cf7b8e3c873cf699fda8c38daae +SHA512 (container-selinux-b383f07.tar.gz) = 01c47d12460611229654b5ef9961b7815dfa749241d422e83ec548cd029d1113aea1f7a55e8277f5ebceea4528575efe1e09d853eec09adac15efe88c5394eb7 From 834248486524c34152471cf7dc896b5716171820 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 27 Oct 2019 09:31:24 +0000 Subject: [PATCH 08/60] container-selinux-2:2.119.1-2 - bump to v2.119.1 - autobuilt 2ecb2a8 for fedora - autobuilt c57a6f9 for centos Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6c0344f..4f845af 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,4 @@ /container-selinux-bfde70a.tar.gz /container-selinux-79bdcb5.tar.gz /container-selinux-b383f07.tar.gz +/container-selinux-2ecb2a8.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 1d84397..07fce34 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -2,7 +2,7 @@ # container-selinux %global git0 https://github.com/containers/container-selinux -%global commit0 b383f07f547c3ae491edcd116133f79d6f50a6e7 +%global commit0 2ecb2a86fb873956344d2dab7334d97bfb0711fc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -27,7 +27,7 @@ Name: container-selinux %if 0%{?fedora} Epoch: 2 %endif -Version: 2.119.0 +Version: 2.119.1 Release: 2%{?dist} License: GPLv2 URL: %{git0} @@ -111,6 +111,11 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Sun Oct 27 2019 RH Container Bot - 2:2.119.1-2 +- bump to v2.119.1 +- autobuilt 2ecb2a8 for fedora +- autobuilt c57a6f9 for centos + * Thu Oct 24 2019 RH Container Bot - 2:2.119.0-2 - bump to v2.119.0 - autobuilt b383f07 for fedora diff --git a/sources b/sources index e1ba5f8..19820f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (container-selinux-b383f07.tar.gz) = 01c47d12460611229654b5ef9961b7815dfa749241d422e83ec548cd029d1113aea1f7a55e8277f5ebceea4528575efe1e09d853eec09adac15efe88c5394eb7 +SHA512 (container-selinux-2ecb2a8.tar.gz) = a4c81a08e2510a9f8db5d203bc038d230e2d114f56bfc1338cade01d4dd9945a2156c227e189cd4975d558675af82e2ecb389c90c368202303860c49b3359540 From 607d26256281c91f6a37424e4d0a875f93759d34 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 27 Nov 2019 08:57:29 -0500 Subject: [PATCH 09/60] bump to v2.119.1 autobuilt 2ecb2a8 for fedora autobuilt c57a6f9 for centos --- .gitignore | 4 ++++ container-selinux.spec | 6 +++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4f845af..1edb258 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,7 @@ /container-selinux-79bdcb5.tar.gz /container-selinux-b383f07.tar.gz /container-selinux-2ecb2a8.tar.gz +/container-selinux-6fb6dcf.tar.gz +/container-selinux-a233788.tar.gz +/container-selinux-4560dd4.tar.gz +/container-selinux-661a904.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 07fce34..8fa9764 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -2,7 +2,7 @@ # container-selinux %global git0 https://github.com/containers/container-selinux -%global commit0 2ecb2a86fb873956344d2dab7334d97bfb0711fc +%global commit0 661a9045800eb200bfbf8d6dd345b941ed0897f8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -27,8 +27,8 @@ Name: container-selinux %if 0%{?fedora} Epoch: 2 %endif -Version: 2.119.1 -Release: 2%{?dist} +Version: 2.123.0 +Release: 1%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes diff --git a/sources b/sources index 19820f3..995b9d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (container-selinux-2ecb2a8.tar.gz) = a4c81a08e2510a9f8db5d203bc038d230e2d114f56bfc1338cade01d4dd9945a2156c227e189cd4975d558675af82e2ecb389c90c368202303860c49b3359540 +SHA512 (container-selinux-661a904.tar.gz) = e2ce4d9a17a44fffef0e5868bbb8b470b3665f6cc2a36365525151f1b6940e58a894ba1eaafa35e15971533ed8ea1a5d3b07144fe8f7c91d194dffa35f699e00 From 8d28bb46f9afd71a9b7608f85b012f719de8c5f5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 6 Dec 2019 09:45:08 -0800 Subject: [PATCH 10/60] Bump SELinux policy ver requirement, add missing changelog --- container-selinux.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index 8fa9764..6dd3a81 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -20,7 +20,7 @@ %global relabel_files() %{_sbindir}/restorecon -R %{_bindir}/*podman* %{_bindir}/*runc* %{_bindir}/*crio %{_bindir}/docker* %{_localstatedir}/run/containerd.sock %{_localstatedir}/run/docker.sock %{_localstatedir}/run/docker.pid %{_sysconfdir}/docker %{_sysconfdir}/crio %{_localstatedir}/log/docker %{_localstatedir}/log/lxc %{_localstatedir}/lock/lxc %{_unitdir}/docker.service %{_unitdir}/docker-containerd.service %{_unitdir}/docker-latest.service %{_unitdir}/docker-latest-containerd.service %{_sysconfdir}/docker %{_libexecdir}/docker* &> /dev/null || : # Version of SELinux we were using -%global selinux_policyver 3.13.1-220 +%global selinux_policyver 3.14.4-43 # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux @@ -28,7 +28,7 @@ Name: container-selinux Epoch: 2 %endif Version: 2.123.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -111,6 +111,12 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Fri Dec 06 2019 Adam Williamson - 2:2.123.0-2 +- Bump SELinux policy version requirement per zpytela + +* Wed Nov 27 2019 Dan Walsh - 2:2.123.0-1 +- Bump to v2.123.0 + * Sun Oct 27 2019 RH Container Bot - 2:2.119.1-2 - bump to v2.119.1 - autobuilt 2ecb2a8 for fedora From 3e2af8aa7252d523283a8e35c78e6f19ade6ba1d Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 11 Dec 2019 12:19:51 -0500 Subject: [PATCH 11/60] Allow systemd_logind_t to transition to container_runtime_exec_t --- .gitignore | 1 + container-selinux.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1edb258..0ac05f9 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,4 @@ /container-selinux-a233788.tar.gz /container-selinux-4560dd4.tar.gz /container-selinux-661a904.tar.gz +/container-selinux-f958d0c.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 6dd3a81..7f0e159 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -2,7 +2,7 @@ # container-selinux %global git0 https://github.com/containers/container-selinux -%global commit0 661a9045800eb200bfbf8d6dd345b941ed0897f8 +%global commit0 f958d0cee4099f79890247ec64b57502b3acdb9f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -27,8 +27,8 @@ Name: container-selinux %if 0%{?fedora} Epoch: 2 %endif -Version: 2.123.0 -Release: 2%{?dist} +Version: 2.124.0 +Release: 1%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -111,6 +111,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Wed Dec 11 2019 Dan Walsh - 2:2.124.0-1 +- Allow systemd_logind_t to transition to container_runtime_exec_t + * Fri Dec 06 2019 Adam Williamson - 2:2.123.0-2 - Bump SELinux policy version requirement per zpytela diff --git a/sources b/sources index 995b9d3..e81c4ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (container-selinux-661a904.tar.gz) = e2ce4d9a17a44fffef0e5868bbb8b470b3665f6cc2a36365525151f1b6940e58a894ba1eaafa35e15971533ed8ea1a5d3b07144fe8f7c91d194dffa35f699e00 +SHA512 (container-selinux-f958d0c.tar.gz) = 88a4ccf596233f293118e516bafee8d758e669f292c80e8b25b1a8df956ef0e14e36cb61b53f83b20fc68e9cffe8b100d792197ea311418f11169a437c5893d2 From 51807f2aab30585e6cd29ff07971d4df53047122 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 23 Dec 2019 14:17:48 +0100 Subject: [PATCH 12/60] container-selinux-2.124.0-2.fc31 - implement spec file refactoring by Zdenek Pytela, namely: Change the uninstall command in the %postun section of the specfile to use the %selinux_modules_uninstall macro which uses priority 200. Change the install command in the %post section if the specfile to use the %selinux_modules_install macro. Replace relabel commands with using the %selinux_relabel_pre and %selinux_relabel_post macros. Change formatting so that the lines are vertically aligned in the %postun section. (https://github.com/containers/container-selinux/pull/85) Signed-off-by: Jindrich Novy --- .gitignore | 114 ----------------------------------------- container-selinux.spec | 41 ++++++++------- 2 files changed, 22 insertions(+), 133 deletions(-) diff --git a/.gitignore b/.gitignore index 0ac05f9..05a0e4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,115 +1 @@ -/container-selinux-513572d.tar.gz -/container-selinux-bcdcb9a.tar.gz -/container-selinux-3bbbad5.tar.gz -/container-selinux-b9809fa.tar.gz -/container-selinux-ba28054.tar.gz -/container-selinux-9e004af.tar.gz -/container-selinux-ce95ddb.tar.gz -/container-selinux-f7333f9.tar.gz -/container-selinux-08bb6e0.tar.gz -/container-selinux-8f8caa6.tar.gz -/container-selinux-14f7c51.tar.gz -/container-selinux-c81ea26.tar.gz -/container-selinux-9027f8e.tar.gz -/container-selinux-ed3082b.tar.gz -/container-selinux-5212fea.tar.gz -/container-selinux-a80afba.tar.gz -/container-selinux-c5fd77f.tar.gz -/container-selinux-c89e9b5.tar.gz -/container-selinux-58324f3.tar.gz -/container-selinux-81ff96c.tar.gz -/container-selinux-a9260d4.tar.gz -/container-selinux-e37e93d.tar.gz -/container-selinux-de38c07.tar.gz -/container-selinux-0620186.tar.gz -/container-selinux-47e0448.tar.gz -/container-selinux-b430a71.tar.gz -/container-selinux-0b666c4.tar.gz -/container-selinux-7fe0136.tar.gz -/container-selinux-dca3b87.tar.gz -/container-selinux-f9a30e8.tar.gz -/container-selinux-d985665.tar.gz -/container-selinux-8ba32a4.tar.gz -/container-selinux-26c642a.tar.gz -/container-selinux-96e58bf.tar.gz -/container-selinux-599072a.tar.gz -/container-selinux-231b213.tar.gz -/container-selinux-d148550.tar.gz -/container-selinux-dfcc97d.tar.gz -/container-selinux-38a982b.tar.gz -/container-selinux-2377c73.tar.gz -/container-selinux-aece4ff.tar.gz -/container-selinux-663e003.tar.gz -/container-selinux-fd7d508.tar.gz -/container-selinux-fd50128.tar.gz -/container-selinux-bdc0137.tar.gz -/container-selinux-55c7d4d.tar.gz -/container-selinux-d248f91.tar.gz -/container-selinux-d213769.tar.gz -/container-selinux-701557f.tar.gz -/container-selinux-97f8dfc.tar.gz -/container-selinux-9b55129.tar.gz -/container-selinux-1ecf953.tar.gz -/container-selinux-284f9e7.tar.gz -/container-selinux-d346375.tar.gz -/container-selinux-bf5b26b.tar.gz -/container-selinux-dfaf8fd.tar.gz -/container-selinux-8ecc282.tar.gz -/container-selinux-0407867.tar.gz -/container-selinux-042f7cf.tar.gz -/container-selinux-25277c8.tar.gz -/container-selinux-c139a3d.tar.gz -/container-selinux-452b90d.tar.gz -/container-selinux-4e73492.tar.gz -/container-selinux-5721d74.tar.gz -/container-selinux-d7a3f33.tar.gz -/container-selinux-a62c2db.tar.gz -/container-selinux-99e2cfd.tar.gz -/container-selinux-87fae85.tar.gz -/container-selinux-5133af6.tar.gz -/container-selinux-2c57a17.tar.gz -/container-selinux-1362777.tar.gz -/container-selinux-6f01752.tar.gz -/container-selinux-1b655d9.tar.gz -/container-selinux-484806a.tar.gz -/container-selinux-21c2be6.tar.gz -/container-selinux-5e1f62f.tar.gz -/container-selinux-ec6fcad.tar.gz -/container-selinux-eb60838.tar.gz -/container-selinux-92af7fd.tar.gz -/container-selinux-c178849.tar.gz -/container-selinux-891a85f.tar.gz -/container-selinux-2c1a2ab.tar.gz -/container-selinux-5c98b56.tar.gz -/container-selinux-2521d0d.tar.gz -/container-selinux-619db17.tar.gz -/container-selinux-acc6941.tar.gz -/container-selinux-1e99f1d.tar.gz -/container-selinux-e3ebc68.tar.gz -/container-selinux-a6c9822.tar.gz -/container-selinux-aa7b807.tar.gz -/container-selinux-9a53d6c.tar.gz -/container-selinux-3b78187.tar.gz -/container-selinux-b0061dc.tar.gz -/container-selinux-1c24dcb.tar.gz -/container-selinux-b275a1f.tar.gz -/container-selinux-7baad79.tar.gz -/container-selinux-fc7111d.tar.gz -/container-selinux-453b816.tar.gz -/container-selinux-db771da.tar.gz -/container-selinux-544d71f.tar.gz -/container-selinux-9a75deb.tar.gz -/container-selinux-b68cf19.tar.gz -/container-selinux-4f7d6bb.tar.gz -/container-selinux-028ab00.tar.gz -/container-selinux-fddfbbb.tar.gz -/container-selinux-c5ef5ac.tar.gz -/container-selinux-bfde70a.tar.gz -/container-selinux-79bdcb5.tar.gz -/container-selinux-b383f07.tar.gz -/container-selinux-2ecb2a8.tar.gz -/container-selinux-6fb6dcf.tar.gz -/container-selinux-a233788.tar.gz -/container-selinux-4560dd4.tar.gz -/container-selinux-661a904.tar.gz /container-selinux-f958d0c.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 7f0e159..26d92fa 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -16,11 +16,8 @@ # Format must contain '$x' somewhere to do anything useful %global _format() export %1=""; for x in %{modulenames}; do %1+=%2; %1+=" "; done; -# Relabel files -%global relabel_files() %{_sbindir}/restorecon -R %{_bindir}/*podman* %{_bindir}/*runc* %{_bindir}/*crio %{_bindir}/docker* %{_localstatedir}/run/containerd.sock %{_localstatedir}/run/docker.sock %{_localstatedir}/run/docker.pid %{_sysconfdir}/docker %{_sysconfdir}/crio %{_localstatedir}/log/docker %{_localstatedir}/log/lxc %{_localstatedir}/lock/lxc %{_unitdir}/docker.service %{_unitdir}/docker-containerd.service %{_unitdir}/docker-latest.service %{_unitdir}/docker-latest-containerd.service %{_sysconfdir}/docker %{_libexecdir}/docker* &> /dev/null || : - # Version of SELinux we were using -%global selinux_policyver 3.14.4-43 +%global selinux_policyver 3.13.1-220 # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux @@ -28,7 +25,7 @@ Name: container-selinux Epoch: 2 %endif Version: 2.124.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -71,6 +68,9 @@ rm -rf container-selinux.spec %check +%pre +%selinux_relabel_pre -s %{selinuxtype} + %post # Install all modules in a single transaction if [ $1 -eq 1 ]; then @@ -80,28 +80,19 @@ fi %{_sbindir}/semodule -n -s %{selinuxtype} -r container 2> /dev/null %{_sbindir}/semodule -n -s %{selinuxtype} -d docker 2> /dev/null %{_sbindir}/semodule -n -s %{selinuxtype} -d gear 2> /dev/null -%{_sbindir}/semodule -n -X 200 -s %{selinuxtype} -i $MODULES > /dev/null -if %{_sbindir}/selinuxenabled ; then - %{_sbindir}/load_policy - %relabel_files - if [ $1 -eq 1 ]; then - restorecon -R %{_sharedstatedir}/docker &> /dev/null || : - restorecon -R %{_sharedstatedir}/containers &> /dev/null || : - fi -fi +%selinux_modules_install -s %{selinuxtype} $MODULES . %{_sysconfdir}/selinux/config sed -e "\|container_file_t|h; \${x;s|container_file_t||;{g;t};a\\" -e "container_file_t" -e "}" -i /etc/selinux/${SELINUXTYPE}/contexts/customizable_types matchpathcon -qV %{_sharedstatedir}/containers || restorecon -R %{_sharedstatedir}/containers &> /dev/null || : %postun if [ $1 -eq 0 ]; then -%{_sbindir}/semodule -n -r %{modulenames} &> /dev/null || : -if %{_sbindir}/selinuxenabled ; then -%{_sbindir}/load_policy -%relabel_files -fi + %selinux_modules_uninstall -s %{selinuxtype} %{modulenames} docker fi +%posttrans +%selinux_relabel_post -s %{selinuxtype} + #define license tag if not already defined %{!?_licensedir:%global license %doc} @@ -111,6 +102,18 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Mon Dec 23 2019 Jindrich Novy - 2:2.124.0-2 +- implement spec file refactoring by Zdenek Pytela, namely: + Change the uninstall command in the %%postun section of the specfile + to use the %%selinux_modules_uninstall macro which uses priority 200. + Change the install command in the %%post section if the specfile + to use the %%selinux_modules_install macro. + Replace relabel commands with using the %%selinux_relabel_pre and + %%selinux_relabel_post macros. + Change formatting so that the lines are vertically aligned + in the %%postun section. + (https://github.com/containers/container-selinux/pull/85) + * Wed Dec 11 2019 Dan Walsh - 2:2.124.0-1 - Allow systemd_logind_t to transition to container_runtime_exec_t From f0787f3cfe33710e191848e97171160305e88e76 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 3 Jan 2020 14:12:32 +0100 Subject: [PATCH 13/60] container-selinux-2.124.0-3.fc31 - bump release to conserve upgrade path - be sure to use newer selinux policy version Signed-off-by: Jindrich Novy --- container-selinux.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index 26d92fa..ef063b8 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -17,7 +17,7 @@ %global _format() export %1=""; for x in %{modulenames}; do %1+=%2; %1+=" "; done; # Version of SELinux we were using -%global selinux_policyver 3.13.1-220 +%global selinux_policyver 3.14.4-43 # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux @@ -25,7 +25,7 @@ Name: container-selinux Epoch: 2 %endif Version: 2.124.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -102,6 +102,10 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Fri Jan 03 2020 Jindrich Novy - 2:2.124.0-3 +- bump release to conserve upgrade path +- be sure to use newer selinux policy version + * Mon Dec 23 2019 Jindrich Novy - 2:2.124.0-2 - implement spec file refactoring by Zdenek Pytela, namely: Change the uninstall command in the %%postun section of the specfile From 3b31abc53d6c558745f23c50cb70f4aa57ae680b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 4 Feb 2020 22:30:24 +0000 Subject: [PATCH 14/60] container-selinux-2:1.124.0-2 - bump to v1.124.0 - autobuilt f958d0c Signed-off-by: RH Container Bot --- container-selinux.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index ef063b8..777e83b 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -24,8 +24,8 @@ Name: container-selinux %if 0%{?fedora} Epoch: 2 %endif -Version: 2.124.0 -Release: 3%{?dist} +Version: 1.124.0 +Release: 2%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -102,6 +102,10 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Tue Feb 04 2020 RH Container Bot - 2:1.124.0-2 +- bump to v1.124.0 +- autobuilt f958d0c + * Fri Jan 03 2020 Jindrich Novy - 2:2.124.0-3 - bump release to conserve upgrade path - be sure to use newer selinux policy version From c15e8b53e28cc417da59d5b490d6268ff7693bdd Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 6 Feb 2020 10:00:29 -0500 Subject: [PATCH 15/60] update spec for happy CentOS OBS builds Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index 777e83b..68612b7 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -19,17 +19,21 @@ # Version of SELinux we were using %global selinux_policyver 3.14.4-43 +# Used for comparing with latest upstream tag +# to decide whether to autobuild (non-rawhide only) +%define built_tag v1.124.0 +%define built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz + # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux -%if 0%{?fedora} Epoch: 2 -%endif Version: 1.124.0 Release: 2%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes -Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz +Source0: %{download_url} BuildArch: noarch BuildRequires: git BuildRequires: pkgconfig(systemd) @@ -50,7 +54,7 @@ Provides: docker-selinux = %{epoch}:%{version}-%{release} SELinux policy modules for use with container runtimes. %prep -%autosetup -Sgit -n %{name}-%{commit0} +%autosetup -Sgit -n %{name}-%{built_tag_strip} %build make From 25450a19b2188ba6507071cdc34e85e3d75eea26 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 6 Feb 2020 10:04:48 -0500 Subject: [PATCH 16/60] update selinux-policy dep for centos8 Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/container-selinux.spec b/container-selinux.spec index 68612b7..f08a037 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -17,7 +17,11 @@ %global _format() export %1=""; for x in %{modulenames}; do %1+=%2; %1+=" "; done; # Version of SELinux we were using +%if 0%{?fedora} %global selinux_policyver 3.14.4-43 +%else +%global selinux_policyver 3.14.3-20 +%endif # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) From 9dcf2be912f41bdeee0f5c88090667b8f515eb28 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 6 Feb 2020 10:20:50 -0500 Subject: [PATCH 17/60] container-selinux-2:2.124.0-3 - correct version Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + container-selinux.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 05a0e4a..eef878a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /container-selinux-f958d0c.tar.gz +/v2.124.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index f08a037..f98aada 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.124.0 +%define built_tag v2.124.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 1.124.0 +Version: 2.124.0 Release: 2%{?dist} License: GPLv2 URL: %{git0} @@ -110,7 +110,10 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog -* Tue Feb 04 2020 RH Container Bot - 2:1.124.0-2 +* Thu Feb 06 2020 Lokesh Mandvekar - 2:2.124.0-3 +- correct version + +* Tue Feb 04 2020 RH Container Bot - 2:2.124.0-2 - bump to v1.124.0 - autobuilt f958d0c diff --git a/sources b/sources index e81c4ec..5e5dca5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (container-selinux-f958d0c.tar.gz) = 88a4ccf596233f293118e516bafee8d758e669f292c80e8b25b1a8df956ef0e14e36cb61b53f83b20fc68e9cffe8b100d792197ea311418f11169a437c5893d2 +SHA512 (v2.124.0.tar.gz) = 52bf9808e72b650165161908294cdb46c58ccdd67784517b20d10f43ea00b814a15667c838d4248ce40f2a3298c7eeca07ef40123393dcc3ef8ee4dea385caa8 From a15feacc24cfe4a1496ca35b0002d0b180b63d5e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 6 Feb 2020 10:22:01 -0500 Subject: [PATCH 18/60] correctly bump release tag Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-selinux.spec b/container-selinux.spec index f98aada..b84a9df 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -33,7 +33,7 @@ Name: container-selinux Epoch: 2 Version: 2.124.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes From 956ba6a91a4ec74a9d66674c87c4f655d9a78adb Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 6 Feb 2020 10:41:57 -0500 Subject: [PATCH 19/60] adjust selinux-policy deps for centos8 Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index b84a9df..fba9e3b 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -18,9 +18,9 @@ # Version of SELinux we were using %if 0%{?fedora} -%global selinux_policyver 3.14.4-43 +%define selinux_policyver 3.14.4-43 %else -%global selinux_policyver 3.14.3-20 +%define selinux_policyver 3.14.3-20 %endif # Used for comparing with latest upstream tag From 5bfc392e0726b951f9a58401ecedcab23f4d8a40 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 6 Feb 2020 10:44:06 -0500 Subject: [PATCH 20/60] selinux-policy-base for fedora only Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/container-selinux.spec b/container-selinux.spec index fba9e3b..50b84f2 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -45,7 +45,9 @@ BuildRequires: selinux-policy >= %{selinux_policyver} BuildRequires: selinux-policy-devel >= %{selinux_policyver} # RE: rhbz#1195804 - ensure min NVR for selinux-policy Requires: selinux-policy >= %{selinux_policyver} +%if 0%{?fedora} Requires(post): selinux-policy-base >= %{selinux_policyver} +%endif Requires(post): selinux-policy-targeted >= %{selinux_policyver} Requires(post): policycoreutils Requires(post): libselinux-utils From 8bd9ee6cd6737eb6ec07f747b206ed4e609827cd Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 6 Feb 2020 10:47:40 -0500 Subject: [PATCH 21/60] adjust selinux-policy-base dep for centos8 Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/container-selinux.spec b/container-selinux.spec index 50b84f2..e54f87e 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -47,6 +47,8 @@ BuildRequires: selinux-policy-devel >= %{selinux_policyver} Requires: selinux-policy >= %{selinux_policyver} %if 0%{?fedora} Requires(post): selinux-policy-base >= %{selinux_policyver} +%else +Requires(post): selinux-policy-minimum >= %{selinux_policyver} %endif Requires(post): selinux-policy-targeted >= %{selinux_policyver} Requires(post): policycoreutils From fb0351968bb30a370b48a030e5ca6ec354ff6e26 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 6 Feb 2020 10:49:03 -0500 Subject: [PATCH 22/60] adjust dep for centos8 Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-selinux.spec b/container-selinux.spec index e54f87e..c01510d 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -45,7 +45,7 @@ BuildRequires: selinux-policy >= %{selinux_policyver} BuildRequires: selinux-policy-devel >= %{selinux_policyver} # RE: rhbz#1195804 - ensure min NVR for selinux-policy Requires: selinux-policy >= %{selinux_policyver} -%if 0%{?fedora} +%if 0%{?fedora} && ! 0%{?centos} Requires(post): selinux-policy-base >= %{selinux_policyver} %else Requires(post): selinux-policy-minimum >= %{selinux_policyver} From 88cde08fdeb0b6fb09f2e08627358e0f9f10c8c4 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 6 Feb 2020 15:11:44 -0500 Subject: [PATCH 23/60] centos selinux-policy dep macro Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index c01510d..c3373f8 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -17,11 +17,8 @@ %global _format() export %1=""; for x in %{modulenames}; do %1+=%2; %1+=" "; done; # Version of SELinux we were using -%if 0%{?fedora} -%define selinux_policyver 3.14.4-43 -%else -%define selinux_policyver 3.14.3-20 -%endif +%define selinux_policyver_fedora 3.14.4-43 +%define selinux_policyver_centos 3.14.3-20 # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) @@ -41,16 +38,21 @@ Source0: %{download_url} BuildArch: noarch BuildRequires: git BuildRequires: pkgconfig(systemd) -BuildRequires: selinux-policy >= %{selinux_policyver} -BuildRequires: selinux-policy-devel >= %{selinux_policyver} -# RE: rhbz#1195804 - ensure min NVR for selinux-policy -Requires: selinux-policy >= %{selinux_policyver} %if 0%{?fedora} && ! 0%{?centos} -Requires(post): selinux-policy-base >= %{selinux_policyver} +BuildRequires: selinux-policy >= %{selinux_policyver_fedora} +BuildRequires: selinux-policy-devel >= %{selinux_policyver_fedora} +# RE: rhbz#1195804 - ensure min NVR for selinux-policy +Requires: selinux-policy >= %{selinux_policyver_fedora} +Requires(post): selinux-policy-base >= %{selinux_policyver_fedora} +Requires(post): selinux-policy-targeted >= %{selinux_policyver_fedora} %else -Requires(post): selinux-policy-minimum >= %{selinux_policyver} +BuildRequires: selinux-policy >= %{selinux_policyver_centos} +BuildRequires: selinux-policy-devel >= %{selinux_policyver_centos} +# RE: rhbz#1195804 - ensure min NVR for selinux-policy +Requires: selinux-policy >= %{selinux_policyver_centos} +Requires(post): selinux-policy-minimum >= %{selinux_policyver_centos} +Requires(post): selinux-policy-targeted >= %{selinux_policyver_centos} %endif -Requires(post): selinux-policy-targeted >= %{selinux_policyver} Requires(post): policycoreutils Requires(post): libselinux-utils Requires(post): sed From bf4fdc1549ebd4d464cd33218fec821e2191d613 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 6 Feb 2020 15:22:37 -0500 Subject: [PATCH 24/60] use selinux-policy-minimum instead of selinux-policy-base Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-selinux.spec b/container-selinux.spec index c3373f8..1f7e077 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -43,7 +43,7 @@ BuildRequires: selinux-policy >= %{selinux_policyver_fedora} BuildRequires: selinux-policy-devel >= %{selinux_policyver_fedora} # RE: rhbz#1195804 - ensure min NVR for selinux-policy Requires: selinux-policy >= %{selinux_policyver_fedora} -Requires(post): selinux-policy-base >= %{selinux_policyver_fedora} +Requires(post): selinux-policy-minimum >= %{selinux_policyver_fedora} Requires(post): selinux-policy-targeted >= %{selinux_policyver_fedora} %else BuildRequires: selinux-policy >= %{selinux_policyver_centos} From 1c86d2a05e87948e7448a7f9f4b0750861872d4d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 15 Feb 2020 02:41:29 +0000 Subject: [PATCH 25/60] container-selinux-2:1.124.0-1 - autobuilt v1.124.0 Signed-off-by: RH Container Bot --- container-selinux.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index 1f7e077..316f078 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -29,8 +29,8 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.124.0 -Release: 3%{?dist} +Version: 1.124.0 +Release: 1%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -116,6 +116,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Sat Feb 15 2020 RH Container Bot - 2:1.124.0-1 +- autobuilt v1.124.0 + * Thu Feb 06 2020 Lokesh Mandvekar - 2:2.124.0-3 - correct version From f18ccb932e6f44b786fb2f9f25596fa913c5efd1 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 14 Feb 2020 21:44:42 -0500 Subject: [PATCH 26/60] Revert "use selinux-policy-minimum instead of selinux-policy-base" This reverts commit bf4fdc1549ebd4d464cd33218fec821e2191d613. --- container-selinux.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-selinux.spec b/container-selinux.spec index 316f078..bb58301 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -43,7 +43,7 @@ BuildRequires: selinux-policy >= %{selinux_policyver_fedora} BuildRequires: selinux-policy-devel >= %{selinux_policyver_fedora} # RE: rhbz#1195804 - ensure min NVR for selinux-policy Requires: selinux-policy >= %{selinux_policyver_fedora} -Requires(post): selinux-policy-minimum >= %{selinux_policyver_fedora} +Requires(post): selinux-policy-base >= %{selinux_policyver_fedora} Requires(post): selinux-policy-targeted >= %{selinux_policyver_fedora} %else BuildRequires: selinux-policy >= %{selinux_policyver_centos} From f6d2836f8ad36789e5bf4e4483ec05c402a3d944 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 17 Feb 2020 13:50:45 +0000 Subject: [PATCH 27/60] container-selinux-2:1.124.0-1 - autobuilt v1.124.0 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index eef878a..a867b51 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /container-selinux-f958d0c.tar.gz /v2.124.0.tar.gz +/v1.124.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index bb58301..6e65fc6 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -22,7 +22,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.124.0 +%define built_tag v1.124.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz diff --git a/sources b/sources index 5e5dca5..808d0c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.124.0.tar.gz) = 52bf9808e72b650165161908294cdb46c58ccdd67784517b20d10f43ea00b814a15667c838d4248ce40f2a3298c7eeca07ef40123393dcc3ef8ee4dea385caa8 +SHA512 (v1.124.0.tar.gz) = a3937b175ec33b86c5321a2cf7500c3c780d8fc9a49028773316966c3e2ca0a8e8ae7f7f7235afdd07b63747b9388370f0fd2667e021845490e3d3f81b24680e From 5df2a53210cda9e86663602d11722a4db3b02835 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 20 Mar 2020 13:23:09 -0400 Subject: [PATCH 28/60] container-selinux-2:2.124.0-4 - upstream tags are messed up, says latest tag is v1.124.0 - autobuild disabled for now, version fixed manually Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index 6e65fc6..7947587 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -29,8 +29,8 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 1.124.0 -Release: 1%{?dist} +Version: 2.124.0 +Release: 4%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -114,8 +114,12 @@ fi %doc README.md %{_datadir}/selinux/* -# Hooked up to autobuilder, please check with @lsm5 before updating +# Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Fri Mar 20 2020 Lokesh Mandvekar - 2:2.124.0-4 +- upstream tags are messed up, says latest tag is v1.124.0 +- autobuild disabled for now, version fixed manually + * Sat Feb 15 2020 RH Container Bot - 2:1.124.0-1 - autobuilt v1.124.0 From daf741bbcfaa544be903a62c9bfc4cd57bd020d5 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 20 Mar 2020 13:27:18 -0400 Subject: [PATCH 29/60] import source tarball for v2.124.0 Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 2 +- sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index 7947587..d6df0f5 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -22,7 +22,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.124.0 +%define built_tag v2.124.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz diff --git a/sources b/sources index 808d0c8..5e5dca5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.124.0.tar.gz) = a3937b175ec33b86c5321a2cf7500c3c780d8fc9a49028773316966c3e2ca0a8e8ae7f7f7235afdd07b63747b9388370f0fd2667e021845490e3d3f81b24680e +SHA512 (v2.124.0.tar.gz) = 52bf9808e72b650165161908294cdb46c58ccdd67784517b20d10f43ea00b814a15667c838d4248ce40f2a3298c7eeca07ef40123393dcc3ef8ee4dea385caa8 From e5fda61d80dff9b8a6b6bfc0123370693d2fe5eb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 20 Mar 2020 19:06:34 +0000 Subject: [PATCH 30/60] container-selinux-2:2.125.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a867b51..e77f321 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /container-selinux-f958d0c.tar.gz /v2.124.0.tar.gz /v1.124.0.tar.gz +/v2.125.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index d6df0f5..41215e3 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -22,15 +22,15 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.124.0 +%define built_tag v2.125.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.124.0 -Release: 4%{?dist} +Version: 2.125.0 +Release: 1%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -116,6 +116,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Fri Mar 20 2020 RH Container Bot - 2:2.125.0-1 +- autobuilt v2.125.0 + * Fri Mar 20 2020 Lokesh Mandvekar - 2:2.124.0-4 - upstream tags are messed up, says latest tag is v1.124.0 - autobuild disabled for now, version fixed manually diff --git a/sources b/sources index 5e5dca5..52adf04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.124.0.tar.gz) = 52bf9808e72b650165161908294cdb46c58ccdd67784517b20d10f43ea00b814a15667c838d4248ce40f2a3298c7eeca07ef40123393dcc3ef8ee4dea385caa8 +SHA512 (v2.125.0.tar.gz) = 200fc3a104713ad877d821c1f81d987e8f4f4c7b2621d9721d3d264839b5efd5f84217bcab68bbe91defc853c2553f098fd785f37a3943f643a76e1135723418 From d882c6b6238877620a909af62e8aecb17f070568 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 23 Mar 2020 10:36:26 -0400 Subject: [PATCH 31/60] account for selinux-policy on amazon linux 2 Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index 41215e3..38e8d4b 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -17,8 +17,15 @@ %global _format() export %1=""; for x in %{modulenames}; do %1+=%2; %1+=" "; done; # Version of SELinux we were using -%define selinux_policyver_fedora 3.14.4-43 -%define selinux_policyver_centos 3.14.3-20 +%if 0%{?fedora} +%define selinux_policyver 3.14.4-43 +%else +%if 0%{?centos} +%define selinux_policyver 3.14.3-20 +%else +%define selinux_policyver 3.13.1-166 +%endif +%endif # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) @@ -38,21 +45,12 @@ Source0: %{download_url} BuildArch: noarch BuildRequires: git BuildRequires: pkgconfig(systemd) -%if 0%{?fedora} && ! 0%{?centos} -BuildRequires: selinux-policy >= %{selinux_policyver_fedora} -BuildRequires: selinux-policy-devel >= %{selinux_policyver_fedora} +BuildRequires: selinux-policy >= %{selinux_policyver} +BuildRequires: selinux-policy-devel >= %{selinux_policyver} # RE: rhbz#1195804 - ensure min NVR for selinux-policy -Requires: selinux-policy >= %{selinux_policyver_fedora} -Requires(post): selinux-policy-base >= %{selinux_policyver_fedora} -Requires(post): selinux-policy-targeted >= %{selinux_policyver_fedora} -%else -BuildRequires: selinux-policy >= %{selinux_policyver_centos} -BuildRequires: selinux-policy-devel >= %{selinux_policyver_centos} -# RE: rhbz#1195804 - ensure min NVR for selinux-policy -Requires: selinux-policy >= %{selinux_policyver_centos} -Requires(post): selinux-policy-minimum >= %{selinux_policyver_centos} -Requires(post): selinux-policy-targeted >= %{selinux_policyver_centos} -%endif +Requires: selinux-policy >= %{selinux_policyver} +Requires(post): selinux-policy-minimum >= %{selinux_policyver} +Requires(post): selinux-policy-targeted >= %{selinux_policyver} Requires(post): policycoreutils Requires(post): libselinux-utils Requires(post): sed From aaed3a3f62e76317b917f7ea17a830cb0562a402 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 23 Mar 2020 11:08:13 -0400 Subject: [PATCH 32/60] account for centos7 selinux-policy as well Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/container-selinux.spec b/container-selinux.spec index 38e8d4b..4b8d742 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -20,12 +20,16 @@ %if 0%{?fedora} %define selinux_policyver 3.14.4-43 %else -%if 0%{?centos} +%if 0%{?centos} >= 8 %define selinux_policyver 3.14.3-20 %else +%if 0%{?centos} < 8 +%define selinux_policyver 3.13.1-252 +%else %define selinux_policyver 3.13.1-166 %endif %endif +%endif # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) From cbe544f11769b4444fb78831ec78fa1a2bc0ea9e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 23 Mar 2020 11:38:47 -0400 Subject: [PATCH 33/60] do not consider centos7 and amazon linux 2 deps Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index 4b8d742..1d53a6c 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -20,15 +20,7 @@ %if 0%{?fedora} %define selinux_policyver 3.14.4-43 %else -%if 0%{?centos} >= 8 %define selinux_policyver 3.14.3-20 -%else -%if 0%{?centos} < 8 -%define selinux_policyver 3.13.1-252 -%else -%define selinux_policyver 3.13.1-166 -%endif -%endif %endif # Used for comparing with latest upstream tag From fde099894e40253055fa0174b007b2c3a8a5d916 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 23 Mar 2020 19:07:42 +0000 Subject: [PATCH 34/60] container-selinux-2:2.125.1-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e77f321..4af49c4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /v2.124.0.tar.gz /v1.124.0.tar.gz /v2.125.0.tar.gz +/v2.125.1.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 1d53a6c..ffe7e8a 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.125.0 +%define built_tag v2.125.1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.125.0 +Version: 2.125.1 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -110,6 +110,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Mon Mar 23 2020 RH Container Bot - 2:2.125.1-1 +- autobuilt v2.125.1 + * Fri Mar 20 2020 RH Container Bot - 2:2.125.0-1 - autobuilt v2.125.0 diff --git a/sources b/sources index 52adf04..0c2e53a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.125.0.tar.gz) = 200fc3a104713ad877d821c1f81d987e8f4f4c7b2621d9721d3d264839b5efd5f84217bcab68bbe91defc853c2553f098fd785f37a3943f643a76e1135723418 +SHA512 (v2.125.1.tar.gz) = 09aa6c0de88dddf69f2f08daee3b871e6ec776ba139f1b6f5499164c5670c2effb59f975f5136597ae87f4a23501645685c05a04506458058deb3d6b52b71bb6 From dc73ef70853409cdf060f7235fc9b2ffa9281602 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 23 Mar 2020 20:08:02 +0000 Subject: [PATCH 35/60] container-selinux-2:2.125.2-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4af49c4..e2ecca2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /v1.124.0.tar.gz /v2.125.0.tar.gz /v2.125.1.tar.gz +/v2.125.2.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index ffe7e8a..d19fb8a 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.125.1 +%define built_tag v2.125.2 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.125.1 +Version: 2.125.2 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -110,6 +110,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Mon Mar 23 2020 RH Container Bot - 2:2.125.2-1 +- autobuilt v2.125.2 + * Mon Mar 23 2020 RH Container Bot - 2:2.125.1-1 - autobuilt v2.125.1 diff --git a/sources b/sources index 0c2e53a..c0acec8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.125.1.tar.gz) = 09aa6c0de88dddf69f2f08daee3b871e6ec776ba139f1b6f5499164c5670c2effb59f975f5136597ae87f4a23501645685c05a04506458058deb3d6b52b71bb6 +SHA512 (v2.125.2.tar.gz) = fa16b5c727e8cc994d7f6a7c1f36e9c99a91d3ab16605d0179ee0bd887158536cdefad3ce484cf10eedb4c694032edf2a608269af812438f4f5c01897a8a5508 From d046fa9c5aa5d12f924701b7542ac9b6635192f2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 26 Mar 2020 14:07:47 +0000 Subject: [PATCH 36/60] container-selinux-2:2.126.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e2ecca2..894105e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /v2.125.0.tar.gz /v2.125.1.tar.gz /v2.125.2.tar.gz +/v2.126.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index d19fb8a..e72d728 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.125.2 +%define built_tag v2.126.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.125.2 +Version: 2.126.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -110,6 +110,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Thu Mar 26 2020 RH Container Bot - 2:2.126.0-1 +- autobuilt v2.126.0 + * Mon Mar 23 2020 RH Container Bot - 2:2.125.2-1 - autobuilt v2.125.2 diff --git a/sources b/sources index c0acec8..8109b9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.125.2.tar.gz) = fa16b5c727e8cc994d7f6a7c1f36e9c99a91d3ab16605d0179ee0bd887158536cdefad3ce484cf10eedb4c694032edf2a608269af812438f4f5c01897a8a5508 +SHA512 (v2.126.0.tar.gz) = f31c277250be0c8baac483cfd7fac9f9bcf5986b357c185fdf1a76146169c617ae4d24f3311a12a1dff833dec81bb58c00356ebd81935fe3337c8436da9d8b27 From db32ab973c44e4cf7bb6dab4a38240c452e5b974 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 26 Mar 2020 10:29:08 -0400 Subject: [PATCH 37/60] Add container_kvm_t for kata containers Add contaienr_init_t for systemd based containers Install container_contexts file --- .gitignore | 1 + container-selinux.spec | 15 +++++++++++++-- sources | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0ac05f9..859dae2 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ /container-selinux-4560dd4.tar.gz /container-selinux-661a904.tar.gz /container-selinux-f958d0c.tar.gz +/container-selinux-867a377.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 7f0e159..2a8b4b2 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -2,7 +2,7 @@ # container-selinux %global git0 https://github.com/containers/container-selinux -%global commit0 f958d0cee4099f79890247ec64b57502b3acdb9f +%global commit0 867a37749b7b8b7e341dd1fc6be2536bd01f7349 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -27,7 +27,7 @@ Name: container-selinux %if 0%{?fedora} Epoch: 2 %endif -Version: 2.124.0 +Version: 2.126.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -65,6 +65,8 @@ install -d %{buildroot}%{_datadir}/selinux/packages install -d -p %{buildroot}%{_datadir}/selinux/devel/include/services install -p -m 644 container.if %{buildroot}%{_datadir}/selinux/devel/include/services install -m 0644 $MODULES %{buildroot}%{_datadir}/selinux/packages +install -d %{buildroot}/%{_datadir}/containers/selinux +install -m 644 container_contexts %{buildroot}/%{_datadir}/containers/selinux/contexts # remove spec file rm -rf container-selinux.spec @@ -108,9 +110,18 @@ fi %files %doc README.md %{_datadir}/selinux/* +%dir %{_datadir}/containers +%dir %{_datadir}/containers/selinux +%{_datadir}/containers/selinux/contexts # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +%changelog +* Thu Mar 26 2020 Dan Walsh - 2:2.126.0-1 +- Add container_kvm_t for kata containers +- Add contaienr_init_t for systemd based containers +- Install container_contexts file + * Wed Dec 11 2019 Dan Walsh - 2:2.124.0-1 - Allow systemd_logind_t to transition to container_runtime_exec_t diff --git a/sources b/sources index e81c4ec..65bb07f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (container-selinux-f958d0c.tar.gz) = 88a4ccf596233f293118e516bafee8d758e669f292c80e8b25b1a8df956ef0e14e36cb61b53f83b20fc68e9cffe8b100d792197ea311418f11169a437c5893d2 +SHA512 (container-selinux-867a377.tar.gz) = 8bcf14b5200a0974741de1ed750c71f311f8943277ffeafbfe4aac00d1957f94242d47400ac5cff21d135d14fcad6c4a66d1c23979eb7a6f50296a204bae2f25 From 9fcdaabeb6427cb3bed2290d68f1c1eabc0b02d9 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 26 Mar 2020 10:36:21 -0400 Subject: [PATCH 38/60] Add container_kvm_t for kata containers Add contaienr_init_t for systemd based containers Install container_contexts file --- .gitignore | 4 ---- container-selinux.spec | 13 +++---------- sources | 4 ---- 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 6a6ce9a..894105e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,7 @@ /container-selinux-f958d0c.tar.gz -<<<<<<< HEAD -/container-selinux-867a377.tar.gz -======= /v2.124.0.tar.gz /v1.124.0.tar.gz /v2.125.0.tar.gz /v2.125.1.tar.gz /v2.125.2.tar.gz /v2.126.0.tar.gz ->>>>>>> d046fa9c5aa5d12f924701b7542ac9b6635192f2 diff --git a/container-selinux.spec b/container-selinux.spec index 5cb4362..8778089 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -32,12 +32,8 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -<<<<<<< HEAD -%endif -======= ->>>>>>> d046fa9c5aa5d12f924701b7542ac9b6635192f2 Version: 2.126.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -119,13 +115,11 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog -<<<<<<< HEAD -%changelog -* Thu Mar 26 2020 Dan Walsh - 2:2.126.0-1 +* Thu Mar 26 2020 Dan Walsh - 2:2.126.0-2 - Add container_kvm_t for kata containers - Add contaienr_init_t for systemd based containers - Install container_contexts file -======= + * Thu Mar 26 2020 RH Container Bot - 2:2.126.0-1 - autobuilt v2.126.0 @@ -167,7 +161,6 @@ fi Change formatting so that the lines are vertically aligned in the %%postun section. (https://github.com/containers/container-selinux/pull/85) ->>>>>>> d046fa9c5aa5d12f924701b7542ac9b6635192f2 * Wed Dec 11 2019 Dan Walsh - 2:2.124.0-1 - Allow systemd_logind_t to transition to container_runtime_exec_t diff --git a/sources b/sources index ef8c9ff..8109b9f 100644 --- a/sources +++ b/sources @@ -1,5 +1 @@ -<<<<<<< HEAD -SHA512 (container-selinux-867a377.tar.gz) = 8bcf14b5200a0974741de1ed750c71f311f8943277ffeafbfe4aac00d1957f94242d47400ac5cff21d135d14fcad6c4a66d1c23979eb7a6f50296a204bae2f25 -======= SHA512 (v2.126.0.tar.gz) = f31c277250be0c8baac483cfd7fac9f9bcf5986b357c185fdf1a76146169c617ae4d24f3311a12a1dff833dec81bb58c00356ebd81935fe3337c8436da9d8b27 ->>>>>>> d046fa9c5aa5d12f924701b7542ac9b6635192f2 From af22301a7a729caee30aeb25b6fa5847a58d419c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 27 Mar 2020 15:09:55 +0000 Subject: [PATCH 39/60] container-selinux-2:2.127.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 894105e..7b8abba 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /v2.125.1.tar.gz /v2.125.2.tar.gz /v2.126.0.tar.gz +/v2.127.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 8778089..e1bd8e5 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,15 +25,15 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.126.0 +%define built_tag v2.127.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.126.0 -Release: 2%{?dist} +Version: 2.127.0 +Release: 1%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Fri Mar 27 2020 RH Container Bot - 2:2.127.0-1 +- autobuilt v2.127.0 + * Thu Mar 26 2020 Dan Walsh - 2:2.126.0-2 - Add container_kvm_t for kata containers - Add contaienr_init_t for systemd based containers diff --git a/sources b/sources index 8109b9f..2adf479 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.126.0.tar.gz) = f31c277250be0c8baac483cfd7fac9f9bcf5986b357c185fdf1a76146169c617ae4d24f3311a12a1dff833dec81bb58c00356ebd81935fe3337c8436da9d8b27 +SHA512 (v2.127.0.tar.gz) = 81bdce2516ed5e9a4c458f4daf7cd5f1b5d59dbe12e588f2a9c43d5169f4543d158e6034bab162299b9cd660c46e2e175db63613252ccce8b8267bd89d4f144b From 1b5d5acdc8b2dfdb1c7658a4b7937bab0039bda2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 29 Mar 2020 11:09:41 +0000 Subject: [PATCH 40/60] container-selinux-2:2.128.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7b8abba..c0c0cfd 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /v2.125.2.tar.gz /v2.126.0.tar.gz /v2.127.0.tar.gz +/v2.128.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index e1bd8e5..e55569c 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.127.0 +%define built_tag v2.128.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.127.0 +Version: 2.128.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Sun Mar 29 2020 RH Container Bot - 2:2.128.0-1 +- autobuilt v2.128.0 + * Fri Mar 27 2020 RH Container Bot - 2:2.127.0-1 - autobuilt v2.127.0 diff --git a/sources b/sources index 2adf479..86a23b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.127.0.tar.gz) = 81bdce2516ed5e9a4c458f4daf7cd5f1b5d59dbe12e588f2a9c43d5169f4543d158e6034bab162299b9cd660c46e2e175db63613252ccce8b8267bd89d4f144b +SHA512 (v2.128.0.tar.gz) = 706b219a2a0251073d7e95938d3148c677f3cfa821d553870f2f8fe7377825b27dcdbf302e565eeb8a81cd568a54268554c7c04978bddf8e1ded047f59e3c22a From cf7d4aec9cdc037dcfc58601339fa416a6321b9c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 29 Mar 2020 12:09:33 +0000 Subject: [PATCH 41/60] container-selinux-2:2.129.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c0c0cfd..9554292 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /v2.126.0.tar.gz /v2.127.0.tar.gz /v2.128.0.tar.gz +/v2.129.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index e55569c..ae6749b 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.128.0 +%define built_tag v2.129.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.128.0 +Version: 2.129.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Sun Mar 29 2020 RH Container Bot - 2:2.129.0-1 +- autobuilt v2.129.0 + * Sun Mar 29 2020 RH Container Bot - 2:2.128.0-1 - autobuilt v2.128.0 diff --git a/sources b/sources index 86a23b7..c2c1439 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.128.0.tar.gz) = 706b219a2a0251073d7e95938d3148c677f3cfa821d553870f2f8fe7377825b27dcdbf302e565eeb8a81cd568a54268554c7c04978bddf8e1ded047f59e3c22a +SHA512 (v2.129.0.tar.gz) = b49f8141ac13d4788634c6351ef949b13193357624acab87675ef60f50e81722283801cdf22e9362edaacae4ee257f118fdfe29c1247819775aa6d67d2155b43 From 777efba4496c115bfdcc3bda0a6dc410d133799e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 30 Mar 2020 16:49:30 -0400 Subject: [PATCH 42/60] Fix commmit version --- container-selinux.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index ae6749b..f2a09b9 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -2,7 +2,7 @@ # container-selinux %global git0 https://github.com/containers/container-selinux -%global commit0 867a37749b7b8b7e341dd1fc6be2536bd01f7349 +%global commit0 f00d1f4ec867be2aeb51b3b32c12a5a9a8015201 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -33,7 +33,7 @@ Name: container-selinux Epoch: 2 Version: 2.129.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Mon Mar 30 2020 Dan Walsh - 2:2.126.0-2 +- Fix commmit version + * Sun Mar 29 2020 RH Container Bot - 2:2.129.0-1 - autobuilt v2.129.0 From 9b5f19b8130290e75159dfa6fd4cdb991ecd83b1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Apr 2020 19:08:31 +0000 Subject: [PATCH 43/60] container-selinux-2:2.130.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9554292..e2373dc 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /v2.127.0.tar.gz /v2.128.0.tar.gz /v2.129.0.tar.gz +/v2.130.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index f2a09b9..3aa1e43 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,15 +25,15 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.129.0 +%define built_tag v2.130.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.129.0 -Release: 2%{?dist} +Version: 2.130.0 +Release: 1%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Mon Apr 06 2020 RH Container Bot - 2:2.130.0-1 +- autobuilt v2.130.0 + * Mon Mar 30 2020 Dan Walsh - 2:2.126.0-2 - Fix commmit version diff --git a/sources b/sources index c2c1439..939779e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.129.0.tar.gz) = b49f8141ac13d4788634c6351ef949b13193357624acab87675ef60f50e81722283801cdf22e9362edaacae4ee257f118fdfe29c1247819775aa6d67d2155b43 +SHA512 (v2.130.0.tar.gz) = 47d60e13495e5b65e0a2a96e02e83bb16041a297f0b068fe477f577441392c25f63ff005f4ad7ddeb086f01f62b715878b4223b441b50238c42522673912a270 From f0166c0f3cde3896b97ee17faadef01856d64e8d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 9 Apr 2020 20:08:16 +0000 Subject: [PATCH 44/60] container-selinux-2:2.131.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e2373dc..b8c4f84 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /v2.128.0.tar.gz /v2.129.0.tar.gz /v2.130.0.tar.gz +/v2.131.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 3aa1e43..abab46a 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.130.0 +%define built_tag v2.131.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.130.0 +Version: 2.131.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Thu Apr 09 2020 RH Container Bot - 2:2.131.0-1 +- autobuilt v2.131.0 + * Mon Apr 06 2020 RH Container Bot - 2:2.130.0-1 - autobuilt v2.130.0 diff --git a/sources b/sources index 939779e..5283865 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.130.0.tar.gz) = 47d60e13495e5b65e0a2a96e02e83bb16041a297f0b068fe477f577441392c25f63ff005f4ad7ddeb086f01f62b715878b4223b441b50238c42522673912a270 +SHA512 (v2.131.0.tar.gz) = b3c88468dc80381fda3764e580963c3c0785fdda44515f0dd9b298274e72fc9fc8f0b491289c5d5b7e3026b756a380cc4026a4c9ccf1ffb026cc757a362a9ffd From 58d4b3f51c145d8a587a202d713ef08c01125245 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Apr 2020 14:07:50 +0000 Subject: [PATCH 45/60] container-selinux-2:2.132.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b8c4f84..5844938 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /v2.129.0.tar.gz /v2.130.0.tar.gz /v2.131.0.tar.gz +/v2.132.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index abab46a..c33c841 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.131.0 +%define built_tag v2.132.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.131.0 +Version: 2.132.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Wed Apr 15 2020 RH Container Bot - 2:2.132.0-1 +- autobuilt v2.132.0 + * Thu Apr 09 2020 RH Container Bot - 2:2.131.0-1 - autobuilt v2.131.0 diff --git a/sources b/sources index 5283865..6d64794 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.131.0.tar.gz) = b3c88468dc80381fda3764e580963c3c0785fdda44515f0dd9b298274e72fc9fc8f0b491289c5d5b7e3026b756a380cc4026a4c9ccf1ffb026cc757a362a9ffd +SHA512 (v2.132.0.tar.gz) = f6c9fd2e86db8bc3b8d7ac4768c615d2850a7156be6ba896981741445ad6b48c49bcefb117677f263b48109cf29be25eb5be5b95de4474b3b3ef02416835483d From ccc588e64af48229977f0e9c69ee224207582216 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 1 May 2020 13:51:36 -0400 Subject: [PATCH 46/60] Go back to requiring selinux-policy-base instead of -minimum It's not clear from the git history what the intended goal was from requiring -minimum vs -base (some compatibility constraints with centos8?), though I can see that it was reverted in f18ccb932. But it looks like it snuck back in with merge commit d498d6ff3. This is a problem for us because -minimum has a dep on python3, which we're trying hard to avoid shipping in FCOS. --- container-selinux.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-selinux.spec b/container-selinux.spec index c33c841..4f7f075 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -45,7 +45,7 @@ BuildRequires: selinux-policy >= %{selinux_policyver} BuildRequires: selinux-policy-devel >= %{selinux_policyver} # RE: rhbz#1195804 - ensure min NVR for selinux-policy Requires: selinux-policy >= %{selinux_policyver} -Requires(post): selinux-policy-minimum >= %{selinux_policyver} +Requires(post): selinux-policy-base >= %{selinux_policyver} Requires(post): selinux-policy-targeted >= %{selinux_policyver} Requires(post): policycoreutils Requires(post): libselinux-utils From 7fac95c9add2453bfff7483f446440e272bc8666 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Jun 2020 14:10:11 +0000 Subject: [PATCH 47/60] container-selinux-2:2.135.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5844938..e82a6b7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /v2.130.0.tar.gz /v2.131.0.tar.gz /v2.132.0.tar.gz +/v2.135.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 4f7f075..0b82f47 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.132.0 +%define built_tag v2.135.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.132.0 +Version: 2.135.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Tue Jun 02 2020 RH Container Bot - 2:2.135.0-1 +- autobuilt v2.135.0 + * Wed Apr 15 2020 RH Container Bot - 2:2.132.0-1 - autobuilt v2.132.0 diff --git a/sources b/sources index 6d64794..d218d74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.132.0.tar.gz) = f6c9fd2e86db8bc3b8d7ac4768c615d2850a7156be6ba896981741445ad6b48c49bcefb117677f263b48109cf29be25eb5be5b95de4474b3b3ef02416835483d +SHA512 (v2.135.0.tar.gz) = eda7363ead9de251659c1c12fe231427a611798d39092bd2f2304f8e812df5f34bb05bca50e925ce2f7cfe4bb5445787ba485342b7a45295f3955ec9af42429b From 72fc282e9daa067bf228de9c355529aca6ad3f79 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 11 Jun 2020 20:09:15 +0000 Subject: [PATCH 48/60] container-selinux-2:2.137.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e82a6b7..c5b28cd 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /v2.131.0.tar.gz /v2.132.0.tar.gz /v2.135.0.tar.gz +/v2.137.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 0b82f47..87fad57 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.135.0 +%define built_tag v2.137.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.135.0 +Version: 2.137.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Thu Jun 11 2020 RH Container Bot - 2:2.137.0-1 +- autobuilt v2.137.0 + * Tue Jun 02 2020 RH Container Bot - 2:2.135.0-1 - autobuilt v2.135.0 diff --git a/sources b/sources index d218d74..a7ddcb5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.135.0.tar.gz) = eda7363ead9de251659c1c12fe231427a611798d39092bd2f2304f8e812df5f34bb05bca50e925ce2f7cfe4bb5445787ba485342b7a45295f3955ec9af42429b +SHA512 (v2.137.0.tar.gz) = fb257c655538af8d3386de064f365cb5177af87fcc5f1c53616592169fc7dc8b3d06debf20a4ed29da379b1335afa0e51877c51156dfac87ca6bbfe2f9af0377 From fb8b7c719618c9474d852fff310388630801ad2a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 29 Jun 2020 11:57:11 -0400 Subject: [PATCH 49/60] Fix commmit version --- container-selinux.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index 87fad57..aa98a96 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -2,7 +2,7 @@ # container-selinux %global git0 https://github.com/containers/container-selinux -%global commit0 f00d1f4ec867be2aeb51b3b32c12a5a9a8015201 +%global commit0 6b721daa0b9ff46a444e174995e5ac6600604db5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -33,7 +33,7 @@ Name: container-selinux Epoch: 2 Version: 2.137.0 -Release: 1%{?dist} +Release: 3%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Mon Jun 29 2020 Dan Walsh - 2:2.137.0-3 +- Fix commmit version + * Thu Jun 11 2020 RH Container Bot - 2:2.137.0-1 - autobuilt v2.137.0 diff --git a/sources b/sources index a7ddcb5..f2d1356 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.137.0.tar.gz) = fb257c655538af8d3386de064f365cb5177af87fcc5f1c53616592169fc7dc8b3d06debf20a4ed29da379b1335afa0e51877c51156dfac87ca6bbfe2f9af0377 +SHA512 (container-selinux-6b721da.tar.gz) = c3e8b3253d8913ea63faf4942bb86dd84650764dd985cac27149718ab2167eddd2fa0380dc5fe67297ce5d7387c4d4296f5bb027835bd40535e6abdd51910f0b From 69d3b3abf5e4bfa49669bab7f41b4b635c386526 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 29 Jun 2020 12:08:52 -0400 Subject: [PATCH 50/60] Fix commmit version --- sources | 1 + 1 file changed, 1 insertion(+) diff --git a/sources b/sources index f2d1356..2ef34be 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (container-selinux-6b721da.tar.gz) = c3e8b3253d8913ea63faf4942bb86dd84650764dd985cac27149718ab2167eddd2fa0380dc5fe67297ce5d7387c4d4296f5bb027835bd40535e6abdd51910f0b +SHA512 (v2.137.0.tar.gz) = fb257c655538af8d3386de064f365cb5177af87fcc5f1c53616592169fc7dc8b3d06debf20a4ed29da379b1335afa0e51877c51156dfac87ca6bbfe2f9af0377 From e23b63dccc341381a0e8dd4220eabc68e0798826 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Jul 2020 15:09:56 +0000 Subject: [PATCH 51/60] container-selinux-2:2.138.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 9 ++++++--- sources | 3 +-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c5b28cd..29e14f7 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /v2.132.0.tar.gz /v2.135.0.tar.gz /v2.137.0.tar.gz +/v2.138.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index aa98a96..571ad63 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,15 +25,15 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.137.0 +%define built_tag v2.138.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.137.0 -Release: 3%{?dist} +Version: 2.138.0 +Release: 1%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Mon Jul 13 2020 RH Container Bot - 2:2.138.0-1 +- autobuilt v2.138.0 + * Mon Jun 29 2020 Dan Walsh - 2:2.137.0-3 - Fix commmit version diff --git a/sources b/sources index 2ef34be..afa13f4 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (container-selinux-6b721da.tar.gz) = c3e8b3253d8913ea63faf4942bb86dd84650764dd985cac27149718ab2167eddd2fa0380dc5fe67297ce5d7387c4d4296f5bb027835bd40535e6abdd51910f0b -SHA512 (v2.137.0.tar.gz) = fb257c655538af8d3386de064f365cb5177af87fcc5f1c53616592169fc7dc8b3d06debf20a4ed29da379b1335afa0e51877c51156dfac87ca6bbfe2f9af0377 +SHA512 (v2.138.0.tar.gz) = e5e792d76eb86021367387fcac2bb0588ec1ed99fd07758da51da5ab990036e581b6947cac362f02a7ef83faa31d92b20453529185a205c8b112c021bbfe2fd3 From a14e9be4e3dcb8ef29562e39ac1e2c8123cf0939 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 23 Jul 2020 17:49:17 +0000 Subject: [PATCH 52/60] container-selinux-2:2.139.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 29e14f7..b263889 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /v2.135.0.tar.gz /v2.137.0.tar.gz /v2.138.0.tar.gz +/v2.139.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 571ad63..cda454e 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.138.0 +%define built_tag v2.139.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.138.0 +Version: 2.139.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Thu Jul 23 17:49:05 GMT 2020 RH Container Bot - 2:2.139.0-1 +- autobuilt v2.139.0 + * Mon Jul 13 2020 RH Container Bot - 2:2.138.0-1 - autobuilt v2.138.0 diff --git a/sources b/sources index afa13f4..0a7405e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.138.0.tar.gz) = e5e792d76eb86021367387fcac2bb0588ec1ed99fd07758da51da5ab990036e581b6947cac362f02a7ef83faa31d92b20453529185a205c8b112c021bbfe2fd3 +SHA512 (v2.139.0.tar.gz) = e36c4f0f21605135d9162a27c036a3e3f91ec3d4acacc32d7a147c324a657a727190306eef8256a187abde104d9967020328f4137e10aa98220d7a3c5859df7b From 7933efec2c46eb8ea079a16984bec9454fca70a8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 23 Jul 2020 19:09:54 +0000 Subject: [PATCH 53/60] container-selinux-2:2.140.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b263889..3922fb4 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /v2.137.0.tar.gz /v2.138.0.tar.gz /v2.139.0.tar.gz +/v2.140.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index cda454e..9063a13 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.139.0 +%define built_tag v2.140.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.139.0 +Version: 2.140.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Thu Jul 23 19:09:43 GMT 2020 RH Container Bot - 2:2.140.0-1 +- autobuilt v2.140.0 + * Thu Jul 23 17:49:05 GMT 2020 RH Container Bot - 2:2.139.0-1 - autobuilt v2.139.0 diff --git a/sources b/sources index 0a7405e..317c24b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.139.0.tar.gz) = e36c4f0f21605135d9162a27c036a3e3f91ec3d4acacc32d7a147c324a657a727190306eef8256a187abde104d9967020328f4137e10aa98220d7a3c5859df7b +SHA512 (v2.140.0.tar.gz) = 33355a1d79ebc3236928080c26057b5c8423385f85ec4927d71f80301dbda95f4c50d081da61d879b471aa630922cf55703ed471e7c0e0ab4aead32a14e5e2cd From 57924ed6d4596f11aff11aa19921937581397ad6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 24 Jul 2020 10:10:27 +0000 Subject: [PATCH 54/60] container-selinux-2:2.141.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3922fb4..fb132f0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /v2.138.0.tar.gz /v2.139.0.tar.gz /v2.140.0.tar.gz +/v2.141.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 9063a13..8bc737f 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.140.0 +%define built_tag v2.141.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.140.0 +Version: 2.141.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Fri Jul 24 10:10:15 GMT 2020 RH Container Bot - 2:2.141.0-1 +- autobuilt v2.141.0 + * Thu Jul 23 19:09:43 GMT 2020 RH Container Bot - 2:2.140.0-1 - autobuilt v2.140.0 diff --git a/sources b/sources index 317c24b..bdff8b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.140.0.tar.gz) = 33355a1d79ebc3236928080c26057b5c8423385f85ec4927d71f80301dbda95f4c50d081da61d879b471aa630922cf55703ed471e7c0e0ab4aead32a14e5e2cd +SHA512 (v2.141.0.tar.gz) = a53a473dcb5b599c5636344df3f3cdb92e23685c2c9a608c27e54283fa0f073a35ee347b7a8d09987a6ef6a95e38cc4f79d9cb3f655af6d6ff2dec50a9edcfcd From 5d3c8a78d2ae0f1c3dff279ae25ca689c22db5b4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 24 Jul 2020 11:10:17 +0000 Subject: [PATCH 55/60] container-selinux-2:2.142.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fb132f0..13382d1 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /v2.139.0.tar.gz /v2.140.0.tar.gz /v2.141.0.tar.gz +/v2.142.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 8bc737f..1a86047 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.141.0 +%define built_tag v2.142.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.141.0 +Version: 2.142.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Fri Jul 24 11:10:04 GMT 2020 RH Container Bot - 2:2.142.0-1 +- autobuilt v2.142.0 + * Fri Jul 24 10:10:15 GMT 2020 RH Container Bot - 2:2.141.0-1 - autobuilt v2.141.0 diff --git a/sources b/sources index bdff8b2..0ce3bb5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.141.0.tar.gz) = a53a473dcb5b599c5636344df3f3cdb92e23685c2c9a608c27e54283fa0f073a35ee347b7a8d09987a6ef6a95e38cc4f79d9cb3f655af6d6ff2dec50a9edcfcd +SHA512 (v2.142.0.tar.gz) = 645f595811b67a5912733e41f27280204db0ba028336b233b062c5957db7b0a977b9404a09b233b62e4a87433f086a0b6c254df2af2572039e3e85467f45b997 From a2f9b0640fc9ae6317defb9b33387d099335e1bf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 5 Aug 2020 22:10:44 +0000 Subject: [PATCH 56/60] container-selinux-2:2.143.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 13382d1..1417372 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /v2.140.0.tar.gz /v2.141.0.tar.gz /v2.142.0.tar.gz +/v2.143.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 1a86047..c6c1e23 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.142.0 +%define built_tag v2.143.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.142.0 +Version: 2.143.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Wed Aug 05 22:10:36 GMT 2020 RH Container Bot - 2:2.143.0-1 +- autobuilt v2.143.0 + * Fri Jul 24 11:10:04 GMT 2020 RH Container Bot - 2:2.142.0-1 - autobuilt v2.142.0 diff --git a/sources b/sources index 0ce3bb5..337fda8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.142.0.tar.gz) = 645f595811b67a5912733e41f27280204db0ba028336b233b062c5957db7b0a977b9404a09b233b62e4a87433f086a0b6c254df2af2572039e3e85467f45b997 +SHA512 (v2.143.0.tar.gz) = bfd406e547612b4303639f12a8d387509c94d76e251fd2aa10bc10e304095beb875a83e1b0a7ce0a8d03da188ee4713e765faef0665f80ae8bcb067240cacb59 From 1fb1b9bc71b3ebe4eae28a19c619a6594d2ecca7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 12 Aug 2020 15:10:58 +0000 Subject: [PATCH 57/60] container-selinux-2:2.144.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1417372..803dee5 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /v2.141.0.tar.gz /v2.142.0.tar.gz /v2.143.0.tar.gz +/v2.144.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index c6c1e23..03a06cc 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.143.0 +%define built_tag v2.144.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.143.0 +Version: 2.144.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Wed Aug 12 15:10:49 GMT 2020 RH Container Bot - 2:2.144.0-1 +- autobuilt v2.144.0 + * Wed Aug 05 22:10:36 GMT 2020 RH Container Bot - 2:2.143.0-1 - autobuilt v2.143.0 diff --git a/sources b/sources index 337fda8..025865c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.143.0.tar.gz) = bfd406e547612b4303639f12a8d387509c94d76e251fd2aa10bc10e304095beb875a83e1b0a7ce0a8d03da188ee4713e765faef0665f80ae8bcb067240cacb59 +SHA512 (v2.144.0.tar.gz) = 74b7a5f1e69a599d7c9cb191dbf7a0c33a0f0fe01290264f2924afe68688600cfebb66fa818d073c145fd708efe2c925875ec363dd2381a646f743fa4f48d67a From 3cab189a5e471c0eddb3cb95f7b1cfd1bd3ea80f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 10 Sep 2020 18:12:52 +0000 Subject: [PATCH 58/60] container-selinux-2:2.145.0-1 autobuilt v2.145.0 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 803dee5..4d18b2b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /v2.142.0.tar.gz /v2.143.0.tar.gz /v2.144.0.tar.gz +/v2.145.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 03a06cc..ddf7e3a 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.144.0 +%define built_tag v2.145.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.144.0 +Version: 2.145.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Thu Sep 10 2020 RH Container Bot - 2:2.145.0-1 +- autobuilt v2.145.0 + * Wed Aug 12 15:10:49 GMT 2020 RH Container Bot - 2:2.144.0-1 - autobuilt v2.144.0 diff --git a/sources b/sources index 025865c..09ba74a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.144.0.tar.gz) = 74b7a5f1e69a599d7c9cb191dbf7a0c33a0f0fe01290264f2924afe68688600cfebb66fa818d073c145fd708efe2c925875ec363dd2381a646f743fa4f48d67a +SHA512 (v2.145.0.tar.gz) = 7afcc790f4350a929adb63933ad905db1aa98e0262bde6aaa9e0d68520a60883a378e7c11123db842820b09c375b6248bc458f30732bbba4356dbb4c58b25192 From 746e734d6101be376525ad04f7e8e8be19b3143e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 23 Oct 2020 13:02:13 +0000 Subject: [PATCH 59/60] container-selinux-2:2.150.0-1 autobuilt v2.150.0 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4d18b2b..d4a7545 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /v2.143.0.tar.gz /v2.144.0.tar.gz /v2.145.0.tar.gz +/v2.150.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index ddf7e3a..a4786c6 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.145.0 +%define built_tag v2.150.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.145.0 +Version: 2.150.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Fri Oct 23 2020 RH Container Bot - 2:2.150.0-1 +- autobuilt v2.150.0 + * Thu Sep 10 2020 RH Container Bot - 2:2.145.0-1 - autobuilt v2.145.0 diff --git a/sources b/sources index 09ba74a..5ae94dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.145.0.tar.gz) = 7afcc790f4350a929adb63933ad905db1aa98e0262bde6aaa9e0d68520a60883a378e7c11123db842820b09c375b6248bc458f30732bbba4356dbb4c58b25192 +SHA512 (v2.150.0.tar.gz) = 03de7e0c26760ef8dc1e973c48635a624706cebac7e3e58ec9b7b7e0a2e51034009c4823742a4660155fef99b57aafe03bf853ab001767cecb7cbc81962524cc From d5a3ed70bf2b1f43db31fdc6517c14445a735906 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 5 Nov 2020 18:27:53 +0000 Subject: [PATCH 60/60] container-selinux-2:2.151.0-1 autobuilt v2.151.0 Signed-off-by: RH Container Bot --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d4a7545..9f4fa74 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /v2.144.0.tar.gz /v2.145.0.tar.gz /v2.150.0.tar.gz +/v2.151.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index a4786c6..bc4b776 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,14 +25,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.150.0 +%define built_tag v2.151.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.150.0 +Version: 2.151.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -115,6 +115,9 @@ fi # Hooked up to autobuilder (usually), please check with @lsm5 before updating %changelog +* Thu Nov 5 2020 RH Container Bot - 2:2.151.0-1 +- autobuilt v2.151.0 + * Fri Oct 23 2020 RH Container Bot - 2:2.150.0-1 - autobuilt v2.150.0 diff --git a/sources b/sources index 5ae94dc..82f9e27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.150.0.tar.gz) = 03de7e0c26760ef8dc1e973c48635a624706cebac7e3e58ec9b7b7e0a2e51034009c4823742a4660155fef99b57aafe03bf853ab001767cecb7cbc81962524cc +SHA512 (v2.151.0.tar.gz) = 1d343cb90c7e8f9eb9df08e46c966532bae07ffde3c57d2616d669c493634cd6c54380da2b1b4b010bd4d8e8e506ce4400362dafc49826f82072876aa7e936c8