diff --git a/gvfs.spec b/gvfs.spec index f552a63..067f472 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) @@ -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 @@ -205,6 +204,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