Bugzilla – Attachment 174100 Details for
Bug 310455
YaST UI: Vendor change questions not grouped
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
untested patch to disable vendor change being considered a problem
libzypp-workaround-disable_vendor_change_being_a_problem.patch (text/plain), 438 bytes, created by
Pascal Bleser
on 2007-09-23 22:30:17 UTC
(
hide
)
Description:
untested patch to disable vendor change being considered a problem
Filename:
MIME Type:
Creator:
Pascal Bleser
Created:
2007-09-23 22:30:17 UTC
Size:
438 bytes
patch
obsolete
>--- zypp/VendorAttr.cc.orig 2007-09-24 00:20:49.000000000 +0200 >+++ zypp/VendorAttr.cc 2007-09-24 00:27:43.000000000 +0200 >@@ -167,7 +167,9 @@ > return true; > > // By now handcrafted equivalence definition: >- return( isSUSE( lhs ) && isSUSE( rhs ) ); >+ //return( isSUSE( lhs ) && isSUSE( rhs ) ); >+ // Workaround for #310455: >+ return true; > } > > /////////////////////////////////////////////////////////////////
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 310455
:
164004
|
164063
|
173603
|
173628
| 174100