mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-01 08:29:41 +00:00
chirpstack: disable auto requirement in rpm package.
This commit is contained in:
parent
f06f11334e
commit
f39efa995f
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ dev-dependencies:
|
|||||||
cargo install diesel_cli --version 2.1.0 --no-default-features --features postgres
|
cargo install diesel_cli --version 2.1.0 --no-default-features --features postgres
|
||||||
cargo install cargo-deb --version 1.43.1
|
cargo install cargo-deb --version 1.43.1
|
||||||
cargo install cargo-bitbake --version 0.3.16
|
cargo install cargo-bitbake --version 0.3.16
|
||||||
cargo install cargo-generate-rpm --version 0.11.0
|
cargo install cargo-generate-rpm --version 0.12.1
|
||||||
|
|
||||||
# Set the versions
|
# Set the versions
|
||||||
version:
|
version:
|
||||||
|
@ -190,6 +190,8 @@ maintainer-scripts = "debian/"
|
|||||||
systemd-units = { enable = true }
|
systemd-units = { enable = true }
|
||||||
|
|
||||||
[package.metadata.generate-rpm]
|
[package.metadata.generate-rpm]
|
||||||
|
auto-req = "no"
|
||||||
|
|
||||||
pre_install_script = '''
|
pre_install_script = '''
|
||||||
id chirpstack &>/dev/null
|
id chirpstack &>/dev/null
|
||||||
if [[ $? -ne 0 ]]; then
|
if [[ $? -ne 0 ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user