|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
Summary: The GNOME virtual file-system libraries.
|
|
|
|
|
Name: gnome-vfs2
|
|
|
|
|
Version: 2.11.90
|
|
|
|
|
Release: 2
|
|
|
|
|
Release: 3
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Source0: gnome-vfs-%{version}.tar.bz2
|
|
|
|
@ -141,7 +141,7 @@ rm -fr %{buildroot}
|
|
|
|
|
%post
|
|
|
|
|
|
|
|
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
|
|
|
|
SCHEMAS="system_http_proxy.schemas system_dns_sd.schemas system_smb.schemas desktop_gnome_url_handlers.schemas desktop_default_applications.schemas"
|
|
|
|
|
SCHEMAS="system_http_proxy.schemas system_dns_sd.schemas system_smb.schemas desktop_gnome_url_handlers.schemas desktop_default_applications.schemas system_storage.schemas"
|
|
|
|
|
for S in $SCHEMAS; do
|
|
|
|
|
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
|
|
|
|
|
done
|
|
|
|
@ -184,6 +184,9 @@ done
|
|
|
|
|
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 11 2005 David Zeuthen <davidz@redhat.com> 2.11.90-3
|
|
|
|
|
- Add system_storage.schemas to SCHEMAS (#165703)
|
|
|
|
|
|
|
|
|
|
* Wed Aug 10 2005 David Zeuthen <davidz@redhat.com> 2.11.90-2
|
|
|
|
|
- Disable a few patches that are upstream/irrelavant
|
|
|
|
|
- Add patch to detect mounts from drives we cannot poll
|
|
|
|
|