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:
parent
1fa89949f5
commit
35b18d836e
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user