Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package memtest86+ for openSUSE:Factory 
checked in at 2023-02-09 16:21:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/memtest86+ (Old)
 and      /work/SRC/openSUSE:Factory/.memtest86+.new.4462 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "memtest86+"

Thu Feb  9 16:21:56 2023 rev:38 rq:1063852 version:6.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/memtest86+/memtest86+.changes    2021-05-20 
19:25:01.065952973 +0200
+++ /work/SRC/openSUSE:Factory/.memtest86+.new.4462/memtest86+.changes  
2023-02-09 16:22:07.882380497 +0100
@@ -1,0 +2,31 @@
+Wed Feb  8 09:50:09 UTC 2023 - Marcus Meissner <meiss...@suse.com>
+
+- add pesign magic
+- fixed i586 build
+
+-------------------------------------------------------------------
+Sat Feb  4 15:41:14 UTC 2023 - ecsos <ec...@opensuse.org>
+
+- Update to 6.10
+  - Add support for Secure Boot Signing
+  - Add support for Headless EFI system
+  - Add various command line options
+  - Add support for legacy ATI SB400
+  - Fix an issue related to BadRAM pattern
+  - Fix disabling SMP using F2 at startup
+  - Fix crash on SuperMicro X10SDV
+  - Various bug fixes and optimizations
+- Update to 6.01
+  - False positives in test 9 [Modulo 20, random pattern] (issue #216)
+  - Failing to remove the big PASS/FAIL status banner (issue #130 and #173)
+
+-------------------------------------------------------------------
+Sat Oct 29 10:23:02 UTC 2022 - ecsos <ec...@opensuse.org>
+
+- Update to 6.00:
+- Drop all patches can no more use:
+  fix-destdir
+  memtest86+-5.01-no-optimization.patch
+  memtest86+-5.31b-discard-note_gnu_property.patch
+
+-------------------------------------------------------------------

Old:
----
  fix-destdir
  memtest86+-5.01-no-optimization.patch
  memtest86+-5.31b-discard-note_gnu_property.patch
  memtest86+-5.31b.tar.gz

New:
----
  memtest86+-6.10.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ memtest86+.spec ++++++
--- /var/tmp/diff_new_pack.KyAzEK/_old  2023-02-09 16:22:10.182392346 +0100
+++ /var/tmp/diff_new_pack.KyAzEK/_new  2023-02-09 16:22:10.186392367 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package memtest86+
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,19 +14,17 @@
 
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
+# needssslcertforbuild
 
 
 Name:           memtest86+
-Version:        5.31b
+Version:        6.10
 Release:        0
 Summary:        Memory Testing Image for x86 Architecture
 License:        BSD-3-Clause
 Group:          System/Boot
 URL:            https://www.memtest.org
-Source:         
https://www.memtest.org/download/%{version}/memtest86+-%{version}.tar.gz
-Patch0:         fix-destdir
-Patch1:         memtest86+-5.01-no-optimization.patch
-Patch2:         memtest86+-5.31b-discard-note_gnu_property.patch
+Source:         
https://github.com/memtest86plus/memtest86plus/archive/v%{version}/%{name}-%{version}.tar.gz
 #!BuildIgnore:  gcc-PIE
 Provides:       lilo:/boot/memtest.bin
 Obsoletes:      memtest86 <= 3.2
@@ -35,6 +33,7 @@
 %ifarch x86_64
 BuildRequires:  glibc-devel-32bit
 %endif
+BuildRequires:  pesign-obs-integration
 %define _binary_payload w1.gzdio
 BuildRequires:  update-bootloader-rpm-macros
 %{?update_bootloader_requires}
@@ -44,27 +43,43 @@
 it can be used to test the computer's memory.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%setup -q -n memtest86plus-%{version}
 
 %build
 # dependencies are broken for the package and it should not be built in 
parallel
+%ifarch x86_64
+cd build64
+%else
+cd build32
+%endif
 make
 
 %install
+%ifarch x86_64
+cd build64
+%else
+cd build32
+%endif
 install -Dpm 0644 memtest.bin \
   %{buildroot}/boot/memtest.bin
+install -Dpm 0644 memtest.efi \
+  %{buildroot}/boot/efi/EFI/memtest86/memtest.efi
+export BRP_PESIGN_FILES="*.efi"
 
 %post
-%update_bootloader_check_type_refresh_post grub2
+%update_bootloader_check_type_refresh_post grub2 grub2-efi
 
 %posttrans
 %update_bootloader_posttrans
 
 %files
+%license LICENSE
+%doc README.md
+%doc doc
 /boot/memtest.bin
-%doc README* changelog FAQ
+%dir /boot/efi
+%dir /boot/efi/EFI
+%dir /boot/efi/EFI/memtest86
+/boot/efi/EFI/memtest86/memtest.efi
 
 %changelog

++++++ memtest86+-5.31b.tar.gz -> memtest86+-6.10.tar.gz ++++++
++++ 57318 lines of diff (skipped)

Reply via email to