FS#37900 - [lsb-release] lsb_release -a returns (none) for Description

Attached to Project: Community Packages
Opened by Jonathan Liu (net147) - Monday, 25 November 2013, 01:19 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Tuesday, 26 November 2013, 10:23 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
lsb_release -a returns "(none)" for Description when it should return "Arch Linux".

Additional info:
* lsb-release 1.4-13

Steps to reproduce:
lsb_release -a

Patch attached to fix the issue.
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Tuesday, 26 November 2013, 10:23 GMT
Reason for closing:  Fixed
Additional comments about closing:  Both issues addressed.
Comment by Eric Belanger (Snowman) - Monday, 25 November 2013, 01:38 GMT
The convention seems to be to use correct capitalization for Distributor ID instead of lowercase so /etc/lsb-release should set DISTRIB_ID=Arch instead of DISTRIB_ID=arch.

Loading...