Accepting request 1181985 from home:fcrozat:branches:openSUSE:Factory

Add additional ID_LIKE identifier to be shared with SLE Micro
to ease detection of our immutable OS

OBS-URL: https://build.opensuse.org/request/show/1181985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/000package-groups?expand=0&rev=287
This commit is contained in:
Ana Guerrero 2024-06-21 14:02:46 +00:00 committed by Git OBS Bridge
parent 55a54b1b08
commit 543b157a60
3 changed files with 3 additions and 3 deletions

View File

@ -204,7 +204,7 @@ cat > %{buildroot}%{_prefix}/lib/os-release <<EOF
NAME="openSUSE Aeon"
# VERSION="%{version}%{?betaversion: %{betaversion}}"
ID="opensuse-aeon"
ID_LIKE="suse opensuse opensuse-tumbleweed opensuse-microos"
ID_LIKE="suse opensuse opensuse-tumbleweed opensuse-microos microos"
VERSION_ID="$VERSION_ID"
PRETTY_NAME="openSUSE Aeon"
ANSI_COLOR="0;32"

View File

@ -204,7 +204,7 @@ cat > %{buildroot}%{_prefix}/lib/os-release <<EOF
NAME="openSUSE Kalpa"
# VERSION="%{version}%{?betaversion: %{betaversion}}"
ID="opensuse-kalpa"
ID_LIKE="suse opensuse opensuse-tumbleweed opensuse-microos"
ID_LIKE="suse opensuse opensuse-tumbleweed opensuse-microos microos"
VERSION_ID="$VERSION_ID"
PRETTY_NAME="openSUSE Kalpa"
ANSI_COLOR="0;32"

View File

@ -209,7 +209,7 @@ cat > %{buildroot}%{_prefix}/lib/os-release <<EOF
NAME="openSUSE MicroOS"
# VERSION="%{version}%{?betaversion: %{betaversion}}"
ID="opensuse-microos"
ID_LIKE="suse opensuse opensuse-tumbleweed"
ID_LIKE="suse opensuse opensuse-tumbleweed microos sl-micro"
VERSION_ID="$VERSION_ID"
PRETTY_NAME="openSUSE MicroOS"
ANSI_COLOR="0;32"