diff --git a/gvfs.changes b/gvfs.changes index 280e16b..432fb26 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 5 06:50:12 UTC 2016 - tyang@suse.com + +- Fix: gvfs-smb timeout by message bus issue.(bnc#983992) + ------------------------------------------------------------------- Tue May 10 07:05:41 UTC 2016 - fcrozat@suse.com diff --git a/gvfs.spec b/gvfs.spec index 85597e1..78e9267 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -1,7 +1,7 @@ # # spec file for package gvfs # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -101,6 +101,7 @@ Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: %{name}-backends = %{version} Supplements: packageand(%{name}:%(rpm -q --qf "%%{name}" --whatprovides libsmbclient) +%glib2_gsettings_schema_requires %description backend-samba This package provides a gvfs backend that supports Samba. @@ -177,6 +178,12 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print %postun backends %glib2_gsettings_schema_postun +%post backend-samba +%glib2_gsettings_schema_post + +%postun backend-samba +%glib2_gsettings_schema_postun + %clean rm -rf %{buildroot}