SHA256
1
0
forked from pool/memtest86_
Dominique Leuenberger 2020-04-15 17:53:26 +00:00 committed by Git OBS Bridge
commit 4caa02313f
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 2 09:01:17 UTC 2020 - Martin Liška <mliska@suse.cz>
- Disable parallel build.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 19 11:11:09 UTC 2018 - mpluskal@suse.com Thu Jul 19 11:11:09 UTC 2018 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package memtest86+ # spec file for package memtest86+
# #
# Copyright (c) 2018 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
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -53,7 +53,8 @@ it can be used to test the computer's memory.
%patch4 -p1 %patch4 -p1
%build %build
make %{?_smp_mflags} # dependencies are broken for the package and it should not be built in parallel
make
%install %install
install -Dpm 0644 memtest.bin \ install -Dpm 0644 memtest.bin \