Vladimir Mihai Pacuraru
2008-02-21 15:29:09 UTC
From: Michael Jennings <mej kainx org>
To: rpm-list redhat com
Subject: Re: Naive question: boolean dependency
Date: Tue, 5 Feb 2008 20:49:12 -0800
On Tuesday, 05 February 2008, at 08:00:42 (+0100),
Please share some. I would love to see them.
Same interest here!To: rpm-list redhat com
Subject: Re: Naive question: boolean dependency
Date: Tue, 5 Feb 2008 20:49:12 -0800
On Tuesday, 05 February 2008, at 08:00:42 (+0100),
It is possible to express boolean dependencies in RPM?
Yes. grep -ir for examples in /usr/lib/rpm.Requires: (pkg <=1.0.3) | (pkg>=1.9.3)
The above hasn't anything to do with Boolean switches but is givenwith the Requires: and/or BuildRequires: definitions.
Michael
requires either a version or another) and tried to adapt the above
Requires: example but instead got this error:
error: line 17: Dependency tokens must begin with alpha-numeric, '_' or '/':
What exactly are the uses for the underscore and the / characters?
Thanks a lot!
Vlad