Feature added by: Pavol Rusnak prusnak@novell.com
Feature #305595, revision 1, last change by Title: Show dependencies between packages in repo
Buildservice: New Priority Requester: Important
Requested by: Pavol Rusnak prusnak@novell.com Partner organization: openSUSE.org
Description:
* Show dependencies (Requires, BuildRequires) between packages in repository OBS should provide lists of required packages (runtime and build dependencies) - BuildRequires could be extracted from spec files - it is important to show also reverse dependencies (eg. which packages depend on the package I'm maintaining) - Requires are much harder (will probably need also symbol resolution), but not so desperately needed as BuildRequires
Feature changed by: Michael Löffler (michl19) Feature #305595, revision 2 Title: Show dependencies between packages in repo
- Buildservice: New + Buildservice: Evaluation Priority Requester: Important
Requested by: Pavol Rusnak (prusnak)
Description: * Show dependencies (Requires, BuildRequires) between packages in repository OBS should provide lists of required packages (runtime and build dependencies) - BuildRequires could be extracted from spec files - it is important to show also reverse dependencies (eg. which packages depend on the package I'm maintaining) - Requires are much harder (will probably need also symbol resolution), but not so desperately needed as BuildRequires
+ Discussion: + #1: Michael Löffler (michl19) (2009-03-25 16:06:47) + Hmm, sounds good to me. But I'd like some Project Manager feedback as + well especially in the direction how usefull/needed it is and how much + effort it would take to implement. For now I'm pretty neutral to this + feature.
Feature changed by: Michal Vyskocil (mvyskocil) Feature #305595, revision 3 Title: Show dependencies between packages in repo
Buildservice: Evaluation Priority Requester: Important
Requested by: Pavol Rusnak (prusnak)
Description: * Show dependencies (Requires, BuildRequires) between packages in repository OBS should provide lists of required packages (runtime and build dependencies) - BuildRequires could be extracted from spec files - it is important to show also reverse dependencies (eg. which packages depend on the package I'm maintaining) - Requires are much harder (will probably need also symbol resolution), but not so desperately needed as BuildRequires
Discussion: #1: Michael Löffler (michl19) (2009-03-25 16:06:47) Hmm, sounds good to me. But I'd like some Project Manager feedback as well especially in the direction how usefull/needed it is and how much effort it would take to implement. For now I'm pretty neutral to this feature.
+ #2: Michal Vyskocil (mvyskocil) (2009-08-26 09:20:17) (reply to #1) + Without this feature it's hard to decide if any package can be dropped + from Factory. Pdb tracked at least BuildRequires. + Those data should be easily gathered from final source rpm/rpm, because + parsing of a spec file is not very easy task.
Feature changed by: Michal Vyskocil (mvyskocil) Feature #305595, revision 4 Title: Show dependencies between packages in repo
Buildservice: Evaluation Priority Requester: Important
Requested by: Pavol Rusnak (prusnak)
Description: * Show dependencies (Requires, BuildRequires) between packages in repository OBS should provide lists of required packages (runtime and build dependencies) - BuildRequires could be extracted from spec files - it is important to show also reverse dependencies (eg. which packages depend on the package I'm maintaining) - Requires are much harder (will probably need also symbol resolution), but not so desperately needed as BuildRequires
Discussion: #1: Michael Löffler (michl19) (2009-03-25 16:06:47) Hmm, sounds good to me. But I'd like some Project Manager feedback as well especially in the direction how usefull/needed it is and how much effort it would take to implement. For now I'm pretty neutral to this feature.
#2: Michal Vyskocil (mvyskocil) (2009-08-26 09:20:17) (reply to #1) Without this feature it's hard to decide if any package can be dropped from Factory. Pdb tracked at least BuildRequires. Those data should be easily gathered from final source rpm/rpm, because parsing of a spec file is not very easy task.
+ #3: Michal Vyskocil (mvyskocil) (2010-01-15 14:49:21) + There is osc whatdependson and dependson, so it can be closed.
Feature changed by: Adrian Schröter (adrianSuSE) Feature #305595, revision 5 Title: Show dependencies between packages in repo
- Buildservice: Evaluation + Buildservice: Done Priority Requester: Important
Requested by: Pavol Rusnak (prusnak)
Description: * Show dependencies (Requires, BuildRequires) between packages in repository OBS should provide lists of required packages (runtime and build dependencies) - BuildRequires could be extracted from spec files - it is important to show also reverse dependencies (eg. which packages depend on the package I'm maintaining) - Requires are much harder (will probably need also symbol resolution), but not so desperately needed as BuildRequires
Discussion: #1: Michael Löffler (michl19) (2009-03-25 16:06:47) Hmm, sounds good to me. But I'd like some Project Manager feedback as well especially in the direction how usefull/needed it is and how much effort it would take to implement. For now I'm pretty neutral to this feature.
#2: Michal Vyskocil (mvyskocil) (2009-08-26 09:20:17) (reply to #1) Without this feature it's hard to decide if any package can be dropped from Factory. Pdb tracked at least BuildRequires. Those data should be easily gathered from final source rpm/rpm, because parsing of a spec file is not very easy task.
#3: Michal Vyskocil (mvyskocil) (2010-01-15 14:49:21) There is osc whatdependson and dependson, so it can be closed.
+ #4: Adrian Schröter (adriansuse) (2010-02-20 09:32:12) (reply to #3) + Okay, we want also to have a dependency browser in webui btw ...