Disable the Foursquare provider on RHEL 8 too

Note that the Foursquare provider was always disabled on RHEL 7.
This commit is contained in:
Debarshi Ray 2021-04-27 02:44:55 +02:00
parent 312b6ab2bb
commit 616acd1e5f

View File

@ -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 <rishi@fedoraproject.org> - 3.40.0-3
- Disable the Foursquare provider on RHEL 8 too
* Sat Apr 24 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.40.0-2
- Disable the Flickr and Foursquare providers on RHEL >= 9
- Remove Photos support from the Google provider on RHEL >= 9