/[packages]/cauldron/abrt/current/SOURCES/abrt-mageiabugzilla.patch
ViewVC logotype

Diff of /cauldron/abrt/current/SOURCES/abrt-mageiabugzilla.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 110040 by dmorgan, Sun Jun 19 14:46:17 2011 UTC revision 110041 by dmorgan, Sun Jun 19 18:48:41 2011 UTC
# Line 54  index e8a605f..4898e74 100644 Line 54  index e8a605f..4898e74 100644
54       char *version = NULL;       char *version = NULL;
55       parse_release_for_bz(release, &product, &version);       parse_release_for_bz(release, &product, &version);
56    
57  +    std::string bugzilla_arch;  +    /*std::string bugzilla_arch;
58  +    if (arch.compare("i686")) {  +    if (arch.compare("i686")) {
59  +           bugzilla_arch = "i586";  +           bugzilla_arch = "i586";
60  +    } else {  +    } else {
61  +           bugzilla_arch = arch;  +           bugzilla_arch = arch;
62  +    }  +    }*/
63  +  +
64       xmlrpc_value* result = NULL;       xmlrpc_value* result = NULL;
65       char *summary = strbuf_free_nobuf(buf_summary);       char *summary = strbuf_free_nobuf(buf_summary);
# Line 75  index e8a605f..4898e74 100644 Line 75  index e8a605f..4898e74 100644
75                                   "description", full_dsc,                                   "description", full_dsc,
76                                   "status_whiteboard", status_whiteboard,                                   "status_whiteboard", status_whiteboard,
77  -                                "platform", arch,  -                                "platform", arch,
78  +                                "platform", bugzilla_arch,  +                                "platform", arch,
79                                   "dependson", depend_on_bugno                                   "dependson", depend_on_bugno
80                                 );                                 );
81       }       }

Legend:
Removed from v.110040  
changed lines
  Added in v.110041

  ViewVC Help
Powered by ViewVC 1.1.30