From b5bf8dd5bd5449572a4179886b73732ff5837125 Mon Sep 17 00:00:00 2001 From: compile_success <980965867@qq.com> Date: Sat, 18 Jun 2022 15:58:04 +0800 Subject: [PATCH] remove gnutls require --- glib2.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/glib2.spec b/glib2.spec index 7c59113..e13edf8 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.72.2 -Release: 1 +Release: 2 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPLv2+ URL: http://www.gtk.org @@ -18,12 +18,6 @@ BuildRequires: pkgconfig(sysprof-capture-4) %endif %endif -%if 0%{?__isa_bits} == 64 -Requires: libgnutls.so.30()(64bit) -%else -Requires: libgnutls.so.30 -%endif - Provides: %{name}-fam = %{version}-%{release} Obsoletes: %{name}-fam < %{version}-%{release} @@ -81,7 +75,6 @@ rm -rf glib/pcre/*.[ch] -Dsysprof=disabled -Dman=false -Dgtk_doc=false \ %endif -Dsystemtap=true -Dinstalled_tests=true \ - -Dgnutls=true \ -Dglib_debug=disabled %meson_build @@ -185,6 +178,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %endif %changelog +* Sat Jun 18 2022 zhujunhao - 2.72.2-2 +- remove gnutls require + * Mon Jun 6 2022 lin zhang - 2.72.2-1 - Update to 2.72.2 -- Gitee