From 16a71b66c09f25c2c315b02c412dc74cb0d55bcf2b16174f6f4b8810842af732 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 8 Jul 2016 15:37:15 +0000 Subject: [PATCH 1/5] 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 --- gvfs.changes | 5 +++++ gvfs.spec | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) 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} From 7b915f4201c3b4a282168cc13f1f2fcc8475e671af868c863b26ad3f4260f223 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 8 Jul 2016 15:38:50 +0000 Subject: [PATCH 2/5] tweaked OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=241 --- gvfs.changes | 5 ++++- gvfs.spec | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gvfs.changes b/gvfs.changes index 432fb26..b5efce9 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- Tue Jul 5 06:50:12 UTC 2016 - tyang@suse.com -- Fix: gvfs-smb timeout by message bus issue.(bnc#983992) +- Fix "gvfs-smb timeout by message bus issue" (bsc#983992): + + Add %glib2_gsettings_schema_require to preamble. + + Add %glib2_gsettings_schema_post/postun to respective scripts + of -samba subpackage. ------------------------------------------------------------------- Tue May 10 07:05:41 UTC 2016 - fcrozat@suse.com diff --git a/gvfs.spec b/gvfs.spec index 78e9267..d734600 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -1,7 +1,7 @@ # # spec file for package gvfs # -# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 9a454a45e492282bcf6afec853d2bb1556f55cd01d2e618e1e7b8fcee27236c0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 8 Jul 2016 15:39:07 +0000 Subject: [PATCH 3/5] tweaked OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=242 --- gvfs.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gvfs.changes b/gvfs.changes index b5efce9..ab64ed1 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -4,7 +4,7 @@ Tue Jul 5 06:50:12 UTC 2016 - tyang@suse.com - Fix "gvfs-smb timeout by message bus issue" (bsc#983992): + Add %glib2_gsettings_schema_require to preamble. + Add %glib2_gsettings_schema_post/postun to respective scripts - of -samba subpackage. + of -backend-samba subpackage. ------------------------------------------------------------------- Tue May 10 07:05:41 UTC 2016 - fcrozat@suse.com From d2dd17c0ef01337c378b60dd6d901acdec117c3c10711198e37af567c6c6348f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 11 Jul 2016 09:51:44 +0000 Subject: [PATCH 4/5] Accepting request 407742 from home:fbui:branches:GNOME:Factory - Replace pkgconfig(libsystemd-login) with pkgconfig(libsystemd) Nowadays pkgconfig(libsystemd) replaces all libsystemd-* libs, which are obsolete. OBS-URL: https://build.opensuse.org/request/show/407742 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=243 --- gvfs.changes | 8 ++++++++ gvfs.spec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gvfs.changes b/gvfs.changes index ab64ed1..9ba643b 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jul 6 06:47:22 UTC 2016 - fbui@suse.com + +- Replace pkgconfig(libsystemd-login) with pkgconfig(libsystemd) + + Nowadays pkgconfig(libsystemd) replaces all libsystemd-* libs, which + are obsolete. + ------------------------------------------------------------------- Tue Jul 5 06:50:12 UTC 2016 - tyang@suse.com diff --git a/gvfs.spec b/gvfs.spec index d734600..dbc95c8 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -68,7 +68,7 @@ BuildRequires: pkgconfig(libmtp) >= 1.1.5 BuildRequires: pkgconfig(libnfs) %endif BuildRequires: pkgconfig(libsecret-unstable) -BuildRequires: pkgconfig(libsystemd-login) >= 44 +BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(smbclient) %if %{with_udisks2} BuildRequires: pkgconfig(udisks2) >= 1.97 From 58857e5c8c840ea3758770df5f86fdcf7c199cd548d829645dc4315407c2fead Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 11 Jul 2016 09:52:32 +0000 Subject: [PATCH 5/5] OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=244 --- gvfs.changes | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gvfs.changes b/gvfs.changes index 9ba643b..170b56d 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,10 +1,9 @@ ------------------------------------------------------------------- Wed Jul 6 06:47:22 UTC 2016 - fbui@suse.com -- Replace pkgconfig(libsystemd-login) with pkgconfig(libsystemd) - - Nowadays pkgconfig(libsystemd) replaces all libsystemd-* libs, which - are obsolete. +- Replace pkgconfig(libsystemd-login) with pkgconfig(libsystemd): + Nowadays pkgconfig(libsystemd) replaces all libsystemd-* libs, + which are obsolete. ------------------------------------------------------------------- Tue Jul 5 06:50:12 UTC 2016 - tyang@suse.com