public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: jackyzy823 <jackyzy823@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/credentials-fetcher] rawhide: Move binary to /usr/bin
Date: Wed, 10 Jun 2026 21:02:36 GMT [thread overview]
Message-ID: <178112535680.1.8673456042306143576.rpms-credentials-fetcher-c53d31ed1887@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/credentials-fetcher
Branch : rawhide
Commit : c53d31ed1887e6d659745cfbce011ae832ce920a
Author : jackyzy823 <jackyzy823@gmail.com>
Date : 2026-06-06T14:26:38+00:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/credentials-fetcher/c/c53d31ed1887e6d659745cfbce011ae832ce920a?branch=rawhide
Log:
Move binary to /usr/bin
---
diff --git a/credentials-fetcher.spec b/credentials-fetcher.spec
index a6e50cb..c9c8dd1 100644
--- a/credentials-fetcher.spec
+++ b/credentials-fetcher.spec
@@ -56,8 +56,8 @@ cp %{SOURCE3} cmd/credentials-fetcher/
%install
%go_vendor_license_install -c %{S:2}
-install -m 0755 -vd %{buildroot}/usr/sbin
-install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}/usr/sbin/
+install -m 0755 -vd %{buildroot}%{_bindir}
+install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}
# Create additional directory structure in buildroot
mkdir -p %{buildroot}%{_unitdir}/ecs.service.d
@@ -108,7 +108,7 @@ fi
%files -f %{go_vendor_license_filelist}
%doc docs README.md
-/usr/sbin/credentials-fetcherd
+%{_bindir}/credentials-fetcherd
%config(noreplace) /etc/credentials-fetcher.conf
%{_unitdir}/credentials-fetcher.service
%{_unitdir}/ecs.service.d/ecs-require-credentials-fetcher.conf
reply other threads:[~2026-06-10 21:02 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=178112535680.1.8673456042306143576.rpms-credentials-fetcher-c53d31ed1887@fedoraproject.org \
--to=jackyzy823@gmail.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