[baloo/f20] Fix upgrade path for -akonadi

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


commit d4f894d4ff8ebcf22e03154bdd011f50cef8a19b
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Tue Aug 19 15:53:39 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 eaa9e60..3a080ef 100644
--- a/baloo.spec
+++ b/baloo.spec
@@ -2,7 +2,7 @@
 Name:    baloo
 Summary: A framework for searching and managing metadata
 Version: 4.13.3
-Release: 2%{?dist}
+Release: 3%{?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.13.3-2
 %description akonadi
 %{summary}.
 
@@ -187,6 +189,9 @@ fi
 
 
 %changelog
+* Tue Aug 19 2014 Daniel Vrátil <dvratil at redhat.com> - 4.13.3-3
+- Fix upgrade path for -akonadi (Obsoletes baloo < 4.13.3-2)
+
 * Mon Aug 18 2014 Daniel Vrátil <dvratil at redhat.com> - 4.13.3-2
 - Improve coinstallability with kf5-baloo
 - Move Akonadi indexer to -akonadi subpackage


More information about the scm-commits mailing list