diff --git a/gnome-shell-extension-freon.spec b/gnome-shell-extension-freon.spec index a09ea12..b4922ee 100644 --- a/gnome-shell-extension-freon.spec +++ b/gnome-shell-extension-freon.spec @@ -66,8 +66,8 @@ mv %{final_install_dir}/locale %{buildroot}/%{_datadir}/ %posttrans # The latest versions of Fedora compile gschemas automatically, but CentOS 7 # does not. -%if 0%{?rhel} - %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &> /dev/null || : +%if 0%{?rhel} && 0%{?rhel} <= 7 +%{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %endif @@ -86,6 +86,10 @@ mv %{final_install_dir}/locale %{buildroot}/%{_datadir}/ Ukrainian locales, and fixes an instability issue that could cause GNOME Shell to crash. +* Sat Jan 06 2018 Igor Gnatenko - 31-2 +- Scriptlets to compile glib schemas (probably) won't be necessary when + RHEL 8 is eventually released. + * Tue Nov 14 2017 Andrew Toskin - 31-1 - Bump to upstream version 31, which fixes the Russian translations, and adds a new locale for Ukrainian.