thomas: server/pear/Horde_SessionObjects Horde_SessionObjects.spec, 1.2, 1.3

cvs at kolab.org cvs at kolab.org
Tue Dec 9 21:32:50 CET 2008


Author: thomas

Update of /kolabrepository/server/pear/Horde_SessionObjects
In directory doto:/tmp/cvs-serv19305/pear/Horde_SessionObjects

Modified Files:
	Horde_SessionObjects.spec 
Log Message:
Added Provides/Obsoletes to .spec files to allow automatic upgrades.

The values used for packages below pear/ are not optimal (not every
package provides a full horde-framework-kolab), but this was the only
way I found to make rpm happy.


Index: Horde_SessionObjects.spec
===================================================================
RCS file: /kolabrepository/server/pear/Horde_SessionObjects/Horde_SessionObjects.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Horde_SessionObjects.spec	25 Nov 2008 22:54:32 -0000	1.2
+++ Horde_SessionObjects.spec	9 Dec 2008 20:32:47 -0000	1.3
@@ -1,7 +1,7 @@
 # Variables
 %define         V_package Horde_SessionObjects
 %define         V_version 0.0.2
-%define         V_release 1
+%define         V_release 20081209
 
 # Package Information
 Name:	   %{V_package}
@@ -30,7 +30,8 @@
 PreReq:       Horde_Framework
 PreReq:       Horde_Serialize
 
-Conflicts:    horde-framework-kolab
+Provides:     horde-framework-kolab = 3.2_rc3-20081209
+Obsoletes:    horde-framework-kolab < 3.2_rc3-20081209
 
 %description 
 The Horde_SessionObjects:: class provides a way for storing data





More information about the commits mailing list