Bug 2311687
| Summary: | Incorrect license in rubygem-xmlparser | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miroslav Suchý <msuchy> |
| Component: | rubygem-xmlparser | Assignee: | Ulrich Schwickerath <ulrich.schwickerath> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | ulrich.schwickerath |
| 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 12:21:49 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-11 15:28:21 UTC
Changed the format of the license field to GPL-2.0-or-later and ( Ruby or GPL-2.0-or-later or MIT ) and ( GPL-1.0-or-later OR Artistic-1.0-Perl ) However, that does not resolve the bug as Artistic-1.0-Perl is not in the allowed list either if I'm not mistaken. Update on this: I managed to get in touch with one of the owners of the upstream code who gave me an e-mail of the original author. Unfortunately, attempts to contact him bounce. So I'd propose to finally retire this package... > So I'd propose to finally retire this package...
+1
Can you do it?
Or do you want me to do that for you?
Please go ahead if it is blocking anything. Hmm, I somehow missed the comment #1 That would solve it, because 'GPL-1.0-or-later OR Artistic-1.0-Perl' is allowed combination. $ license-validate -v Artistic-1.0-Perl Warning: Artistic-1.0-Perl is not-allowed license Uses not-allowed license. [ble: exit 1] $ license-validate -v 'GPL-1.0-or-later OR Artistic-1.0-Perl' Approved license $ license-validate -v 'GPL-2.0-or-later and ( Ruby or GPL-2.0-or-later or MIT ) and ( GPL-1.0-or-later OR Artistic-1.0-Perl )' Approved license Closing as the current string is without an issue. |