Skip to content

Commit

Permalink
fix: add missing patch to SOURCES dir
Browse files Browse the repository at this point in the history
Add missing patch to `rpmbuild/SOURCES` dir that makes
the build to fail in Fedora and do not copy unneeded files.

Signed-off-by: Miguel Martín <[email protected]>
  • Loading branch information
mmartinv committed Mar 12, 2024
1 parent 32b6c1e commit 7111aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ $(RPM_SPECFILE):

$(RPM_TARBALL):
mkdir -p $(CURDIR)/rpmbuild/SOURCES
cp ./patches/0001-Revert-chore-use-git-fork-for-aws-nitro-enclaves-cos.patch rpmbuild/SOURCES/;
git archive --prefix=fido-device-onboard-rs-$(COMMIT)/ --format=tar.gz HEAD > $(RPM_TARBALL)
cp ./make-vendored-tarfile.sh rpmbuild/SOURCES/make-vendored-tarfile.sh

$(VENDOR_TARBALL):
./make-vendored-tarfile.sh $(COMMIT)
Expand Down

0 comments on commit 7111aa7

Please sign in to comment.