From 6a3f498f094b499000e54abfaddf82fbd9b1ec61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 4 May 2015 11:12:55 +0200 Subject: [PATCH] Obsoletes/Provides signon-qt5 --- signon.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/signon.spec b/signon.spec index ac5b45a..aef4a5a 100644 --- a/signon.spec +++ b/signon.spec @@ -1,6 +1,6 @@ Name: signon Version: 8.57 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Accounts framework for Linux and POSIX based platforms License: LGPLv2 @@ -19,6 +19,10 @@ BuildRequires: doxygen BuildRequires: graphviz BuildRequires: libproxy-devel +# signon-qt5 was in ktp-5 COPR +Obsoletes: signon-qt5 < 8.57-5 +Provides: signon-qt5 = %{version}-%{release} + Requires: dbus %description @@ -111,6 +115,9 @@ mkdir -p %{buildroot}%{_libdir}/extensions/ %changelog +* Mon May 04 2015 Daniel Vrátil - 8.57-6 +- Obsoletes/Provides signon-qt5 (for compatibility with COPR) + * Sat May 02 2015 Kalev Lember - 8.57-5 - Rebuilt for GCC 5 C++11 ABI change