public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gnome-user-share] wip/oholy/f45-update: Work around incorrect .service file install path
Date: Wed, 24 Jun 2026 11:35:05 GMT [thread overview]
Message-ID: <178230090515.1.7985539701076555505.rpms-gnome-user-share-35ab838e2e3f@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-24 11:35 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=178230090515.1.7985539701076555505.rpms-gnome-user-share-35ab838e2e3f@fedoraproject.org \
--to=klember@redhat.com \
--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