1
0
forked from pool/dummy-release

Accepting request 854839 from home:mslacken:sp

- added 'VERSION_ID="Dummy"' string to /etc/os-release as some
  packages might need this

OBS-URL: https://build.opensuse.org/request/show/854839
OBS-URL: https://build.opensuse.org/package/show/Base:System/dummy-release?expand=0&rev=14
This commit is contained in:
Stephan Kulow 2020-12-11 10:50:49 +00:00 committed by Git OBS Bridge
parent cd807cc7d3
commit 0b94d49d8d
2 changed files with 8 additions and 1 deletions

View File

@ -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> Tue Mar 19 12:44:26 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package dummy-release # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 'NAME=Dummy' > $RPM_BUILD_ROOT/etc/os-release
echo 'ID_LIKE="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
%files %files
%defattr(644,root,root,755) %defattr(644,root,root,755)