public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Ship an override file to enable the gnome-shell background logo extension
@ 2026-08-10 9:34 Dennis Gilmore
0 siblings, 0 replies; only message in thread
From: Dennis Gilmore @ 2026-08-10 9:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : 4ca6c9613f2cf79008a516f6ab151f5c9d422a6b
Author : Dennis Gilmore <dennis@ausil.us>
Date : 2014-11-21T18:50:01-06:00
Stats : +22/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/4ca6c9613f2cf79008a516f6ab151f5c9d422a6b?branch=f45
Log:
Ship an override file to enable the gnome-shell background logo extension
in Workstation (#1161637)
- fix up handling of schema file from inccorect initail handling - dennis
---
diff --git a/fedora-release.spec b/fedora-release.spec
index fd7a321..55d3d0e 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -5,7 +5,7 @@
Summary: Fedora release files
Name: fedora-release
Version: 22
-Release: 0.9
+Release: 0.10
License: MIT
Group: System Environment/Base
URL: http://fedoraproject.org
@@ -81,7 +81,8 @@ Conflicts: fedora-release-server
Conflicts: fedora-release-nonproduct
# needed for captive portal support
Requires: NetworkManager-config-connectivity-fedora
-
+Requires(post): /usr/bin/glib-compile-schemas
+Requires(postun): /usr/bin/glib-compile-schemas
%description workstation
Provides a base package for Fedora Workstation-specific configuration files to
@@ -136,6 +137,10 @@ mkdir -p %{buildroot}%{_prefix}/lib/systemd/system-preset/
# Fedora Server
install -m 0644 80-server.preset %{buildroot}%{_prefix}/lib/systemd/system-preset/
+# Override the list of enabled gnome-shell extensions for Workstation
+mkdir -p %{buildroot}%{_datadir}/glib-2.0/schemas/
+install -m 0644 org.gnome.shell.gschema.override %{buildroot}%{_datadir}/glib-2.0/schemas/
+
%post server
if [ $1 -eq 1 ] ; then
# Initial installation; fix up after %%systemd_post in packages
@@ -145,6 +150,14 @@ if [ $1 -eq 1 ] ; then
/usr/bin/systemctl preset $units >/dev/null 2>&1 || :
fi
+%postun workstation
+if [ $1 -eq 0 ] ; then
+ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+fi
+
+%posttrans workstation
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -177,8 +190,14 @@ rm -rf $RPM_BUILD_ROOT
%files workstation
%{!?_licensedir:%global license %%doc}
%license LICENSE
+%{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.override
%changelog
+* Thu Nov 20 2014 Kalev Lember <kalevlember@gmail.com> - 22-0.10
+- Ship an override file to enable the gnome-shell background logo extension
+ in Workstation (#1161637)
+- fix up handling of schema file from inccorect initail handling - dennis
+
* Tue Nov 18 2014 Dennis Gilmore <dennis@ausil.us> - 22-0.9
- drop Requires on system-release-product rhbz#1156198
diff --git a/sources b/sources
index 2953438..e40e039 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c3212d01efca27fbc5aa7829e29ba3d fedora-release-22.tar.bz2
+7d8d5cda488c199658d7cedb2a7aa210 fedora-release-22.tar.bz2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:34 [rpms/fedora-release] f45: Ship an override file to enable the gnome-shell background logo extension Dennis Gilmore
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox