Skip to content

Commit

Permalink
spiffe-helper rpm
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
  • Loading branch information
kfox1111 committed Jan 26, 2025
1 parent c1d2c82 commit c130652
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions examples/rpms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN \
dnf install -y rpmdevtools rpm-build git make && \
spectool -g -R spire.spec && \
rpmbuild -ba spire.spec && \
spectool -g -R spiffe-helper.spec && \
rpmbuild -ba spiffe-helper.spec && \
spectool -g -R spiffe-step-ssh.spec && \
rpmbuild -ba spiffe-step-ssh.spec && \
spectool -g -R spire-ha-agent.spec && \
Expand Down
3 changes: 1 addition & 2 deletions examples/rpms/k8s-spiffe-workload-auth-config.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Group: Applications/Internet
License: Apache-2.0
URL: https://spiffe.io
Source0: https://github.com/spiffe/k8s-spiffe-workload-auth-config/releases/download/v%{version}/k8s-spiffe-workload-auth-config_Linux_%{ARCH}.tar.gz
#FIXME This still needs upstream changes to package
#Requires: spiffe-helper
Requires: spiffe-helper

%description
K8s SPIFFE Workload Auth Config
Expand Down
3 changes: 1 addition & 2 deletions examples/rpms/spiffe-step-ssh.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ License: Apache-2.0
URL: https://spiffe.io
Source0: https://github.com/spiffe/spiffe-step-ssh/archive/refs/tags/v%{version}.tar.gz
Requires: step-cli
#FIXME This still needs upstream changes to package
#Requires: spiffe-helper
Requires: spiffe-helper

%description
SPIFFE Step SSH
Expand Down
3 changes: 1 addition & 2 deletions examples/rpms/spire-ha-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ SPIRE HA Agent

%package -n spire-trust-sync
Summary: SPIRE Trust Sync
#FIXME This still needs upstream changes to package
#Requires: spiffe-helper
Requires: spiffe-helper
%description -n spire-trust-sync
SPIRE Trust Sync

Expand Down

0 comments on commit c130652

Please sign in to comment.