SPECS: dbus.spec - rel 3 - fixed trigger

baggins baggins at pld-linux.org
Sun Feb 18 01:26:10 CET 2007


Author: baggins                      Date: Sun Feb 18 00:26:10 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 3
- fixed trigger

---- Files affected:
SPECS:
   dbus.spec (1.152 -> 1.153) 

---- Diffs:

================================================================
Index: SPECS/dbus.spec
diff -u SPECS/dbus.spec:1.152 SPECS/dbus.spec:1.153
--- SPECS/dbus.spec:1.152	Fri Feb 16 08:27:10 2007
+++ SPECS/dbus.spec	Sun Feb 18 01:26:05 2007
@@ -6,7 +6,7 @@
 Summary(pl.UTF-8):	Magistrala przesyłania komunikatów D-BUS
 Name:		dbus
 Version:	1.0.2
-Release:	2
+Release:	3
 License:	AFL v2.1 or GPL v2
 Group:		Libraries
 Source0:	http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
@@ -165,8 +165,13 @@
 configuration file /etc/sysconfig/dbus has been moved to /etc/sysconfig/messagebus!
 EOF
 
-mv -f /etc/sysconfig/messagebus{,.rpmnew}
-mv -f /etc/sysconfig/{dbus,messagebus}
+if [ -f /etc/sysconfig/dbus ]; then
+	mv -f /etc/sysconfig/messagebus{,.rpmnew}
+	mv -f /etc/sysconfig/{dbus,messagebus}
+elif [ -f /etc/sysconfig/dbus.rpmsave ]; then
+	mv -f /etc/sysconfig/messagebus{,.rpmnew}
+	mv -f /etc/sysconfig/{dbus.rpmsave,messagebus}
+fi
 
 %files
 %defattr(644,root,root,755)
@@ -221,6 +226,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.153  2007/02/18 00:26:05  baggins
+- rel 3
+- fixed trigger
+
 Revision 1.152  2007/02/16 07:27:10  arekm
 - rel 2; paths for new pam
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dbus.spec?r1=1.152&r2=1.153&f=u



More information about the pld-cvs-commit mailing list