Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162936 - /etc/gentoo-release: use lsb_release compatible syntax
Summary: /etc/gentoo-release: use lsb_release compatible syntax
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-20 15:01 UTC by Ed Catmur
Modified: 2010-05-11 08:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2007-01-20 15:01:09 UTC
Currently /etc/gentoo-release contains:
    Gentoo Base System version 1.12.8

If this were changed to:
    Gentoo Base System release 1.12.8
                       ^^^^^^^

then lsb_release (sys-apps/lsb-release) would be able to parse the baselayout version as the distro release, like so:

$ lsb_release --all
LSB Version:    n/a
Distributor ID: Gentoo
Description:    Gentoo Base System release 1.12.8
Release:        1.12.8
Codename:       n/a
Comment 1 SpanKY gentoo-dev 2007-01-20 15:15:43 UTC
so we're on the same page, lsb is lame

ive fixed this in our ebuilds, but dont expect anything but trivial changes like this