When installing the 0.4.0 release, the RPM file doesn't seem to bundle the user creation/deletion scripts at https://github.com/pendulum-project/statime/blob/main/pkg/rpm/scriptlets.toml that the built-in systemctl services reference.
Copilot suggests adding --metadata-overwrite=pkg/rpm/scriptlets.toml to the end of
|
cargo generate-rpm --payload-compress xz --package statime-linux --target "$target" --target-dir target |
When installing the 0.4.0 release, the RPM file doesn't seem to bundle the user creation/deletion scripts at https://github.com/pendulum-project/statime/blob/main/pkg/rpm/scriptlets.toml that the built-in systemctl services reference.
Copilot suggests adding
--metadata-overwrite=pkg/rpm/scriptlets.tomlto the end ofstatime/utils/build-release.sh
Line 51 in 9ce6055