public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom spot Callaway <spotaws@amazon.com>
To: git-commits@fedoraproject.org
Subject: [rpms/credentials-fetcher] rawhide: merge
Date: Mon, 27 Jul 2026 16:31:02 GMT [thread overview]
Message-ID: <178516986294.1.2005508751051264470.rpms-credentials-fetcher-ea6e017b9c24@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/credentials-fetcher
Branch : rawhide
Commit : ea6e017b9c242caa202eb948d2bda3c82928d443
Author : Tom spot Callaway <spotaws@amazon.com>
Date : 2026-07-27T12:30:55-04:00
Stats : +12/-10 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/credentials-fetcher/c/ea6e017b9c242caa202eb948d2bda3c82928d443?branch=rawhide
Log:
merge
---
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 c9c8dd1..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}
@@ -57,7 +54,7 @@ cp %{SOURCE3} cmd/credentials-fetcher/
%install
%go_vendor_license_install -c %{S:2}
install -m 0755 -vd %{buildroot}%{_bindir}
-install -m 0755 -vp %{gobuilddir}/bin/* %{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}/
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
reply other threads:[~2026-07-27 16:31 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=178516986294.1.2005508751051264470.rpms-credentials-fetcher-ea6e017b9c24@fedoraproject.org \
--to=spotaws@amazon.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