diff --git a/SPECS/gnome-online-accounts.spec b/SPECS/gnome-online-accounts.spec index a94b1a7..9a20af4 100644 --- a/SPECS/gnome-online-accounts.spec +++ b/SPECS/gnome-online-accounts.spec @@ -6,7 +6,7 @@ Name: gnome-online-accounts Version: 3.28.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Single sign-on framework for GNOME License: LGPLv2+ @@ -57,20 +57,14 @@ developing applications that use %{name}. %build %configure \ + --disable-facebook \ + --disable-foursquare \ --disable-lastfm \ --disable-media-server \ --disable-silent-rules \ --disable-static \ - --disable-todoist \ -%if ! 0%{?fedora} && 0%{?rhel} <= 7 - --disable-facebook \ - --disable-foursquare \ - --enable-telepathy \ -%else --disable-telepathy \ - --enable-facebook \ - --enable-foursquare \ -%endif + --disable-todoist \ --enable-exchange \ --enable-flickr \ --enable-google \ @@ -140,6 +134,10 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %{_datadir}/vala/ %changelog +* Sat Apr 24 2021 Debarshi Ray - 3.28.2-3 +- Disable the Facebook and Foursquare providers +Resolves: #1951086, #1952136 + * Mon Feb 01 2021 Tomas Popela - 3.28.2-2 - Rebuild to fix multilib issues Resolves: #1765627