You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a program that only works with a very specific version of WirePlumber. At first, I thought something like this would work but it does not. RPM does not know how to check for the patch version and it ends up saying that there is no package version that meets this requirement
Requires: wireplumber = 0.5
Instead, I found that using this statement works. However, cargo-generate-rpm sees it as invalid.
I have a program that only works with a very specific version of WirePlumber. At first, I thought something like this would work but it does not. RPM does not know how to check for the patch version and it ends up saying that there is no package version that meets this requirement
Instead, I found that using this statement works. However,
cargo-generate-rpm
sees it as invalid.For example:
Results in:
The text was updated successfully, but these errors were encountered: