Skip to content

Commit

Permalink
fix: update packit configuration
Browse files Browse the repository at this point in the history
Update packit configuration to generate fedora, fedora-eln,
centos and rhel packages.

Add configuration to be able to propose downstream PR
for Fedora dist-git.

Signed-off-by: Miguel Martín <[email protected]>
  • Loading branch information
mmartinv committed Mar 25, 2024
1 parent 526c53b commit 539fb0b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ srpm_build_deps:
- cargo
- openssl-devel

actions:
create-archive:
- bash -c "cp ./patches/0001-Revert-chore-use-git-fork-for-aws-nitro-enclaves-cos.patch ."
- bash -c "git archive --prefix=fido-device-onboard-rs-${PACKIT_PROJECT_VERSION}/ --format=tar HEAD > fido-device-onboard-rs-${PACKIT_PROJECT_VERSION}.tar"
- bash -c "./make-vendored-tarfile.sh ${PACKIT_PROJECT_VERSION}"
- bash -c "tar -xvf fido-device-onboard-rs-${PACKIT_PROJECT_VERSION}.tar"
- bash -c "ls -1 ./fido-device-onboard-rs-${PACKIT_PROJECT_VERSION}.tar"

jobs:
- &fdo_copr_build
job: copr_build
Expand Down

0 comments on commit 539fb0b

Please sign in to comment.