From f2faf1c11f5d04a39b3278c28b98758e8e16fc1a Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 14 Feb 2020 09:12:55 -0500 Subject: [PATCH] Fixing a typo of Requires: accounts-qml-module Signed-off-by: Mohan Boddu --- kaccounts-integration.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 6fd947f..2283949 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration Version: 19.12.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -40,7 +40,7 @@ BuildRequires: pkgconfig(libsignon-qt5) >= 8.55 # For AutoReq cmake-filesystem BuildRequires: cmake -Requires: acounts-qml-module%{?_isa} +Requires: accounts-qml-module%{?_isa} Requires: signon-plugin-oauth2%{?_isa} Obsoletes: kaccounts < 15.03 @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Feb 14 2020 Mohan Boddu - 19.12.2-3 +- Fixing a typo of Requires: accounts-qml-module + * Thu Feb 13 2020 Rex Dieter - 19.12.2-2 - Requires: accounts-qml-module (#1794594)