Hello community,

here is the log from the commit of package ovmf for openSUSE:Factory checked in 
at 2020-11-10 13:38:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ovmf (Old)
 and      /work/SRC/openSUSE:Factory/.ovmf.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ovmf"

Tue Nov 10 13:38:34 2020 rev:53 rq:846146 version:202008

Changes:
--------
--- /work/SRC/openSUSE:Factory/ovmf/ovmf.changes        2020-11-02 
14:04:06.792668677 +0100
+++ /work/SRC/openSUSE:Factory/.ovmf.new.11331/ovmf.changes     2020-11-10 
13:39:18.672490454 +0100
@@ -1,0 +2,7 @@
+Thu Nov  5 07:56:36 UTC 2020 - Gary Ching-Pang Lin <[email protected]>
+
+- Update the json descriptors to address all x86_64 firmware files
+  (jsc#SLE-15915)
+- Remove the executable bit from brotli source code files
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ovmf.spec ++++++
--- /var/tmp/diff_new_pack.S87VUk/_old  2020-11-10 13:39:19.464488880 +0100
+++ /var/tmp/diff_new_pack.S87VUk/_new  2020-11-10 13:39:19.468488872 +0100
@@ -186,9 +186,13 @@
 # add brotli
 pushd BaseTools/Source/C/BrotliCompress/brotli
 tar -xf %{SOURCE8} --strip 1
+#  remove the executable bit from files
+find . -type f -exec chmod 0644 {} \;
 popd
 pushd MdeModulePkg/Library/BrotliCustomDecompressLib/brotli
 tar -xf %{SOURCE8} --strip 1
+#  remove the executable bit from files
+find . -type f -exec chmod 0644 {} \;
 popd
 
 # add oniguruma


++++++ descriptors.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/descriptors/60-ovmf-x86_64-2m-ms.json 
new/descriptors/60-ovmf-x86_64-2m-ms.json
--- old/descriptors/60-ovmf-x86_64-2m-ms.json   1970-01-01 01:00:00.000000000 
+0100
+++ new/descriptors/60-ovmf-x86_64-2m-ms.json   2020-11-05 07:27:37.143871500 
+0100
@@ -0,0 +1,34 @@
+{
+    "description": "UEFI firmware for x86_64, with Secure Boot, and MS certs 
enrolled (legacy 2MB flash size)",
+    "interface-types": [
+        "uefi"
+    ],
+    "mapping": {
+        "device": "flash",
+        "executable": {
+            "filename": "@DATADIR@/ovmf-x86_64-ms-code.bin",
+            "format": "raw"
+        },
+        "nvram-template": {
+            "filename": "@DATADIR@/ovmf-x86_64-ms-vars.bin",
+            "format": "raw"
+        }
+    },
+    "targets": [
+        {
+            "architecture": "x86_64",
+            "machines": [
+                "pc-i440fx-*",
+                "pc-q35-*"
+            ]
+        }
+    ],
+    "features": [
+        "acpi-s3",
+        "amd-sev",
+        "verbose-dynamic"
+    ],
+    "tags": [
+
+    ]
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/descriptors/60-ovmf-x86_64-2m-opensuse.json 
new/descriptors/60-ovmf-x86_64-2m-opensuse.json
--- old/descriptors/60-ovmf-x86_64-2m-opensuse.json     1970-01-01 
01:00:00.000000000 +0100
+++ new/descriptors/60-ovmf-x86_64-2m-opensuse.json     2020-11-05 
07:27:46.151927408 +0100
@@ -0,0 +1,34 @@
+{
+    "description": "UEFI firmware for x86_64, with Secure Boot, and openSUSE 
certs enrolled (legacy 2MB flash size)",
+    "interface-types": [
+        "uefi"
+    ],
+    "mapping": {
+        "device": "flash",
+        "executable": {
+            "filename": "@DATADIR@/ovmf-x86_64-opensuse-code.bin",
+            "format": "raw"
+        },
+        "nvram-template": {
+            "filename": "@DATADIR@/ovmf-x86_64-opensuse-vars.bin",
+            "format": "raw"
+        }
+    },
+    "targets": [
+        {
+            "architecture": "x86_64",
+            "machines": [
+                "pc-i440fx-*",
+                "pc-q35-*"
+            ]
+        }
+    ],
+    "features": [
+        "acpi-s3",
+        "amd-sev",
+        "verbose-dynamic"
+    ],
+    "tags": [
+
+    ]
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/descriptors/60-ovmf-x86_64-2m-suse.json 
new/descriptors/60-ovmf-x86_64-2m-suse.json
--- old/descriptors/60-ovmf-x86_64-2m-suse.json 1970-01-01 01:00:00.000000000 
+0100
+++ new/descriptors/60-ovmf-x86_64-2m-suse.json 2020-11-05 07:28:17.640122837 
+0100
@@ -0,0 +1,34 @@
+{
+    "description": "UEFI firmware for x86_64, with Secure Boot, and SUSE certs 
enrolled (legacy 2MB flash size)",
+    "interface-types": [
+        "uefi"
+    ],
+    "mapping": {
+        "device": "flash",
+        "executable": {
+            "filename": "@DATADIR@/ovmf-x86_64-suse-code.bin",
+            "format": "raw"
+        },
+        "nvram-template": {
+            "filename": "@DATADIR@/ovmf-x86_64-suse-vars.bin",
+            "format": "raw"
+        }
+    },
+    "targets": [
+        {
+            "architecture": "x86_64",
+            "machines": [
+                "pc-i440fx-*",
+                "pc-q35-*"
+            ]
+        }
+    ],
+    "features": [
+        "acpi-s3",
+        "amd-sev",
+        "verbose-dynamic"
+    ],
+    "tags": [
+
+    ]
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/descriptors/60-ovmf-x86_64-2m.json 
new/descriptors/60-ovmf-x86_64-2m.json
--- old/descriptors/60-ovmf-x86_64-2m.json      1970-01-01 01:00:00.000000000 
+0100
+++ new/descriptors/60-ovmf-x86_64-2m.json      2020-11-05 07:25:50.747211151 
+0100
@@ -0,0 +1,34 @@
+{
+    "description": "UEFI firmware for x86_64 (legacy 2MB flash size)",
+    "interface-types": [
+        "uefi"
+    ],
+    "mapping": {
+        "device": "flash",
+        "executable": {
+            "filename": "@DATADIR@/ovmf-x86_64-code.bin",
+            "format": "raw"
+        },
+        "nvram-template": {
+            "filename": "@DATADIR@/ovmf-x86_64-vars.bin",
+            "format": "raw"
+        }
+    },
+    "targets": [
+        {
+            "architecture": "x86_64",
+            "machines": [
+                "pc-i440fx-*",
+                "pc-q35-*"
+            ]
+        }
+    ],
+    "features": [
+        "acpi-s3",
+        "amd-sev",
+        "verbose-dynamic"
+    ],
+    "tags": [
+
+    ]
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/descriptors/60-ovmf-x86_64-ms.json 
new/descriptors/60-ovmf-x86_64-ms.json
--- old/descriptors/60-ovmf-x86_64-ms.json      1970-01-01 01:00:00.000000000 
+0100
+++ new/descriptors/60-ovmf-x86_64-ms.json      2020-11-05 07:21:36.149630999 
+0100
@@ -0,0 +1,34 @@
+{
+    "description": "UEFI firmware for x86_64, with Secure Boot, and MS certs 
enrolled",
+    "interface-types": [
+        "uefi"
+    ],
+    "mapping": {
+        "device": "flash",
+        "executable": {
+            "filename": "@DATADIR@/ovmf-x86_64-ms-4m-code.bin",
+            "format": "raw"
+        },
+        "nvram-template": {
+            "filename": "@DATADIR@/ovmf-x86_64-ms-4m-vars.bin",
+            "format": "raw"
+        }
+    },
+    "targets": [
+        {
+            "architecture": "x86_64",
+            "machines": [
+                "pc-i440fx-*",
+                "pc-q35-*"
+            ]
+        }
+    ],
+    "features": [
+        "acpi-s3",
+        "amd-sev",
+        "verbose-dynamic"
+    ],
+    "tags": [
+
+    ]
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/descriptors/60-ovmf-x86_64-opensuse.json 
new/descriptors/60-ovmf-x86_64-opensuse.json
--- old/descriptors/60-ovmf-x86_64-opensuse.json        1970-01-01 
01:00:00.000000000 +0100
+++ new/descriptors/60-ovmf-x86_64-opensuse.json        2020-11-05 
07:22:59.638149166 +0100
@@ -0,0 +1,34 @@
+{
+    "description": "UEFI firmware for x86_64, with Secure Boot, and openSUSE 
certs enrolled",
+    "interface-types": [
+        "uefi"
+    ],
+    "mapping": {
+        "device": "flash",
+        "executable": {
+            "filename": "@DATADIR@/ovmf-x86_64-opensuse-4m-code.bin",
+            "format": "raw"
+        },
+        "nvram-template": {
+            "filename": "@DATADIR@/ovmf-x86_64-opensuse-4m-vars.bin",
+            "format": "raw"
+        }
+    },
+    "targets": [
+        {
+            "architecture": "x86_64",
+            "machines": [
+                "pc-i440fx-*",
+                "pc-q35-*"
+            ]
+        }
+    ],
+    "features": [
+        "acpi-s3",
+        "amd-sev",
+        "verbose-dynamic"
+    ],
+    "tags": [
+
+    ]
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/descriptors/60-ovmf-x86_64-suse.json 
new/descriptors/60-ovmf-x86_64-suse.json
--- old/descriptors/60-ovmf-x86_64-suse.json    1970-01-01 01:00:00.000000000 
+0100
+++ new/descriptors/60-ovmf-x86_64-suse.json    2020-11-05 07:30:15.420853396 
+0100
@@ -0,0 +1,34 @@
+{
+    "description": "UEFI firmware for x86_64, with Secure Boot, and SUSE certs 
enrolled",
+    "interface-types": [
+        "uefi"
+    ],
+    "mapping": {
+        "device": "flash",
+        "executable": {
+            "filename": "@DATADIR@/ovmf-x86_64-suse-4m-code.bin",
+            "format": "raw"
+        },
+        "nvram-template": {
+            "filename": "@DATADIR@/ovmf-x86_64-suse-4m-vars.bin",
+            "format": "raw"
+        }
+    },
+    "targets": [
+        {
+            "architecture": "x86_64",
+            "machines": [
+                "pc-i440fx-*",
+                "pc-q35-*"
+            ]
+        }
+    ],
+    "features": [
+        "acpi-s3",
+        "amd-sev",
+        "verbose-dynamic"
+    ],
+    "tags": [
+
+    ]
+}






Reply via email to