[Rpm-maint] [rpm-software-management/rpm] pkgconfigdeps.sh and versions with spaces (#789)
William Pitcock
notifications at github.com
Fri Jul 12 08:06:15 UTC 2019
spaces are not valid in the version string. this will parse as 3.922 in comparisons.
in a dependency list,
```
Depends: verilator = 3.922 2018-03-17
```
will parse as:
```
[
["verilator", "=", "3.922"],
["2018-03-17"]
]
```
hope that helps.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/789#issuecomment-510792442
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190712/adecb908/attachment.html>
More information about the Rpm-maint
mailing list