Commit 47ca471
committed
Add COPR build infrastructure for RHEL9/10
- RPM spec file with vendored dependencies support
- Automated build script (copr-build.sh)
- Comprehensive COPR.md documentation
- Updated .gitignore for vendor directory
Files added:
- clevis-pin-trustee.spec: RPM spec for EPEL 9/10
- copr-build.sh: Automated vendoring and COPR upload
- COPR.md: Complete build and troubleshooting guide
The vendored tarball approach ensures offline builds in COPR
and avoids network dependencies during the build process.
Signed-off-by: Sergio Arroutbi <[email protected]>1 parent 43dd717 commit 47ca471
File tree
6 files changed
+575
-1
lines changed- .github/workflows
6 files changed
+575
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments