Print

Print


No it is not mandatory cause the dep ask for a release >= of the pkg.
So if we provide something in update repo with a release > at the originale release it work.

Lp

--

Louis Poncet

Where: Bat28-R-003 CERN

CH-1211 Geneve 23

Mail : [log in to unmask]

Phone: +41(0)227.674.231

LAL / IN2P3 / CNRS / CERN

Problem >> RTFM then google it !



On 23 juin 05, at 14:59, Fabien Wernli wrote:

On Thu, Jun 23, 2005 at 02:45:23PM +0200, Leif Nixon wrote:

This is a feature. It enables us to stealth upgrade to 2_5_0 without
the production guys noticing.


or pretend we installed the middleware :)

then again we'd need:

| lcg-<NODETYPE>.rpm

which'd contain merely:

| /opt/lcg/bin/lcg-nodetype

which'd contain:

| #!/bin/sh
| echo I am a <NODETYPE>

or easier to maintain:

| #!/bin/sh
| NODETYPE=$(rpm -qs $0)
| echo I am a ${NODETYPE#lcg-}

PS: I just moved to the stupid-ideas department :o)