public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-user-share] wip/oholy/f45-update: Redirect glib-compile-schemas scriptlet output to /dev/null
@ 2026-06-24 11:34 Kalev Lember
0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-06-24 11:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gnome-user-share
Branch : wip/oholy/f45-update
Commit : 6c58aa9ec2a468e97a542df0cb9c8abdce5fda64
Author : Kalev Lember <kalevlember@gmail.com>
Date : 2014-09-23T09:18:02+02:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gnome-user-share/c/6c58aa9ec2a468e97a542df0cb9c8abdce5fda64?branch=wip/oholy/f45-update
Log:
Redirect glib-compile-schemas scriptlet output to /dev/null
---
diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index 3de7293..2775b4b 100644
--- a/gnome-user-share.spec
+++ b/gnome-user-share.spec
@@ -1,7 +1,7 @@
Summary: Gnome user file sharing
Name: gnome-user-share
Version: 3.14.0
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://www.gnome.org
@@ -65,7 +65,7 @@ fi
%posttrans
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor >&/dev/null || :
-glib-compile-schemas %{_datadir}/glib-2.0/schemas
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%files -f gnome-user-share.lang
@@ -80,6 +80,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
%{_datadir}/applications/gnome-user-share-webdav.desktop
%changelog
+* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-2
+- Redirect glib-compile-schemas scriptlet output to /dev/null
+
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
- Update to 3.14.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-24 11:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 11:34 [rpms/gnome-user-share] wip/oholy/f45-update: Redirect glib-compile-schemas scriptlet output to /dev/null Kalev Lember
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox