initial zulip.xml using IFS
Initial package using IFS
Merge request reports
Activity
I think we're likely to have a more robust outcome if we set %version%=4.0.0.0 and use that in the check condition directly, rather than checking for %version%.0. We might then set %fileversion%=4.0.0 for use elsewhere.
As it stands, the package revision expands to 4.0.0.1 - but suppose they release an update which bumps the version of the file references in the check condition from 4.0.0.0 to 4.0.0.2, which is of course greater than the package revision 4.0.0.1. We'd then have some difficulties with what to do with the package revision!
added 1 commit
- 1ae7b065 - add fileversion variable to handle future updates
added 1 commit
- 7d3dc17c - zulip: fix check condition to use installed location
mentioned in commit 86559eee
Please register or sign in to reply