From 55fa815c9ab5c7c4f7c0c9c3e7d84c6f9088371d Mon Sep 17 00:00:00 2001 From: tigro Date: Fri, 27 Oct 2023 12:38:11 +0300 Subject: [PATCH] Disable Fedora provider --- SPECS/gnome-online-accounts.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/gnome-online-accounts.spec b/SPECS/gnome-online-accounts.spec index 97f16c9..737cd7c 100644 --- a/SPECS/gnome-online-accounts.spec +++ b/SPECS/gnome-online-accounts.spec @@ -6,7 +6,7 @@ Name: gnome-online-accounts Version: 3.40.0 -Release: 3%{?dist}.inferit +Release: 3%{?dist}.inferit.1 Summary: Single sign-on framework for GNOME License: LGPLv2+ @@ -70,6 +70,7 @@ developing applications that use %{name}. %build %configure \ + --disable-fedora \ --disable-facebook \ --disable-flickr \ --disable-foursquare \ @@ -79,7 +80,6 @@ developing applications that use %{name}. --disable-static \ --enable-compile-warnings=yes \ --enable-documentation \ - --enable-fedora \ --enable-exchange \ --enable-google \ --enable-gtk-doc \ @@ -132,6 +132,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %{_datadir}/vala/ %changelog +* Fri Oct 27 2023 Arkady L. Shane - 3.40.0-3.inferit.1 +- Disable Fedora provider + * Wed Oct 11 2023 Sergey Cherevko - 3.40.0-3.inferit - Fix bug when two accounts of yandex disk displayed as one (patch by Alexey Berezhok ) - Added support of yandex webdav (patch by Alexey Berezhok )