- don't try to install a schema we don't ship anymore (bug 185549)

f38
Ray Strode 19 years ago
parent fd1a25f7b7
commit d4c5496c03

@ -11,7 +11,7 @@
Summary: The GNOME virtual file-system libraries.
Name: gnome-vfs2
Version: 2.14.0
Release: 1
Release: 2
License: LGPL
Group: System Environment/Libraries
Source0: gnome-vfs-%{version}.tar.bz2
@ -139,7 +139,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 system_storage.schemas"
SCHEMAS="system_http_proxy.schemas system_dns_sd.schemas system_smb.schemas desktop_gnome_url_handlers.schemas desktop_default_applications.schemas"
for S in $SCHEMAS; do
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
done
@ -182,6 +182,9 @@ done
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
%changelog
* Wed Mar 15 2006 Ray Strode <rstrode@redhat.com> - 2.14.0-2
- don't try to install a schema we don't ship anymore (bug 185549)
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
- Update to 2.14.0
- Drop upstreamed patches

Loading…
Cancel
Save