diff --git a/gnome-photos.spec b/gnome-photos.spec index d774c9f..60fdb1d 100644 --- a/gnome-photos.spec +++ b/gnome-photos.spec @@ -15,7 +15,7 @@ Name: gnome-photos Version: 3.38.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Access, organize and share your photos on GNOME # GNOME Photos itself is GPLv3+, but the bundled libgd is LGPLv2+ @@ -83,7 +83,10 @@ Online Accounts. %package tests Summary: Tests for %{name} + +%if 0%{?fedora} || 0%{?rhel} < 9 Requires: python3-dogtail +%endif %description tests This package contains the installable tests for %{name}. @@ -94,7 +97,15 @@ This package contains the installable tests for %{name}. %build -%meson --buildtype=plain -Dinstalled_tests=true +%meson \ + --buildtype=plain \ +%if 0%{?fedora} || 0%{?rhel} < 9 + -Ddogtail=true \ +%else + -Ddogtail=false \ +%endif + -Dinstalled_tests=true \ + %meson_build @@ -136,6 +147,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Photos.desk %changelog +* Mon Dec 14 2020 Debarshi Ray - 3.38.0-2 +- Remove python3-dogtail from Requires on RHEL 9 + * Wed Sep 23 2020 Debarshi Ray - 3.38.0-1 - Update to 3.38.0