(sh: &Shell)
| 601 | } |
| 602 | |
| 603 | fn package_srpm(sh: &Shell) -> Result<()> { |
| 604 | let srpm = impl_srpm(sh)?; |
| 605 | println!("Generated: {srpm}"); |
| 606 | Ok(()) |
| 607 | } |
| 608 | |
| 609 | /// Generate and normalize a JSON schema from the binary. |
| 610 | /// Ensures a consistent trailing newline so files are stable across editors. |