We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8788390 commit 83c2cd4Copy full SHA for 83c2cd4
daemon/Cargo.toml
@@ -113,6 +113,7 @@ depends = "$auto"
113
extended-description = """\
114
A utility for monitoring and controlling a TC-Helicon GoXLR or GoXLR Mini.
115
"""
116
+revision = "2"
117
118
## cargo generate-rpm support..
119
[package.metadata.generate-rpm]
@@ -146,6 +147,8 @@ udevadm control --reload-rules
146
147
udevadm trigger
148
149
150
+release = "2"
151
+
152
# Because we build under Ubuntu in CI, generate-rpm is unable to calculate the dependencies required (no access
153
# to rpm / yum), so we need to disable the auto and specify dependencies manually.
154
auto-req = "no"
0 commit comments