[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.02.1606152231160.2150@localhost6.localdomain6>
Date: Wed, 15 Jun 2016 22:31:40 +0200 (CEST)
From: Julia Lawall <julia.lawall@...6.fr>
To: "Luis R. Rodriguez" <mcgrof@...nel.org>
cc: Michal Marek <mmarek@...e.com>,
Gilles Muller <Gilles.Muller@...6.fr>, nicolas.palix@...g.fr,
linux-kernel@...r.kernel.org, cocci@...teme.lip6.fr
Subject: Re: [PATCH 2/4] scripts: add reqs python library
On Wed, 15 Jun 2016, Luis R. Rodriguez wrote:
> On Wed, Jun 15, 2016 at 09:11:45PM +0200, Michal Marek wrote:
> > Dne 15.6.2016 v 18:02 Luis R. Rodriguez napsal(a):
> > > On Wed, Jun 15, 2016 at 09:50:11AM +0200, Michal Marek wrote:
> > >> On 2016-06-15 00:10, Luis R. Rodriguez wrote:
> > >>> + weight = (int(rel_specs['VERSION']) << 32) + \
> > >>> + (int(rel_specs['PATCHLEVEL']) << 16) + \
> > >>> + (sublevel << 8 ) + \
> > >>> + (extra * 60) + (relmod * 2)
> > >>
> > >> This is going to silently break as soon as we have a version number with
> > >> e.g. a time stamp embedded.
> > >
> > > Well this is adhering to a linux_version_cmp type, surely we can adjust
> > > it with alternatives. It just happens that with the common stuff this
> > > suffices.
> > >
> > > Do you have a specific string in mind I can use to test against?
> >
> > You can have a look at the git history of scripts/ld-version.sh.
>
> Will use that instead. The SmPL patch can then have:
>
> // Requires: 1.0.5
This would be ideal, I think.
julia
Powered by blists - more mailing lists