Revert "CentOS 9-stream : work around selinux permissions issue"

This reverts commit 975522472a.

Thankfully the fix is released upstream now.  This spawned a thread
for disucssion at

  https://lists.centos.org/pipermail/centos-devel/2022-June/120414.html

Change-Id: I5b53e2b7e751ceaf74da8914875203d631a6137c
This commit is contained in:
Ian Wienand 2022-06-16 11:22:43 +10:00
parent 979ad64dd5
commit 0cebad3d06
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
# NOTE(ianw) 2022-06-09 : this is a workaround for setfiles
# failing until libselinux-3.4-2.el9.x86_64.rpm
# https://bugzilla.redhat.com/show_bug.cgi?id=2094683
if [[ ${DIB_RELEASE} =~ '9-stream' ]]; then
sudo dnf update -y \
https://kojihub.stream.centos.org/kojifiles/packages/libselinux/3.4/2.el9/x86_64/libselinux-3.4-2.el9.x86_64.rpm \
https://kojihub.stream.centos.org/kojifiles/packages/libselinux/3.4/2.el9/x86_64/libselinux-utils-3.4-2.el9.x86_64.rpm \
https://kojihub.stream.centos.org/kojifiles/packages/libselinux/3.4/2.el9/x86_64/python3-libselinux-3.4-2.el9.x86_64.rpm \
https://kojihub.stream.centos.org/kojifiles/packages/libselinux/3.4/2.el9/x86_64/libselinux-static-3.4-2.el9.x86_64.rpm \
https://kojihub.stream.centos.org/kojifiles/packages/libselinux/3.4/2.el9/x86_64/libselinux-ruby-3.4-2.el9.x86_64.rpm \
https://kojihub.stream.centos.org/kojifiles/packages/libselinux/3.4/2.el9/x86_64/libselinux-devel-3.4-2.el9.x86_64.rpm
fi