Actions
Bug #7714
closedExtracted libc licenses should be sorted
Start date:
2017-01-01
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
The extracted libc licenses should be sorted by keys to avoid the wsdiff false positives.
Related issues
Updated by Marcel Telka over 5 years ago
- Related to Bug #6924: make libc copyright file contents deterministic added
Updated by Marcel Telka over 5 years ago
Without the fix the current list of wsdiff false positives is:
boot/gptzfsboot boot/pxeboot boot/zfsloader lib/amd64/libc.so.1 lib/libc.so.1 licenses/usr/src/lib/libc/THIRDPARTYLICENSE usr/lib/amd64/libzpool.so.1 usr/lib/libc/libc_hwcap1.so.1 usr/lib/libc/libc_hwcap2.so.1 usr/lib/libc/libc_hwcap3.so.1 usr/lib/libzpool.so.1 usr/lib/nfs/mountd usr/sbin/isns
With the fix the list is this:
boot/gptzfsboot boot/pxeboot boot/zfsloader lib/amd64/libc.so.1 lib/libc.so.1 usr/lib/amd64/libzpool.so.1 usr/lib/libc/libc_hwcap1.so.1 usr/lib/libc/libc_hwcap2.so.1 usr/lib/libc/libc_hwcap3.so.1 usr/lib/libzpool.so.1 usr/lib/nfs/mountd usr/sbin/isns
Updated by Marcel Telka over 5 years ago
- Status changed from In Progress to Pending RTI
Updated by Electric Monk over 5 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit e2fb2b65b4c67a1ead9ea88052bb3fdb5ee65d59
commit e2fb2b65b4c67a1ead9ea88052bb3fdb5ee65d59 Author: Marcel Telka <marcel@telka.sk> Date: 2017-01-02T23:41:28.000Z 7714 Extracted libc licenses should be sorted Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions