RE: [Keepalived-devel] Wrong package?
Status: Beta
Brought to you by:
acassen
|
From: Christian J. <chr...@st...> - 2003-07-28 07:23:03
|
Hallo, Sorry Alexandre for only posting this to you in my first try :( > >>So i'm at this url: http://keepalived.sourceforge.net/download.html > >> > >>And there is no RPM for the lastest package, 1.1.1 so I get the src rpm, > >>and build it using the lastest tarball, it appers that none of the code > >>versions have been updated, running /sbin/keepalived -h prints: > >> > >>Keepalived v1.1.0 (24/07, 2003) > >> > >>So is this version 1.1.0 or 1.1.1??? > > I have simply not find enought time to update the package =8-D > will do latter... Have done too much hack on other code today. (hey > this is done during my spare time ;)) So it is 1.1.1 then !? If this is true then you only need to change Versionnumber (Version: 1.1.1) in the .spec file and 010100 in keepalived/include/main.h to 010101 (#define VERSION_CODE 0x010101) - then it shows the right version number :) (Just in case sombody did not know how to do it) Greetings Christian |