On Tuesday, 12. February 2002 07:23, you wrote: > > $ rpm -e python-base > > error: removing these packages would break dependencies: > > python-base = 2.2-6mdk is needed by python-2.2-6mdk > > $ > > > > ------------------------------------------------------- > > > > In spec: exclude list is not used, and I don't know any %exclude > > macro. So I > > > would suggest "Obsoletes: python-base" for python > > I do not think it is right. You have minimal python-base (interpreter > proper) and all goodies (python) just like for perl. So python must > Require not Obsolete python-base. > > > Exclude list is actually used here: > %files -f main.list > > where main.list is built with exclude.py. May be something fails here. >
Okay, but main.list is in new spec ;-) My idea was python-base just for minimal install and if you want more, you install python, which provides python-base. But this is a matter of taste...
