fix scripts

This commit is contained in:
Matthias Clasen 2007-04-02 21:45:40 +00:00
parent e746b43416
commit 6c07cb0a8b

View File

@ -1,7 +1,7 @@
Summary: GNOME Bluetooth Subsystem
Name: gnome-bluetooth
Version: 0.8.0
Release: 3%{?dist}
Release: 4%{?dist}
License: GPL
Group: System Environment/Libraries
URL: http://usefulinc.com/software/gnome-bluetooth
@ -81,7 +81,6 @@ if [ "$1" -gt 1 ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-uninstall-rule \
%{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas >/dev/null || :
killall -HUP gconfd-2 || :
fi
%post libs -p /sbin/ldconfig
@ -98,7 +97,6 @@ if [ "$1" -eq 0 ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-uninstall-rule \
%{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas > /dev/null || :
killall -HUP gconfd-2 || :
fi
%files -f %{name}.lang
@ -125,6 +123,9 @@ fi
%{_includedir}/gnome-bluetooth/
%changelog
* Mon Apr 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-4
- Remove unncessary gconfd killing from scripts (#224561)
* Tue Feb 27 2007 Harald Hoyer <harald@redhat.com> - 0.8.0-3%{?dist}
- corrected BuildRoot
- smp flags added