Bugzilla – Bug 535906
versioned links to non versioned links ...
Last modified: 2009-09-11 09:40:40 UTC
We had a nasty situation in Moblin recently where we created a versioned link in Moblin:Factory to a package in openSUSE:Factory - which seemed safe. Unfortunately, the package in openSUSE:Factory was itself a non-versioned link to another package in openSUSE:Factory. When the latter was updated, we got a new version - which was sadly inconsistent and unexpected. So - what is the solution - presumably not some hyper-complicated linking magic. Instead - I would love to see 'osc linkpac -c' check that what is being linked to is either: a) a versioned link itself or b) a vanilla package. And warn / fail if something dumb is being attempted - that would be most helpful. Thanks.
when you use the md5sum of the merged sources as source link revision number, you get a link which exactly refers to all used revision, no matter if and how many source links are used below. We can maybe support this better in osc linkpac call later.