diff --git a/gvfs.spec b/gvfs.spec index d6fc413..08b6a6a 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -23,7 +23,7 @@ Name: gvfs Version: 1.42.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Backends for the gio framework in GLib License: GPLv3 and LGPLv2+ and BSD and MPLv2.0 @@ -46,7 +46,9 @@ BuildRequires: pkgconfig(avahi-glib) >= %{avahi_version} BuildRequires: pkgconfig(libsecret-1) BuildRequires: gettext-devel >= %{gettext_version} BuildRequires: pkgconfig(udisks2) >= %{udisks2_version} +%if ! 0%{?rhel} BuildRequires: pkgconfig(libbluray) +%endif BuildRequires: systemd-devel >= %{systemd_version} BuildRequires: pkgconfig(libxslt) BuildRequires: docbook-style-xsl @@ -222,6 +224,7 @@ the functionality of the installed gvfs package. %endif %if 0%{?rhel} -Dnfs=false \ + -Dbluray=false \ %endif %{nil} %meson_build @@ -399,6 +402,9 @@ killall -USR1 gvfsd >&/dev/null || : %{_datadir}/installed-tests %changelog +* Thu Sep 19 2019 Ondrej Holy - 1.42.0-3 +- Remove libbluray support on RHEL (#1747972) + * Wed Sep 11 2019 Leigh Scott - 1.42.0-2 - Rebuild for new libnfs version