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 926881 Details for
Bug 1129806
fedpkg is defining the wrong filedigest algorithm for local builds
[?]
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]
Fix to prevent md5 sum use on modern fedpkg local builds
0001-Fix-issue-causing-all-current-local-builds-via-fedpk.patch (text/plain), 944 bytes, created by
Tom "spot" Callaway
on 2014-08-14 19:07:31 UTC
(
hide
)
Description:
Fix to prevent md5 sum use on modern fedpkg local builds
Filename:
MIME Type:
Creator:
Tom "spot" Callaway
Created:
2014-08-14 19:07:31 UTC
Size:
944 bytes
patch
obsolete
>From 9f201c0ceb5002ef62cd4e510473910532f9516a Mon Sep 17 00:00:00 2001 >From: Tom Callaway <spot@fedoraproject.org> >Date: Thu, 14 Aug 2014 14:05:36 -0400 >Subject: [PATCH 1/1] Fix issue causing all current local builds via fedpkg to > use md5 rather than sha256 > >--- > src/pyrpkg/__init__.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/src/pyrpkg/__init__.py b/src/pyrpkg/__init__.py >index d6d03fe..6359d7d 100644 >--- a/src/pyrpkg/__init__.py >+++ b/src/pyrpkg/__init__.py >@@ -875,7 +875,7 @@ class Commands(object): > # This works, except for the small range of Fedoras > # between FC5 and FC12 or so. Nobody builds for that old > # anyway. >- if int(re.search(r'\d', self.distval).group()) < 6: >+ if int(re.search(r'\d+', self.distval).group()) < 6: > return('md5') > except: > # An error here is OK, don't bother the user. >-- >1.9.3 >
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 1129806
: 926881