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 651827 Details for
Bug 835565
createrepo with --update changes some paths in filelists
[?]
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]
Patch
0001-Fix-ugly-paths-after-update.-BZ-835565.patch (text/plain), 1.10 KB, created by
Tomas Mlcoch
on 2012-11-26 09:28:17 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tomas Mlcoch
Created:
2012-11-26 09:28:17 UTC
Size:
1.10 KB
patch
obsolete
>From a1117cd60345951823cdff016b0461035c5541af Mon Sep 17 00:00:00 2001 >From: Tomas Mlcoch <tmlcoch@redhat.com> >Date: Mon, 26 Nov 2012 10:25:46 +0100 >Subject: [PATCH] Fix ugly paths after --update. BZ 835565. > >--- > yum/sqlitesack.py | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/yum/sqlitesack.py b/yum/sqlitesack.py >index a955895..9048a1c 100644 >--- a/yum/sqlitesack.py >+++ b/yum/sqlitesack.py >@@ -302,7 +302,12 @@ class YumAvailablePackageSqlite(YumAvailablePackage, PackageObject, RpmBase): > filenames = decodefilenamelist(ob['filenames']) > while(filetypes): > if dirname: >- filename = dirname+'/'+filenames.pop() >+ if dirname == "/": >+ filename = dirname+filenames.pop() >+ elif dirname == ".": >+ filename = filenames.pop() >+ else: >+ filename = dirname+'/'+filenames.pop() > else: > filename = filenames.pop() > filetype = _share_data(filetypes.pop()) >-- >1.7.11.7 >
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 835565
: 651827