From 4a135d5dee4318754b898f9939d07e9cb7efef3d Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Sat, 13 Jan 2018 16:33:50 -0800 Subject: [PATCH] New version, tarball. this is only for Manjaro, they seem to have not done the /etc/os-release file pretty name correctly, so the bland name reports there. Added manjoro-release to the lsb good list. No other changes. --- inxi | 4 ++-- inxi.changelog | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index 7c4516e..62564e0 100755 --- a/inxi +++ b/inxi @@ -2,7 +2,7 @@ ######################################################################## SELF_NAME='inxi' # don't quote the following, parsers grab these too -SELF_VERSION=2.3.54 +SELF_VERSION=2.3.55 SELF_DATE=2018-01-13 SELF_PATCH=00 ######################################################################## @@ -663,7 +663,7 @@ DISTROS_DERIVED="antix-version aptosid-version kanotix-version knoppix-version m # debian_version excluded from DISTROS_PRIMARY so Debian can fall through to /etc/issue detection. Same goes for Ubuntu. DISTROS_EXCLUDE_LIST="debian_version devuan_version ubuntu_version" DISTROS_PRIMARY="arch-release gentoo-release redhat-release slackware-version SuSE-release" -DISTROS_LSB_GOOD="mandrake-release mandriva-release mandrakelinux-release" +DISTROS_LSB_GOOD="mandrake-release mandriva-release mandrakelinux-release manjaro-release" # this is being used both by core distros and derived distros now, eg, solusos 1 uses it for solusos id, while # debian, solusos base, uses it as well, so we have to know which it is. DISTROS_OS_RELEASE_GOOD="arch-release SuSE-release " diff --git a/inxi.changelog b/inxi.changelog index ab6c3b7..6da6d06 100644 --- a/inxi.changelog +++ b/inxi.changelog @@ -1,3 +1,19 @@ +===================================================================================== +Version: 2.3.55 +Patch Version: 00 +Script Date: 2018-01-13 +----------------------------------- +Changes: +----------------------------------- + +New version, tarball. this is only for Manjaro, they seem to have not done the +/etc/os-release file pretty name correctly, so the bland name reports there. + +Added manjoro-release to the lsb good list. No other changes. +s +----------------------------------- +-- Harald Hope - Sat, 13 Jan 2018 16:28:09 -0800 + ===================================================================================== Version: 2.3.54 Patch Version: 00