public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-user-share] wip/oholy/f45-update: - Gconf2 scriptlet accepts schema file names without file extension.
@ 2026-06-24 11:34 paragn
  0 siblings, 0 replies; only message in thread
From: paragn @ 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 : 535eb9c72beea21767fb21b5dc1375aad947118d
Author : paragn <paragn@fedoraproject.org>
Date   : 2010-10-26T16:03:47+05:30
Stats  : +7/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gnome-user-share/c/535eb9c72beea21767fb21b5dc1375aad947118d?branch=wip/oholy/f45-update

Log:
- Gconf2 scriptlet accepts schema file names without file extension.

---
diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index 11203e1..7704d20 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: 2.30.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.gnome.org
@@ -82,14 +82,14 @@ for f in $helpdir/C/figures/*.png; do
 done
 
 %post
-%gconf_schema_upgrade desktop_gnome_file_sharing.schemas 
+%gconf_schema_upgrade desktop_gnome_file_sharing 
 touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
 
 %pre
-%gconf_schema_prepare desktop_gnome_file_sharing.schemas 
+%gconf_schema_prepare desktop_gnome_file_sharing
 
 %preun
-%gconf_schema_remove desktop_gnome_file_sharing.schemas
+%gconf_schema_remove desktop_gnome_file_sharing
 
 %postun
 if [ $1 -eq 0 ]; then
@@ -113,6 +113,9 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor >&/dev/null || :
 %{_libdir}/nautilus/extensions-2.0/*.so
 
 %changelog
+* Tue Oct 26 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.30.1-3
+- Gconf2 scriptlet accepts schema file names without file extension.
+
 * Wed Oct 06 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.30.1-2
 - Merge-review cleanup (#225842)
 

^ 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: - Gconf2 scriptlet accepts schema file names without file extension paragn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox