Bug 482392 - Deletion of old packages during re-build breaks repository
Summary: Deletion of old packages during re-build breaks repository
Status: NEW
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: BuildService (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Critical (vote)
Target Milestone: ---
Assignee: Michael Schröder
QA Contact: Adrian Schröter
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-05 14:13 UTC by Richard Biener
Modified: 2009-04-14 09:19 UTC (History)
2 users (show)

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Biener 2009-03-05 14:13:00 UTC
This time triggered by updating bash.

This causes a new bootstrap during which at some point bash is built which
builds libreadline6.rpm.  Immediately libreadline5.rpm from the old bash
version is deleted which causes the whole repository to be broken because
there are still libreadline5 dependencies.

Proposed solution: clean old packages only after the whole repository has
been re-built.

The shared-library packaging policy makes SO-name transitions much less
painful this way.