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



--- Comment #7 from Miro HronĨok <[email protected]> ---
Side note:

  %description %_description

  %py_provides python3-%{name}


This puts the Provides lines to the %description. The Provides need to be
before %description starts, or else they end up as text in the package's
Description field:

  $ rpm -qip sqlfluff-3.0.3-1.fc39.src.rpm 
  Name        : sqlfluff
  Version     : 3.0.3
  Release     : 1.fc39
  ...
  Description :
  SQLFluff is a dialect-flexible and configurable SQL linter. Designed with ELT
  applications in mind, SQLFluff also works with Jinja templating and dbt.
  SQLFluff will auto-fix most linting errors, allowing you to focus your time
on
  what matters.

  Provides: python3-sqlfluff = 3.0.3-1.fc39
  Provides: python3.12-sqlfluff = 3.0.3-1.fc39
  Provides: python-sqlfluff = 3.0.3-1.fc39


-- 
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=2272499

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202272499%23c7
--
_______________________________________________
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://pagure.io/fedora-infrastructure/new_issue

Reply via email to