From 87d15532bc5cae3a9126ee8f352de1ecd4dfae01 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Thu, 16 Jul 2020 07:46:29 -0500 Subject: [PATCH] Minor conditional fixes for ELN Signed-off-by: Merlin Mathesius --- libgdata.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libgdata.spec b/libgdata.spec index cfc4771..b5fec83 100644 --- a/libgdata.spec +++ b/libgdata.spec @@ -1,6 +1,6 @@ Name: libgdata Version: 0.17.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for the GData protocol License: LGPLv2+ @@ -13,7 +13,7 @@ BuildRequires: glib2-devel BuildRequires: gnome-online-accounts-devel BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc -%if ! 0%{?rhel} +%if 0%{?fedora} || 0%{?rhel} >= 9 BuildRequires: uhttpmock-devel %endif BuildRequires: json-glib-devel @@ -81,6 +81,9 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %{_datadir}/vala/ %changelog +* Thu Jul 16 2020 Merlin Mathesius - 0.17.12-2 +- Minor conditional fixes for ELN + * Mon Mar 02 2020 Kalev Lember - 0.17.12-1 - Update to 0.17.12