thomas: server/perl-kolab perl-kolab.spec,1.108,1.109

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


Author: thomas

Update of /kolabrepository/server/perl-kolab
In directory doto:/tmp/cvs-serv19305/perl-kolab

Modified Files:
	perl-kolab.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: perl-kolab.spec
===================================================================
RCS file: /kolabrepository/server/perl-kolab/perl-kolab.spec,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- perl-kolab.spec	25 Nov 2008 22:54:32 -0000	1.108
+++ perl-kolab.spec	9 Dec 2008 20:32:47 -0000	1.109
@@ -61,7 +61,9 @@
 PreReq:       imapd
 AutoReq:      no
 AutoReqProv:  no
-Obsoletes:    kolabconf
+
+Provides:     kolabconf = %{version}-%{release}
+Obsoletes:    kolabconf <= %{version}-%{release}
 
 %description
     Perl modules for use with the Kolab server





More information about the commits mailing list