Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable centos production repo, keep only development enabled.
Just removing the repo file won't help because it would get pulled back in on 'dnf update -i'. The issue this patch is trying to resolve is older version of package in developemnt CentOS repository than in the production CentOS repository. For example for gtk package: Error: Problem 1: package gtk3-devel-docs-3.24.43-2.el10.x86_64 from crb-development requires gtk3 = 3.24.43-2.el10, but none of the providers can be installed - cannot install both gtk3-3.24.43-3.el10.x86_64 from appstream and gtk3-3.24.43-2.el10.x86_64 from appstream-development - cannot install both gtk3-3.24.43-3.el10.x86_64 from appstream and gtk3-3.24.43-2.el10.x86_64 from appstream - package gtk3-devel-3.24.43-3.el10.x86_64 from appstream requires gtk3(x86-64) = 3.24.43-3.el10, but none of the providers can be installed - cannot install the best candidate for the job - conflicting requests
- Loading branch information