Remove libbluray support on RHEL
https://bugzilla.redhat.com/show_bug.cgi?id=1747972
This commit is contained in:
parent
ef2e4cd270
commit
eb670572bb
@ -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 <oholy@redhat.com> - 1.42.0-3
|
||||
- Remove libbluray support on RHEL (#1747972)
|
||||
|
||||
* Wed Sep 11 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.42.0-2
|
||||
- Rebuild for new libnfs version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user