Bug 1815913

Summary: clang-format should be included in clang package version 10
Product: [Fedora] Fedora Reporter: Jonathan Briggs <zlynx>
Component: clangAssignee: serge_sans_paille <sguelton>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 32CC: airlied, sbergman, sguelton, siddharth.kde, tstellar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-24 16:28:18 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:

Description Jonathan Briggs 2020-03-22 16:59:43 UTC
Description of problem:
I believe that the clang packaging has changed. In Fedora 31 clang version 9 clang-format is included. In Fedora 32 clang version 10 it is not.

The Fedora 32 git-clang-format package requires clang-10, but the required clang-format is not there.


Version-Release number of selected component (if applicable):
clang-10.0.0-0.3.rc4.fc32.x86_64
git-clang-format-10.0.0-0.3.rc4.fc32.x86_64


How reproducible:
Always

Comment 1 serge_sans_paille 2020-03-22 19:43:01 UTC
clang-format is now bundled in clang-tools-extra extra package. That being said the git-clang-format dependency needs to be updated.

Comment 2 serge_sans_paille 2020-03-24 16:28:18 UTC
Fixed by clang-10.0.0-0.10.rc5.fc33. Thanks for reporting the issue!