diff --git a/examples/rpms/Dockerfile b/examples/rpms/Dockerfile index bdf54d7..c9e2729 100644 --- a/examples/rpms/Dockerfile +++ b/examples/rpms/Dockerfile @@ -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 && \ diff --git a/examples/rpms/k8s-spiffe-workload-auth-config.spec b/examples/rpms/k8s-spiffe-workload-auth-config.spec index 68e7871..b82e931 100644 --- a/examples/rpms/k8s-spiffe-workload-auth-config.spec +++ b/examples/rpms/k8s-spiffe-workload-auth-config.spec @@ -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 diff --git a/examples/rpms/spiffe-step-ssh.spec b/examples/rpms/spiffe-step-ssh.spec index c04a1c4..7a74a0b 100644 --- a/examples/rpms/spiffe-step-ssh.spec +++ b/examples/rpms/spiffe-step-ssh.spec @@ -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 diff --git a/examples/rpms/spire-ha-agent.spec b/examples/rpms/spire-ha-agent.spec index 9bc936e..9524845 100644 --- a/examples/rpms/spire-ha-agent.spec +++ b/examples/rpms/spire-ha-agent.spec @@ -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