Bugzilla – Attachment 516476 Details for
Bug 793809
zypper -x outputs wrong values for arch-old
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
fix old-arch typo
arch-old-typo.diff (text/plain), 537 bytes, created by
Marcus Furlong
on 2012-12-11 06:09:16 UTC
(
hide
)
Description:
fix old-arch typo
Filename:
MIME Type:
Creator:
Marcus Furlong
Created:
2012-12-11 06:09:16 UTC
Size:
537 bytes
patch
obsolete
>diff --git a/src/Summary.cc b/src/Summary.cc >index c514f88..dfe0aad 100644 >--- a/src/Summary.cc >+++ b/src/Summary.cc >@@ -1266,7 +1266,7 @@ void Summary::writeXmlResolvableList(ostream & out, const KindToResPairSet & res > if (rold) > { > out << " edition-old=\"" << rold->edition() << "\""; >- out << " arch-old=\"" << rold->edition() << "\""; >+ out << " arch-old=\"" << rold->arch() << "\""; > } > if (!res->summary().empty()) > out << " summary=\"" << xml_encode(res->summary()) << "\"";
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 793809
: 516476