Use fonts() provides instead of requiring specific package names

https://bugzilla.redhat.com/show_bug.cgi?id=1677056#c13
This commit is contained in:
Kalev Lember 2019-02-25 09:44:31 +01:00
parent 47fe1f3ef4
commit 5078dfad95

View File

@ -2,7 +2,7 @@
Name: gsettings-desktop-schemas
Version: 3.31.91
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A collection of GSettings schemas
License: LGPLv2+
@ -23,8 +23,8 @@ Conflicts: mutter < 3.19.3
Requires: glib2 >= 2.31.0
# Recommend the default fonts set in the schemas
Recommends: abattis-cantarell-fonts
Recommends: adobe-source-code-pro-fonts
Recommends: font(cantarell)
Recommends: font(sourcecodepro)
%description
gsettings-desktop-schemas contains a collection of GSettings schemas for
@ -76,6 +76,9 @@ glib-compile-schemas --dry-run --strict $RPM_BUILD_ROOT%{_datadir}/glib-2.0/sche
%changelog
* Mon Feb 25 2019 Kalev Lember <klember@redhat.com> - 3.31.91-2
- Use fonts() provides instead of requiring specific package names (#1677056)
* Wed Feb 20 2019 Kalev Lember <klember@redhat.com> - 3.31.91-1
- Update to 3.31.91