diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec index 6667b35..fe01fc8 100644 --- a/gnome-online-accounts.spec +++ b/gnome-online-accounts.spec @@ -6,7 +6,7 @@ Name: gnome-online-accounts Version: 3.40.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Single sign-on framework for GNOME License: LGPLv2+ @@ -68,12 +68,15 @@ developing applications that use %{name}. %build %configure \ -%if 0%{?fedora} || 0%{?rhel} < 9 - --enable-flickr \ +%if 0%{?fedora} --enable-foursquare \ %else - --disable-flickr \ --disable-foursquare \ +%endif +%if 0%{?fedora} || 0%{?rhel} < 9 + --enable-flickr \ +%else + --disable-flickr \ %endif --disable-facebook \ --disable-lastfm \ @@ -134,6 +137,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %{_datadir}/vala/ %changelog +* Tue Apr 27 2021 Debarshi Ray - 3.40.0-3 +- Disable the Foursquare provider on RHEL 8 too + * Sat Apr 24 2021 Debarshi Ray - 3.40.0-2 - Disable the Flickr and Foursquare providers on RHEL >= 9 - Remove Photos support from the Google provider on RHEL >= 9