On Fri, Jan 5, 2024 at 8:16 AM Martin Gansser 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 re
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
--
___
devel mailing list -- devel@lists.fedoraproject.org
To unsub
Am Do., 4. Jan. 2024 um 18:29 Uhr schrieb Martin Gansser
:
>
> Hi,
>
> when compiling vdr-extrecmenung for rawhide fc40 the error message [1]
> "/bin/sh: line 1: xgettext: command not found" appears
>
> [1] https://kojipkgs.fedoraproject.org//work/tasks/6182/111296182/build.log
>
> How can i solve
Hi,
when compiling vdr-extrecmenung for rawhide fc40 the error message [1]
"/bin/sh: line 1: xgettext: command not found" appears
[1] https://kojipkgs.fedoraproject.org//work/tasks/6182/111296182/build.log
How can i solve this ?
Regards
Martin
--
___