Accepting request 406667 from home:VictorYang:branches:GNOME:Factory
Fix: gvfs-smb timeout by message bus issue.bnc#983992 OBS-URL: https://build.opensuse.org/request/show/406667 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=240
This commit is contained in:
parent
96d6c1dc18
commit
16a71b66c0
@ -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
|
Tue May 10 07:05:41 UTC 2016 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gvfs
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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} = %{version}
|
||||||
Requires: %{name}-backends = %{version}
|
Requires: %{name}-backends = %{version}
|
||||||
Supplements: packageand(%{name}:%(rpm -q --qf "%%{name}" --whatprovides libsmbclient)
|
Supplements: packageand(%{name}:%(rpm -q --qf "%%{name}" --whatprovides libsmbclient)
|
||||||
|
%glib2_gsettings_schema_requires
|
||||||
|
|
||||||
%description backend-samba
|
%description backend-samba
|
||||||
This package provides a gvfs backend that supports 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
|
%postun backends
|
||||||
%glib2_gsettings_schema_postun
|
%glib2_gsettings_schema_postun
|
||||||
|
|
||||||
|
%post backend-samba
|
||||||
|
%glib2_gsettings_schema_post
|
||||||
|
|
||||||
|
%postun backend-samba
|
||||||
|
%glib2_gsettings_schema_postun
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user