[baloo/f21] Fix upgrade path for -akonadi

Daniel Vrátil dvratil at fedoraproject.org
Tue Aug 19 13:54:41 UTC 2014


commit 48f16e44e8354fd4ed88244c014b012134e2df04
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Tue Aug 19 15:52:29 2014 +0200

    Fix upgrade path for -akonadi

 baloo.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/baloo.spec b/baloo.spec
index dd5143e..540979d 100644
--- a/baloo.spec
+++ b/baloo.spec
@@ -2,7 +2,7 @@
 Name:    baloo
 Summary: A framework for searching and managing metadata
 Version: 4.14.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 License: GPLv2 and LGPLv2
 URL:     https://projects.kde.org/projects/kde/kdelibs/baloo
@@ -70,6 +70,8 @@ Requires: %{name} >= %{version}-%{release}
 %package akonadi
 Summary: Baloo indexer and search plugin for Akonadi
 Requires: %{name}-libs%{?_isa} = %{version}-%{release}
+# Upgrade path
+Obsoletes: %{name} < 4.14.0-3
 %description akonadi
 %{summary}.
 
@@ -189,6 +191,9 @@ fi
 
 
 %changelog
+* Tue Aug 19 2014 Daniel Vrátil <dvratil at redhat.com> - 4.14.0-4
+- Fix upgrade path for -akonadi (Obosoletes baloo < 4.14.0-3)
+
 * Mon Aug 18 2014 Daniel Vrátil <dvratil at redhat.com> - 4.14.0-3
 - Improve coinstallability with kf5-baloo
 - Move Akonadi indexer to -akonadi subpackage


More information about the scm-commits mailing list