public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-user-share] wip/oholy/f45-update: Work around incorrect .service file install path
@ 2026-06-24 11:35 Kalev Lember
  0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-06-24 11:35 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/gnome-user-share
            Branch : wip/oholy/f45-update
            Commit : 35ab838e2e3f493f3dd78abcc54940f721c2a369
            Author : Kalev Lember <klember@redhat.com>
            Date   : 2019-09-06T10:17:51+02:00
            Stats  : +8/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gnome-user-share/c/35ab838e2e3f493f3dd78abcc54940f721c2a369?branch=wip/oholy/f45-update

            Log:
            Work around incorrect .service file install path

https://gitlab.gnome.org/GNOME/gnome-user-share/issues/22

---
diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index bbf8e1c..d9190a5 100644
--- a/gnome-user-share.spec
+++ b/gnome-user-share.spec
@@ -45,6 +45,14 @@ up in the Network location in GNOME.
 %install
 %meson_install
 
+# Fix incorrect install path
+# https://gitlab.gnome.org/GNOME/gnome-user-share/issues/22
+%if "%{_libdir}" != "%{_prefix}/lib"
+mkdir -p %{buildroot}%{_prefix}/lib/systemd/user
+mv %{buildroot}%{_libdir}/systemd/user/gnome-user-share-webdav.service \
+   %{buildroot}%{_prefix}/lib/systemd/user/
+%endif
+
 %find_lang gnome-user-share --with-gnome
 
 %files -f gnome-user-share.lang

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-24 11:35 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:35 [rpms/gnome-user-share] wip/oholy/f45-update: Work around incorrect .service file install path Kalev Lember

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