SHA256
1
0
forked from pool/000product

Add quotes around ID= in /etc/os-release (boo#1088306)

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/000product?expand=0&rev=94
This commit is contained in:
Dominique Leuenberger 2018-04-16 11:22:09 +00:00 committed by Git OBS Bridge
parent 1fa89949f5
commit 35b18d836e
2 changed files with 2 additions and 2 deletions

View File

@ -13587,7 +13587,7 @@ 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="opensuse"
ID_LIKE="suse"
VERSION_ID="$VERSION_ID"
PRETTY_NAME="openSUSE Tumbleweed"

View File

@ -91,7 +91,7 @@ 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="opensuse"
ID_LIKE="suse"
VERSION_ID="$VERSION_ID"
PRETTY_NAME="openSUSE Tumbleweed"