Bug 1116853

Summary: Package name conversion to lowercase is incomplete.
Product: [Fedora] Fedora Reporter: Patrick Monnerat <patrick>
Component: itkAssignee: Dmitrij S. Kryzhevich <kryzhev>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: kryzhev
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-28 11:08:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Use itk package name lowercase everywhere none

Description Patrick Monnerat 2014-07-07 13:25:38 UTC
Created attachment 916080 [details]
Use itk package name lowercase everywhere

Description of problem:
Both package names itk and Itk fails in a require.
itk version 4 package name is now all lowercase, but the conversion is incomplete.

Version-Release number of selected component (if applicable):
4.0.0-2

How reproducible:
Always.

Steps to Reproduce:
1. Apply the path patch from BZ #1105506
2. use wish
3. try "package require itk" ---> fails
4. restart wish
5. try "package require Itk" ---> fail too

Additional info:
An old name has not be translated: see patch.