Bug 2310598

Summary: Invalid license in bmake
Product: [Fedora] Fedora Reporter: Miroslav Suchý <msuchy>
Component: bmakeAssignee: Petr Menšík <pemensik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: kasal, pemensik
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-11-22 10:04:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2310597    

Description Miroslav Suchý 2024-09-07 07:18:24 UTC
The license of bmake
  https://src.fedoraproject.org/rpms/bmake/blob/rawhide/f/bmake.spec#_5
states
  BSD-3-Clause AND BSD-4-Clause-UC AND BSD-2-Clause AND BSD-2-Clause-NetBSD

This is not a valid expression. While it is valid SPDX expression it is not allowed expression in Fedora because of BSD-2-Clause-NetBSD.

While BSD-2-Clause-NetBSD is valid SPDX identifier it is not in fedora-license-data set. 
Please open issue at https://gitlab.com/fedora/legal/fedora-license-data to include it.

Reproducible: Always