On Fri, Jan 5, 2024 at 8:16 AM Martin Gansser <martin.gansser@xxxxxxxxx> wrote: > > I'm just wondering why my packages under rawhide suddenly need gettext as a dependency ? > > should i set an if condition for rawhide ? > > %if 0%{?fedora} >= 40 > BuildRequires: gettext > %endif This shouldn't be conditional. If you require gettext, you should `BuildRequires: gettext`. If it worked before, it was accidental (something else you had a BR on must have pulled it in). That subsequently changed. You can't rely on that behavior even to remain in released Fedoras, so just add the requirement explicitly to your specfile. -- _______________________________________________ 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 Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue