FS#59306 - [systemd] license=() is incorrect for split packages

Attached to Project: Arch Linux
Opened by Luke Shumaker (lukeshu) - Thursday, 12 July 2018, 03:12 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 05 January 2019, 16:12 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Dave Reisner (falconindy)
Christian Hesse (eworm)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The systemd PKGBUILD says

- `license=('GPL2' 'LGPL2.1')` in package_systemd
- `license=('GPL2')` in all of the other package_ functions

However, that is backward for the other package_ functions. Systemd is mostly LGPL2.1, but udev is GPL2 (libudev is not included in that; it is LGPL2.1). It should say

- `license=('GPL2' 'LGPL2.1')` in package_systemd
- `license=('LGPL2.1')` in all of the other package_ functions

Additional info:
* package version: 239.0-2
This task depends upon

Closed by  Dave Reisner (falconindy)
Saturday, 05 January 2019, 16:12 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in SVN

Loading...