From 6c07cb0a8b3ee18b764ad9a2718bc784546c601c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 2 Apr 2007 21:45:40 +0000 Subject: [PATCH] fix scripts --- gnome-bluetooth.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 14391e5..207f1b8 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -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 - 0.8.0-4 +- Remove unncessary gconfd killing from scripts (#224561) + * Tue Feb 27 2007 Harald Hoyer - 0.8.0-3%{?dist} - corrected BuildRoot - smp flags added