Dominique Leuenberger 2020-12-12 19:28:21 +00:00 committed by Git OBS Bridge
commit 8a0cb41a03
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>

View File

@ -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)