Bug 236: OPEN
tazpkg info wrong version information
Date: 2020-08-17 - Creator: hgt - Priority standard - 0 messages
For packages that have been installed from a local tazpkg file (as for example with get-package)$ tazpkg info packagealways appends(new version "" available)to the actual version. This can be avoided by replacingif [ "$VERSION" != "$NEWVER" ]; thenwithif [ "$NEWVER" != "" -a "$VERSION" != "$NEWVER" ]; thenandif [ "$OLDMD5" != "$NEWMD5" ]; thenwithif [ "$NEWMD5" != "" -a "$OLDMD5" != "$NEWMD5" ]; thenin/usr/libexec/tazpkg/info
Affected package(s): tazpkg