Description of problem: I was trying to install all the builddeps for warsow and as I opened the terminal and logged in as root and typed dnf builddep warsow I got this: [root@localhost ~]# dnf builddep warsow -y no package matched: warsow Error: Some packages does not exist. Version-Release number of selected component (if applicable): 2.6.2 How reproducible: All the time. Steps to Reproduce: 1. Open a terminal window. 2. Login as root. 3. Type dnf builddep warsow 4. Type urpmq -y warsow and it'll tell you that warsow does exist.
This issue can be easily fixed by doing the following as root: dnf config-manager --set-enabled mageia-x86_64-nonfree updates-x86_64-nonfree dnf will then find warsow and install its build dependancies. Closing as RESOLVED WORKSFORME. If anyone else feels that this should be changed, feel free to change it.
Resolution: (none) => WORKSFORMEStatus: NEW => RESOLVED