https://bugzilla.novell.com/show_bug.cgi?id=220195 dmacvicar@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|dmacvicar@novell.com |locilka@novell.com ------- Comment #20 from dmacvicar@novell.com 2007-02-05 07:09 MST ------- zypp when creating a source from scratch, if a name was not given, uses the product summary. if ( alias().empty() ) setAlias(_product->summary()); The problem is it seems pkg-bindings adds the timestamp before that. pkg-bindings, when adding a source for first time, call SourceManager::addSource already with a timestamp, so when SourceFactory creates the source, the alias is already non empty and zypp does not change it to the product summary. So yast2 should not use any alias at all when creating the source. Still zypp needs an algorithm to name a yum source. We can use the url in that case as YUM does not supports CDs yet. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.