public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jason Tibbitts <j@tib.bs>
To: git-commits@fedoraproject.org
Subject: [rpms/amanda] rawhide: Use _sbindir instead of hardcoding /usr/bin
Date: Fri, 12 Jun 2026 14:54:07 GMT [thread overview]
Message-ID: <178127604720.1.8736637699558201236.rpms-amanda-2dcaffb92603@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/amanda
Branch : rawhide
Commit : 2dcaffb92603e50f346c9df0d732dd0ee903a9e4
Author : Jason Tibbitts <j@tib.bs>
Date : 2026-06-12T09:39:25-05:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/amanda/c/2dcaffb92603e50f346c9df0d732dd0ee903a9e4?branch=rawhide
Log:
Use _sbindir instead of hardcoding /usr/bin
This supports compatibility with RHEL10, which doesn't appear to have
done the merge.
---
diff --git a/amanda.spec b/amanda.spec
index 84d53de..a0af631 100644
--- a/amanda.spec
+++ b/amanda.spec
@@ -209,7 +209,7 @@ popd
rm -rf $RPM_BUILD_ROOT/usr/share/amanda
find $RPM_BUILD_ROOT -name \*.la | xargs rm
-pushd $RPM_BUILD_ROOT/usr/bin
+pushd $RPM_BUILD_ROOT/%_sbindir
rm amandad
ln -s ../%_lib/amanda/amandad
popd
reply other threads:[~2026-06-12 14:54 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=178127604720.1.8736637699558201236.rpms-amanda-2dcaffb92603@fedoraproject.org \
--to=j@tib.bs \
--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