diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2008-12-09 20:32:47 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2008-12-09 20:32:47 (GMT) |
commit | 0c0c399d28ea85b3f74748792dc80036dac92498 (patch) | |
tree | ef3fafbe2cb75e31450f0e6e78e32379f411c914 | |
parent | 8f9088df56ace812dff98ddbd06ba9d39cd2c55e (diff) | |
download | perl-Kolab-0c0c399d28ea85b3f74748792dc80036dac92498.tar.gz |
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.
-rw-r--r-- | perl-kolab.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-kolab.spec b/perl-kolab.spec index 7cd12f5..9b65175 100644 --- a/perl-kolab.spec +++ b/perl-kolab.spec @@ -61,7 +61,9 @@ PreReq: perl-ldap 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 |