Accepting request 407743 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/407743 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=123
This commit is contained in:
commit
44639c5b66
15
gvfs.changes
15
gvfs.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- 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 -backend-samba subpackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 10 07:05:41 UTC 2016 - fcrozat@suse.com
|
Tue May 10 07:05:41 UTC 2016 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ BuildRequires: pkgconfig(libmtp) >= 1.1.5
|
|||||||
BuildRequires: pkgconfig(libnfs)
|
BuildRequires: pkgconfig(libnfs)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(libsecret-unstable)
|
BuildRequires: pkgconfig(libsecret-unstable)
|
||||||
BuildRequires: pkgconfig(libsystemd-login) >= 44
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
BuildRequires: pkgconfig(smbclient)
|
BuildRequires: pkgconfig(smbclient)
|
||||||
%if %{with_udisks2}
|
%if %{with_udisks2}
|
||||||
BuildRequires: pkgconfig(udisks2) >= 1.97
|
BuildRequires: pkgconfig(udisks2) >= 1.97
|
||||||
@ -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