Dominique Leuenberger 2022-01-10 23:01:35 +00:00 committed by Git OBS Bridge
commit 7c15ae06c8
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 10 08:42:47 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Add ID="suse" to etc/os-release; there is at least one test
suite (python-Nuitka) that expects an ID= field. Without it,
we're forced to use the more expensive openSUSE-release for the
test suite.
-------------------------------------------------------------------
Fri Dec 11 09:26:31 UTC 2020 - Christian Goll <cgoll@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package dummy-release
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -42,6 +42,7 @@ echo -e "Welcome to Dummy Product (%{_target_cpu}) - Kernel %%r (%%t)." > $RPM_B
touch $RPM_BUILD_ROOT/etc/motd
echo 'NAME=Dummy' > $RPM_BUILD_ROOT/etc/os-release
echo 'ID="suse"' >> $RPM_BUILD_ROOT/etc/os-release
echo 'ID_LIKE="suse"' >> $RPM_BUILD_ROOT/etc/os-release
echo 'VERSION_ID="Dummy"' >> $RPM_BUILD_ROOT/etc/os-release