diff --git a/download b/download new file mode 100644 index 0000000000000000000000000000000000000000..2094a5e43da5b6c20e145bf164b4db6cfdc34e46 --- /dev/null +++ b/download @@ -0,0 +1 @@ +345e5b2340f4c6fd1b90597745761ddf gsettings-desktop-schemas-40.0.tar.xz diff --git a/gsettings-desktop-schemas-40.0.tar.xz b/gsettings-desktop-schemas-40.0.tar.xz deleted file mode 100644 index 4f9643f83ee60f75d0a8489e3f9e502d5bd844de..0000000000000000000000000000000000000000 Binary files a/gsettings-desktop-schemas-40.0.tar.xz and /dev/null differ diff --git a/gsettings-desktop-schemas.spec b/gsettings-desktop-schemas.spec index f1d7366952e0cef36bcd4db8fe86e5e818cd87f9..dff340c79971bcbe76830e9b21bfe136c9a0891e 100644 --- a/gsettings-desktop-schemas.spec +++ b/gsettings-desktop-schemas.spec @@ -4,14 +4,13 @@ Name: gsettings-desktop-schemas Version: 40.0 -Release: 4%{?dist} +Release: 6%{anolis_release}%{?dist} Summary: A collection of GSettings schemas License: LGPLv2+ # no homepage exists for this component URL: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz -Source1: org.gnome.desktop.interface.rhel.gschema.override BuildRequires: gettext BuildRequires: glib2-devel >= 2.31.0 @@ -22,7 +21,15 @@ Requires: glib2 >= 2.31.0 # Recommend the default fonts set in the schemas Recommends: font(cantarell) -Recommends: font(sourcecodepro) +# For 9.2 we've decided that we will change the default monospace font to align +# with Fedora and upstream GNOME. After doing the change we've discovered that +# the font is not installed together with the g-d-s update when updating from +# RHEL 9.0.0, This is because Source Code Pro was in BUILDROOT for 9.0.0 and +# was moved to AppStream in 9.1.0. The "Recommends" specified below is not +# applied on upgrade and we have to change it for "Requires" to install the font +# correctly. +#Recommends: font(sourcecodepro) +Requires: font(sourcecodepro) %description gsettings-desktop-schemas contains a collection of GSettings schemas for @@ -57,10 +64,6 @@ Doc pages for %{name}. %install %meson_install -%if 0%{?rhel} -cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas -%endif - %find_lang %{name} --with-gnome @@ -86,9 +89,18 @@ glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas %doc AUTHORS MAINTAINERS NEWS README %changelog -* Wed Nov 23 2022 Xiaoping Liu - 40.0-4.0.1 +* Tue Jun 20 2023 Xiaoping Liu - 40.0-6.0.1 - Add doc sub package +* Wed Dec 21 2022 Tomas Popela - 40.0-6 +- Require the Source Code Pro font instead of only recommending it to not break + systems updated from 9.0.0. + Resolves: rhbz#2093975 + +* Tue Nov 22 2022 Carlos Garnacho - 40.0-5 +- Restore default monospace font to Source Code Pro + Resolves: rhbz#2093975 + * Mon Aug 09 2021 Mohan Boddu - 40.0-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 diff --git a/org.gnome.desktop.interface.rhel.gschema.override b/org.gnome.desktop.interface.rhel.gschema.override deleted file mode 100644 index f474a79f6b74fa8ffcf9964c72015acd1e3aba42..0000000000000000000000000000000000000000 --- a/org.gnome.desktop.interface.rhel.gschema.override +++ /dev/null @@ -1,2 +0,0 @@ -[org.gnome.desktop.interface] -monospace-font-name='Monospace 11'