From e3bbb6fc44478bc38a3269216cf627461c1b1ae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 16 Jun 2015 11:56:14 +0200 Subject: [PATCH] Only obsolete libbluedevil on F>=22 --- kf5-bluez-qt.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kf5-bluez-qt.spec b/kf5-bluez-qt.spec index 8279aac..a6b69df 100644 --- a/kf5-bluez-qt.spec +++ b/kf5-bluez-qt.spec @@ -4,7 +4,7 @@ Name: kf5-%{framework} Summary: A Qt wrapper for Bluez Version: 5.11.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ URL: https://projects.kde.org/projects/kde/workspace/bluez-qt @@ -28,8 +28,10 @@ BuildRequires: systemd Requires: kf5-filesystem Requires: bluez >= 5 +%if 0%{?fedora} >= 22 ## libbluedevil 5.2.2 was the last release Obsoletes: libbluedevil < 5.2.90 +%endif %description BluezQt is Qt-based library written handle all Bluetooth functionality. @@ -79,6 +81,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jun 16 2015 Daniel Vrátil - 5.11.0-2 +- Only obsolete libbluedevil on F>=22 + * Wed Jun 10 2015 Daniel Vrátil - 5.11.0-1 - KDE Frameworks 5.11.0