Accepting request 945235 from Base:System
OBS-URL: https://build.opensuse.org/request/show/945235 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dummy-release?expand=0&rev=21
This commit is contained in:
commit
7c15ae06c8
@ -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>
|
||||
|
||||
@ -13,7 +21,7 @@ Tue Mar 19 12:44:26 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 10 10:26:00 CEST 2017 - behlert@suse.de
|
||||
|
||||
- update version, drop /etc/SuSE-release
|
||||
- update version, drop /etc/SuSE-release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 18 05:06:58 UTC 2017 - jimmy@boombatower.com
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user