public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/flatpak-runtime-config] f45: Fix path to gsettings schemas in trigger
@ 2026-09-10 21:21 Owen W. Taylor
0 siblings, 0 replies; only message in thread
From: Owen W. Taylor @ 2026-09-10 21:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/flatpak-runtime-config
Branch : f45
Commit : 36bc609f8b6257259e24fdda73f8dcbe1613848f
Author : Owen W. Taylor <otaylor@fishsoup.net>
Date : 2018-09-08T14:52:40-04:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/flatpak-runtime-config/c/36bc609f8b6257259e24fdda73f8dcbe1613848f?branch=f45
Log:
Fix path to gsettings schemas in trigger
---
diff --git a/flatpak-runtime-config.spec b/flatpak-runtime-config.spec
index 5c9b0e1..a64e474 100644
--- a/flatpak-runtime-config.spec
+++ b/flatpak-runtime-config.spec
@@ -1,6 +1,6 @@
Name: flatpak-runtime-config
Version: 29
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Configuration files that live inside the flatpak runtime
Source1: 50-flatpak.conf
@@ -43,8 +43,8 @@ echo "/app/%{_lib}" > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d/app.conf
%transfiletriggerin -P 1999999 -- /app/lib /app/lib64
/sbin/ldconfig
-%transfiletriggerin -- /app/glib-2.0/schemas
-glib-compile-schemas /app/glib-2.0/schemas &> /dev/null || :
+%transfiletriggerin -- /app/share/glib-2.0/schemas
+glib-compile-schemas /app/share/glib-2.0/schemas &> /dev/null || :
%transfiletriggerin -- /app/share/fonts
HOME=/root /usr/bin/fc-cache -s
@@ -56,6 +56,9 @@ HOME=/root /usr/bin/fc-cache -s
%{_sysconfdir}/ld.so.conf.d/app.conf
%changelog
+* Sat Sep 8 2018 Owen Taylor <otaylor@redhat.com> - 29-3
+- Fix path to gsettings schemas in trigger
+
* Sat Sep 8 2018 Owen Taylor <otaylor@redhat.com> - 29-2
- Avoid comments leaking into scriplets
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-10 21:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 21:21 [rpms/flatpak-runtime-config] f45: Fix path to gsettings schemas in trigger Owen W. Taylor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox