On 2019-09-03, Mattia Verga via devel <devel@xxxxxxxxxxxxxxxxxxxxxxx> wrote: > Il 03/09/19 01:15, Kevin Fenzi ha scritto: >> >> It seems in testing ok on the master mirrors... >> >> https://dl.fedoraproject.org/pub/fedora/linux/updates/testing/30/Everything/SRPMS/Packages/s/skychart-4.1.1-5.4000svn.fc30.src.rpm >> > Interesting, so the package IS in the mirrors, but metadata doesn't > track it. If I disable fedora-modular repo I get no sign of the update > nor the previous version which is in stable: > Two things: The modules were retired in F31 and F32. But here you test F30 packages where the module exist. > # dnf list skychart --enablerepo=updates-testing > Ultima verifica della scadenza dei metadati: 0:01:32 fa il mar 3 set > 2019, 09:24:09. > Errore: Nessun pacchetto corrispondente > It works for me in F30 regardless the modular repositories are enabled or not. I suspect you have enabled the skychart:devel stream ("dnf module list skychart"). Enabled modules always mask non-modular packages. Example: # dnf --quiet module list | grep skychart skychart devel [e] full, additional-dso, additional-stars, default Planetarium software for the advanced amateur astronomer skychart devel [e] full, additional-dso, additional-stars, default Planetarium software for the advanced amateur astronomer skychart devel [e] full, additional-dso, additional-stars, default Planetarium software for the advanced amateur astronomer # dnf --quiet list skychart Available Packages skychart.x86_64 4.1.1-3.3925svn.module_f30+4088+aeeb8ce8 updates-modular skychart.x86_64 4.1.1-3.3925svn.module_f30+4088+aeeb8ce8 updates-testing-modular # dnf --quiet list skychart --disablerepo='*-modular' Error: No matching Packages to list # dnf --quiet module reset skychart Is this ok [y/N]: y # dnf --quiet list skychart --disablerepo='*-modular' Available Packages skychart.x86_64 4.1.1-5.4000svn.fc30 updates-testing -- Petr _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx