From 5b5c21e01746cfbf66365bda265225f966adf852 Mon Sep 17 00:00:00 2001 From: songnannan Date: Fri, 20 Mar 2020 11:57:14 +0800 Subject: [PATCH 1/2] add gdb in buildrequires --- gvfs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gvfs.spec b/gvfs.spec index f552a63..a0eed04 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -24,7 +24,7 @@ Name: gvfs Version: 1.40.2 -Release: 4 +Release: 5 Summary: gvfs is a backends for the gio framework in GLib License: GPLv3 and LGPLv2+ and BSD and MPLv2.0 URL: https://wiki.gnome.org/Projects/gvfs @@ -33,7 +33,7 @@ Source0: https://download.gnome.org/sources/gvfs/1.40/gvfs-%{version}.tar.xz BuildRequires: /usr/bin/ssh BuildRequires: meson gcc pkgconfig pkgconfig(glib-2.0) >= %{glib2_version} pkgconfig(dbus-glib-1) pkgconfig(gcr-3) -BuildRequires: openssl-devel +BuildRequires: openssl-devel gdb BuildRequires: pkgconfig(libcdio_paranoia) >= %{libcdio_paranoia_version} pkgconfig(gudev-1.0) >= %{gudev_version} BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version} pkgconfig(avahi-client) >= %{avahi_version} BuildRequires: pkgconfig(avahi-glib) >= %{avahi_version} pkgconfig(libsecret-1) @@ -205,6 +205,9 @@ killall -USR1 gvfsd >&/dev/null || : %{_mandir}/man1/gvfsd-fuse.1* %changelog +* Fri Mar 20 2020 songnannan - 1.40.2-5 +- add gdb in buildrequires + * Tue Jan 14 2020 openEuler Buildteam - 1.40.2-4 - Add post script From 6b872e1f58332b82c42f331649a1dd0093c501dd Mon Sep 17 00:00:00 2001 From: songnannan Date: Fri, 20 Mar 2020 14:38:53 +0800 Subject: [PATCH 2/2] add gdb in buildrequires --- gvfs.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/gvfs.spec b/gvfs.spec index a0eed04..067f472 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -89,7 +89,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package containers the headers and other files which are required for develop applications with gvfs. - %package help Summary: Documentation for gvfs