Skip to content

Commit

Permalink
Lock pkgconfig package for F40
Browse files Browse the repository at this point in the history
Upstream issue to resolve issue with pkgconfig https://bugzilla.redhat.com/show_bug.cgi?id=2307038.
Signed-off-by: Martin Styk <[email protected]>
  • Loading branch information
StykMartin committed Aug 22, 2024
1 parent 3232896 commit c093b10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions restraint.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ Source116: m4-1.4.19.tar.xz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: gcc
BuildRequires: gcc-c++
# https://bugzilla.redhat.com/show_bug.cgi?id=2307038
%if 0%{?fedora} == 40
BuildRequires: pkgconfig < 2.1.1
%else
BuildRequires: pkgconfig
%endif
BuildRequires: gettext
BuildRequires: perl-XML-Parser
BuildRequires: libselinux-devel
Expand Down

0 comments on commit c093b10

Please sign in to comment.