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 609655 Details for
Bug 847717
RFE: Add sourcerpm property to hawkey package object
[?]
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]
Expose the sourcerpm property in python bindings patch
0001-Expose-the-sourcerpm-property-in-python-bindings.patch (text/plain), 978 bytes, created by
Martin Gracik
on 2012-09-04 12:02:33 UTC
(
hide
)
Description:
Expose the sourcerpm property in python bindings patch
Filename:
MIME Type:
Creator:
Martin Gracik
Created:
2012-09-04 12:02:33 UTC
Size:
978 bytes
patch
obsolete
>From b4bf4701ceb9ec233550c2f3ba6fc9985ca6b757 Mon Sep 17 00:00:00 2001 >From: Martin Gracik <mgracik@redhat.com> >Date: Tue, 4 Sep 2012 14:00:16 +0200 >Subject: [PATCH] Expose the sourcerpm property in python bindings > >--- > src/python/package-py.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/src/python/package-py.c b/src/python/package-py.c >index 5488a52..31f6798 100644 >--- a/src/python/package-py.c >+++ b/src/python/package-py.c >@@ -172,7 +172,7 @@ get_chksum(_PackageObject *self, void *closure) > static PyGetSetDef package_getsetters[] = { > {"location", (getter)get_str_alloced, NULL, NULL, > (void *)hy_package_get_location}, >- {"location", (getter)get_str_alloced, NULL, NULL, >+ {"sourcerpm", (getter)get_str_alloced, NULL, NULL, > (void *)hy_package_get_sourcerpm}, > {"name", (getter)get_str, NULL, NULL, (void *)hy_package_get_name}, > {"arch", (getter)get_str, NULL, NULL, (void *)hy_package_get_arch}, >-- >1.7.9.5 >
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 847717
: 609655