public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/credentials-fetcher] f44: 2.0.3
@ 2026-07-27 16:26 Tom spot Callaway
0 siblings, 0 replies; only message in thread
From: Tom spot Callaway @ 2026-07-27 16:26 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/credentials-fetcher
Branch : f44
Commit : 6916fd22598b02547377a42e716cae9305ed10ba
Author : Tom spot Callaway <spotaws@amazon.com>
Date : 2026-07-27T12:26:39-04:00
Stats : +14/-12 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/credentials-fetcher/c/6916fd22598b02547377a42e716cae9305ed10ba?branch=f44
Log:
2.0.3
---
diff --git a/.gitignore b/.gitignore
index aadce76..688e5e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@
/v.1.3.8.tar.gz
/credentials-fetcher-2.0.1.tar.gz
/credentials-fetcher-2.0.1-vendor.tar.bz2
+/credentials-fetcher-2.0.3.tar.gz
+/credentials-fetcher-2.0.3-vendor.tar.bz2
diff --git a/credentials-fetcher.spec b/credentials-fetcher.spec
index a6e50cb..411d8aa 100644
--- a/credentials-fetcher.spec
+++ b/credentials-fetcher.spec
@@ -12,7 +12,7 @@
# https://github.com/aws/credentials-fetcher
%global goipath github.com/aws/credentials-fetcher
-Version: 2.0.1
+Version: 2.0.3
%gometa -L -f
@@ -27,8 +27,6 @@ Source0: %{gosource}
# Generated by go-vendor-tools
Source1: %{archivename}-vendor.tar.bz2
Source2: go-vendor-tools.toml
-# missing from upstream?
-Source3: LICENSE.txt
BuildRequires: go-vendor-tools
BuildRequires: krb5-devel
@@ -44,8 +42,7 @@ This (v2) is the Golang refactor of the original credentials-fetcher.
%prep
%goprep -p1
tar -xf %{S:1}
-cp %{SOURCE3} .
-cp %{SOURCE3} cmd/credentials-fetcher/
+# cp LICENSE.txt cmd/credentials-fetcher/
%generate_buildrequires
%go_vendor_license_buildrequires -c %{S:2}
@@ -56,8 +53,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
@@ -69,6 +66,9 @@ mkdir -p %{buildroot}%{_libexec}
cp ./configuration/bin/credentials-fetcher.service %{buildroot}%{_unitdir}/
cp ./configuration/bin/ecs-require-credentials-fetcher.conf %{buildroot}%{_unitdir}/ecs.service.d/
+# no /usr/sbin anymore in Fedora
+sed -i 's|/usr/sbin/credentials-fetcher|/usr/bin/credentials-fetcherd|g' %{buildroot}%{_unitdir}/credentials-fetcher.service
+
# Copy startup-order userdata script into libexec
install -m 0755 ./scripts/credentials-fetcher-startup-order.sh %{buildroot}%{_libexec}/
@@ -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
diff --git a/go-vendor-tools.toml b/go-vendor-tools.toml
index 598286c..a0b6deb 100644
--- a/go-vendor-tools.toml
+++ b/go-vendor-tools.toml
@@ -7,6 +7,6 @@ path = "vendor/gopkg.in/yaml.v3/LICENSE"
sha256sum = "d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b"
expression = "MIT AND (MIT AND Apache-2.0)"
[[licensing.licenses]]
-path = "cmd/credentials-fetcher/LICENSE.txt"
-sha256sum = "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30"
+path = "LICENSE.txt"
+sha256sum = "8c6db340475136df3c1201d458fa5755698eace76e510471ecc9d857d6083dac"
expression = "Apache-2.0"
diff --git a/sources b/sources
index 98158c9..9a6791d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (credentials-fetcher-2.0.1.tar.gz) = 9be64ebbfa4e0ea467d1b441b8e3416aa09f62baa1af5cf84eccf4520ff4cbb387bbf8bd38ddb487771c138bfed394b1a76dd68c518b63bc82d8c6afa4d98c6c
-SHA512 (credentials-fetcher-2.0.1-vendor.tar.bz2) = 29188e5b4f14f043b4cd9862fb06afc0a609cab30c297fcd5d704a01b27c068146cbc20ef0dde95124bead0931e8e7c0f83515ff834c0dde0dcaf73cf74908f9
+SHA512 (credentials-fetcher-2.0.3.tar.gz) = 943f9759bbc7130d37446945ee9f741cc357023a1cfc6a333a7c583bb79409b3bd33ea2348de8553925ad1525131f4d441595a6958750912a15d9a91172aa2a5
+SHA512 (credentials-fetcher-2.0.3-vendor.tar.bz2) = 8ce742cea44d6676d3ad086d1ec65590b46d89395c7fb6c96abc945b229247f530b012d3af06fab59cf554406b18438f53314280d0730139764c6ca10d2750a4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-27 16:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-27 16:26 [rpms/credentials-fetcher] f44: 2.0.3 Tom spot Callaway
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox