public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dennis Gilmore <dennis@ausil.us>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: Ship an override file to enable the gnome-shell background logo extension
Date: Mon, 10 Aug 2026 09:34:02 GMT	[thread overview]
Message-ID: <178635444206.1.17955841331704246414.rpms-fedora-release-4ca6c9613f2c@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-10  9:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178635444206.1.17955841331704246414.rpms-fedora-release-4ca6c9613f2c@fedoraproject.org \
    --to=dennis@ausil.us \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox