Drop the BuildRequires on liboauth from RHEL >= 9
This commit is contained in:
parent
a167847a1f
commit
86cfb8bddd
@ -3,7 +3,7 @@
|
||||
|
||||
Name: grilo
|
||||
Version: 0.3.13
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Content discovery framework
|
||||
|
||||
License: LGPLv2+
|
||||
@ -20,9 +20,12 @@ BuildRequires: gobject-introspection-devel >= 0.9.0
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: glib2-devel
|
||||
|
||||
# For the test UI
|
||||
BuildRequires: gtk3-devel
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: liboauth-devel
|
||||
%endif
|
||||
BuildRequires: totem-pl-parser-devel
|
||||
|
||||
# https://gitlab.gnome.org/GNOME/grilo/-/merge_requests/77
|
||||
@ -86,6 +89,9 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/grilo-%{release_version}/plugins/
|
||||
%{_datadir}/vala/
|
||||
|
||||
%changelog
|
||||
* Mon Aug 23 2021 Debarshi Ray <rishi@fedoraproject.org> - 0.3.13-6
|
||||
- Drop the BuildRequires on liboauth from RHEL >= 9
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user