https://bugzilla.redhat.com/show_bug.cgi?id=1638768



--- Comment #4 from Kefu Chai <[email protected]> ---
to understand the reverse dependencies of fmt, i ran following commands on an
update-to-date fedora28:

$ for pkg in -devel "" -static -doc; do \
    dnf repoquery -q --alldeps --whatrequires fmt$pkg; \
  done
fmt-static-0:3.0.2-5.fc28.i686
fmt-static-0:3.0.2-5.fc28.x86_64
fmt-devel-0:3.0.2-5.fc28.i686
fmt-devel-0:3.0.2-5.fc28.x86_64

$ for pkg in -devel "" -static -doc; do \
  dnf repoquery --archlist=src --repoid=fedora-source -q --whatrequires
fmt$pkg; \
done
# nothing returned


so i think it's safe to update fmt{,-devel,-doc} on fedora28. and the same is
very likely to be true on rawhive.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to