Resolves: #2105618 - fix FTBFS in 9.1

This commit is contained in:
Josef Řídký 2022-07-20 09:50:24 +02:00 committed by Stepan Oksanichenko
parent 4f5c2d5743
commit 8abbcfdbb5
2 changed files with 6 additions and 1 deletions

1
.babl.metadata Normal file
View File

@ -0,0 +1 @@
2bc00a664812c3980b2e8cf95a32ecefe943edf2 babl-0.1.86.tar.xz

View File

@ -19,7 +19,7 @@
Summary: A dynamic, any to any, pixel format conversion library
Name: babl
Version: 0.1.86
Release: 3%{?dist}
Release: 4%{?dist}
# Compute some version related macros
# Ugly hack, you need to get your quoting backslashes/percent signs straight
@ -38,6 +38,7 @@ BuildRequires: gobject-introspection-devel
BuildRequires: librsvg2-tools
BuildRequires: meson, vala
BuildRequires: pkgconfig(lcms2)
BuildRequires: openssh-clients
%description
Babl is a dynamic, any to any, pixel format conversion library. It
@ -124,6 +125,9 @@ popd
%doc %{develdocdir}
%changelog
* Wed Jul 20 2022 Josef Ridky <jridky@redhat.com> - 0.1.86-4
- fix FTBFS by adding openssh-clients into BuildRequires (#2105618)
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.86-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688