Accepting request 854848 from Base:System
OBS-URL: https://build.opensuse.org/request/show/854848 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dummy-release?expand=0&rev=20
This commit is contained in:
commit
8a0cb41a03
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 11 09:26:31 UTC 2020 - Christian Goll <cgoll@suse.com>
|
||||
|
||||
- added 'VERSION_ID="Dummy"' string to /etc/os-release as some
|
||||
packages might need this
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 12:44:26 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dummy-release
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -43,6 +43,7 @@ touch $RPM_BUILD_ROOT/etc/motd
|
||||
|
||||
echo 'NAME=Dummy' > $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
|
||||
|
||||
%files
|
||||
%defattr(644,root,root,755)
|
||||
|
Loading…
Reference in New Issue
Block a user