public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/credentials-fetcher] rawhide: Move binary to /usr/bin
@ 2026-06-10 21:02 jackyzy823
  0 siblings, 0 replies; only message in thread
From: jackyzy823 @ 2026-06-10 21:02 UTC (permalink / raw)
  To: git-commits

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

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

only message in thread, other threads:[~2026-06-10 21:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 21:02 [rpms/credentials-fetcher] rawhide: Move binary to /usr/bin jackyzy823

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