bootstrap/generated-dists/centos8/bootstrap.sh says: yum config-manager --set-enabled PowerTools -y yum config-manager --set-enabled Devel -y However, in CentOS 8.3 thse repository IDs have been lowercased to "powertools and "devel". This stops the bootstrap script from working recent CentOS 8 images. Remarkably, even a test environment based on CentOS 8.2 images has this problem. One solution is to instead do something like this: yum config-manager --set-enabled PowerTools -y || \ yum config-manager --set-enabled powertools -y yum config-manager --set-enabled Devel -y || \ yum config-manager --set-enabled devel -y
This bug was referenced in samba master: 1c59f49aaede8ec1662d4e49aef84fcd902a8a76
Created attachment 16368 [details] Patch for 4.13 Has passed pipeline CI pipeline: https://gitlab.com/samba-team/devel/samba/-/pipelines/230416015
Created attachment 16369 [details] Patch for 4.12 Passed GitLab CI pipeline: https://gitlab.com/samba-team/devel/samba/-/pipelines/230415841
Comment on attachment 16369 [details] Patch for 4.12 Have you built a pipeline with this on 4.12?
Sorry, nevermind. Looks good, assigning to Karolin.
Oops, Andrew never assigned this to Karolin. :-(
(In reply to Martin Schwenke from comment #6) Finally pushed to autobuild-v4-{13,12}-test.
This bug was referenced in samba v4-13-test: c5159bd6d7678b62461da785a2994f1cf97ca5db
(In reply to Karolin Seeger from comment #7) Thanks!
This bug was referenced in samba v4-12-test: 9b5dd480590fb4693547e9a1e27452058c0f5da8
Closing out bug report. Thanks!
This bug was referenced in samba v4-12-stable (Release samba-4.12.11): 9b5dd480590fb4693547e9a1e27452058c0f5da8
This bug was referenced in samba v4-13-stable (Release samba-4.13.4): c5159bd6d7678b62461da785a2994f1cf97ca5db