import glib-networking-2.68.3-3.el9

This commit is contained in:
CentOS Sources 2022-04-05 07:09:45 -04:00 committed by Stepan Oksanichenko
parent 219f5a78c6
commit bf3b3fb646

View File

@ -2,14 +2,11 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
# No libproxy in RHEL
%if !0%{?rhel}
%global with_libproxy 1
%endif
Name: glib-networking
Version: 2.68.3
Release: 1%{?dist}
Release: 3%{?dist}
Summary: Networking support for GLib
License: LGPLv2+
@ -34,6 +31,9 @@ Requires: ca-certificates
Requires: glib2%{?_isa} >= %{glib2_version}
Requires: gsettings-desktop-schemas
# For glib-pacrunner
Recommends: libproxy-webkitgtk4
%description
This package contains modules that extend the networking support in
GIO. In particular, it contains libproxy- and GSettings-based
@ -82,6 +82,14 @@ the functionality of the installed glib-networking package.
%{_datadir}/installed-tests
%changelog
* Thu Feb 24 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.3-3
- Recommends: libproxy-webkitgtk4 for glib-pacrunner
- Related: #2056988
* Tue Feb 22 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.3-2
- Reenable libproxy dependency
- Resolves: #2056988
* Mon Dec 06 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.3-1
- Update to 2.68.3
- Resolves: #1947187