Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common: Remove the runtime dependency on lsb_release #11365

Merged
merged 1 commit into from Oct 31, 2016

Commits on Oct 7, 2016

  1. common: Remove the runtime dependency on lsb_release

    With modern releases we should be able to make do with the call to
    os_release_parse only which uses /etc/os-release which should be available on
    most (all?) releases we currently support. this then allows us to remove the
    runtime dependency which pulls in several other packages and would be nice to
    avoid.
    
    Fixes: http://tracker.ceph.com/issues/17425
    Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
    badone committed Oct 7, 2016
    Copy the full SHA
    8b1a57f View commit details
    Browse the repository at this point in the history