)]}'
{"diskimage_builder/elements/epel/pre-install.d/05-rpm-epel-release":[{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"55e6124379ff9660808784c23d0ef2f44eec31ca","unresolved":false,"context_lines":[{"line_number":35,"context_line":""},{"line_number":36,"context_line":"if [ ${DIB_EPEL_DISABLED:-0} -ne 0 ]; then"},{"line_number":37,"context_line":"    # Cannot rely on package-installs, it is executed later"},{"line_number":38,"context_line":"    rpm  -q yum-utils || ${YUM} install -y yum-utils"},{"line_number":39,"context_line":"    if [[ ${YUM} \u003d\u003d \"dnf\" ]]; then"},{"line_number":40,"context_line":"        dnf config-manager --set-disabled \"epel*\""},{"line_number":41,"context_line":"    else"}],"source_content_type":"application/x-shellscript","patch_set":1,"id":"9f560f44_3a50905e","line":38,"updated":"2020-10-07 21:32:39.000000000","message":"should we perhaps move this into the \"yum\" path below?  it\u0027s not necessary for dnf only systems?","commit_id":"72737030c09f0c80073a551ba9364df4e0a5223e"},{"author":{"_account_id":13294,"name":"Javier Peña","email":"jpena@redhat.com","username":"jpena"},"change_message_id":"46ec9b70c7961454c895ef949036a20f2d0860a8","unresolved":false,"context_lines":[{"line_number":35,"context_line":""},{"line_number":36,"context_line":"if [ ${DIB_EPEL_DISABLED:-0} -ne 0 ]; then"},{"line_number":37,"context_line":"    # Cannot rely on package-installs, it is executed later"},{"line_number":38,"context_line":"    rpm  -q yum-utils || ${YUM} install -y yum-utils"},{"line_number":39,"context_line":"    if [[ ${YUM} \u003d\u003d \"dnf\" ]]; then"},{"line_number":40,"context_line":"        dnf config-manager --set-disabled \"epel*\""},{"line_number":41,"context_line":"    else"}],"source_content_type":"application/x-shellscript","patch_set":1,"id":"9f560f44_c82a697c","line":38,"in_reply_to":"9f560f44_3a50905e","updated":"2020-10-08 07:46:24.000000000","message":"You\u0027re right. For dnf, I thought we needed yum-utils, but actually we need dnf-plugins-core.\n\nI\u0027ll fix that, thanks!","commit_id":"72737030c09f0c80073a551ba9364df4e0a5223e"},{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"135f8a99f0c2dfc510891b2b5ee179002567e61c","unresolved":false,"context_lines":[{"line_number":35,"context_line":""},{"line_number":36,"context_line":"if [ ${DIB_EPEL_DISABLED:-0} -ne 0 ]; then"},{"line_number":37,"context_line":"    if [[ ${YUM} \u003d\u003d \"dnf\" ]]; then"},{"line_number":38,"context_line":"        rpm  -q dnf-plugins-core || dnf install -y dnf-plugins-core"},{"line_number":39,"context_line":"        dnf config-manager --set-disabled \"epel*\""},{"line_number":40,"context_line":"    else"},{"line_number":41,"context_line":"        # Cannot rely on package-installs, it is executed later"}],"source_content_type":"application/x-shellscript","patch_set":2,"id":"9f560f44_09a619ad","line":38,"updated":"2020-10-08 21:40:23.000000000","message":"I thought this might be automatically required, but \"dnf repoquery --whatrequires dnf-plugins-core\" shows it isn\u0027t by the base packages.","commit_id":"f13eb1bceadad82e45df5db5c63dc13a1ae6167c"}]}
