AlmaLinux changes

This commit is contained in:
eabdullin 2022-02-25 17:04:23 +03:00
parent cb13493f0c
commit 625fa78e31

View File

@ -17,7 +17,7 @@
Name: webkit2gtk3
Version: 2.34.2
Release: 1%{?dist}
Release: 1%{?dist}.alma
Summary: GTK Web content engine library
License: LGPLv2
@ -96,6 +96,7 @@ BuildRequires: pkgconfig(wayland-server)
BuildRequires: pkgconfig(wpe-1.0)
BuildRequires: pkgconfig(wpebackend-fdo-1.0)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(wayland-protocols)
# These are hard requirements of WebKit's bubblewrap sandbox.
Requires: bubblewrap
@ -310,6 +311,9 @@ export NINJA_STATUS="[%f/%t][%e] "
%endif
%changelog
* Fri Feb 25 2022 Eduard Abdullin <eabdullin@almalinux.org> - 2.34.2-1.alma
- Add wayland-protocols to BR
* Wed Nov 24 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.34.2-1
- Update to 2.34.2
Related: #1985041