Merge "Fix backward regex match"
This commit is contained in:
commit
979ad64dd5
@ -1,7 +1,7 @@
|
|||||||
# NOTE(ianw) 2022-06-09 : this is a workaround for setfiles
|
# NOTE(ianw) 2022-06-09 : this is a workaround for setfiles
|
||||||
# failing until libselinux-3.4-2.el9.x86_64.rpm
|
# failing until libselinux-3.4-2.el9.x86_64.rpm
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2094683
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2094683
|
||||||
if [[ '9-stream' =~ ${DIB_RELEASE} ]]; then
|
if [[ ${DIB_RELEASE} =~ '9-stream' ]]; then
|
||||||
sudo dnf update -y \
|
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-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/libselinux-utils-3.4-2.el9.x86_64.rpm \
|
||||||
|
Loading…
Reference in New Issue
Block a user