Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 313085 Details for
Bug 457358
Hyperlink to Bodhi?
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
does what it says on the tin
pk-bodhi-link.patch (text/plain), 1.24 KB, created by
Richard Hughes
on 2008-07-31 10:06:57 UTC
(
hide
)
Description:
does what it says on the tin
Filename:
MIME Type:
Creator:
Richard Hughes
Created:
2008-07-31 10:06:57 UTC
Size:
1.24 KB
patch
obsolete
>commit 7228a549fcad6ff88afa49b279ec4a1ac3b4a4ae >Author: Richard Hughes <richard@hughsie.com> >Date: Thu Jul 31 11:02:43 2008 +0100 > > yum: add Bohdi ID to the UpdateDetail if avilable, fixes RH#457358 > >diff --git a/backends/yum/helpers/yumBackend.py b/backends/yum/helpers/yumBackend.py >index 61aefaa..a40b3b5 100644 >--- a/backends/yum/helpers/yumBackend.py >+++ b/backends/yum/helpers/yumBackend.py >@@ -1320,6 +1320,17 @@ class PackageKitYumBackend(PackageKitBaseBackend): > else: > urls['vendor'].append("%s;%s" % (href,title)) > >+ # add link to bohdi if available >+ if notice['update_id']: >+ href = "https://admin.fedoraproject.org/updates/%s" % notice['update_id'] >+ title = "%s Update %s" % (notice['release'],notice['update_id']) >+ urls['vendor'].append("%s;%s" % (href,title)) >+ >+ # other interesting data: >+ # notice['issued'] = '2008-07-30 18:09:08' >+ # notice['updated'] = presume date and time, not used >+ # notice['status'] = 'stable' >+ > # Reboot flag > if notice.get_metadata().has_key('reboot_suggested') and notice['reboot_suggested']: > reboot = 'system'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 457358
:
313084
| 313085