ID="opensuse-tumbleweed" / ID_LIKE="opensuse suse" - boo#1088306

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/000product?expand=0&rev=122
This commit is contained in:
Dominique Leuenberger 2018-04-24 13:37:19 +00:00 committed by Git OBS Bridge
parent c354fba28a
commit 03bb755257
2 changed files with 4 additions and 4 deletions

View File

@ -13687,8 +13687,8 @@ VERSION_ID=`echo %{version}|tr '[:upper:]' '[:lower:]'|sed -e 's/ //g;'`
cat > %{buildroot}%{_prefix}/lib/os-release <<EOF
NAME="openSUSE Tumbleweed"
# VERSION="%{version}%{?betaversion: %{betaversion}}"
ID="opensuse"
ID_LIKE="suse"
ID="opensuse-tumbleweed"
ID_LIKE="opensuse suse"
VERSION_ID="$VERSION_ID"
PRETTY_NAME="openSUSE Tumbleweed"
ANSI_COLOR="0;32"

View File

@ -91,8 +91,8 @@ VERSION_ID=`echo %{version}|tr '[:upper:]' '[:lower:]'|sed -e 's/ //g;'`
cat > %{buildroot}%{_prefix}/lib/os-release <<EOF
NAME="openSUSE Tumbleweed"
# VERSION="%{version}%{?betaversion: %{betaversion}}"
ID="opensuse"
ID_LIKE="suse"
ID="opensuse-tumbleweed"
ID_LIKE="opensuse suse"
VERSION_ID="$VERSION_ID"
PRETTY_NAME="openSUSE Tumbleweed"
ANSI_COLOR="0;32"