https://bugzilla.redhat.com/show_bug.cgi?id=2464658
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|AutomationTriaged | --- Comment #3 from [email protected] --- Issues ====== - Why do you use Requires: rocm-runtime%{pkg_suffix}... several times instead of just "%{name}"? ... [!]: Fully versioned dependency in subpackages if applicable. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in rocm- runtime7.2-static > Somethings not right here, see my comment in "Issues" section static requires devel, and devel requires name, this is why i did not also add requires: name I do not see where i am using rocm-runtime%{pkg_suffix}. %package devel Summary: ROCm Runtime development files Requires: %{name}%{?_isa} = %{version}-%{release} %package static Summary: ROCm Runtime hsakmt development files Requires: rocm-runtime%{pkg_suffix}-devel = %{version}-%{release} (maybe this could be %{name}-devel) %package -n kfdtest Summary: Test suite for ROCm's KFD kernel module Requires: %{name}%{?_isa} = %{version}-%{release} -- 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 https://bugzilla.redhat.com/show_bug.cgi?id=2464658 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202464658%23c3 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
