Re: Versioning issue on vzquota-3.0.0-2 [message #1697 is a reply to message #1695] |
Mon, 20 February 2006 11:53  |
Martin Braun
Messages: 6 Registered: February 2006
|
Junior Member |
|
|
Hello again,
The issue is based on line 24 on include/common.h:
/* current utilities version */
#define VZQUOTA_VERSION "2.5.0"
just change VZQUOTA_VERSION to "3.0.0-2" and it should be fixed.
so far...
Martin Braun wrote:
> Hello,
>
> it seems that i found a small bug on the new vzquota package.
> The actual version of vzquota identifies itself as version 2.5.0.
>
> $ vzquota -V
> Vzquota version 2.5.0
>
> on the RPM system its correctly identified as version 3.0.0-2
>
> $ rpm -qa | grep vzquota
> vzquota-3.0.0-2
>
> so far...
>
|
|
|