File project.diff of Package opensbi
--- opensbi.spec.orig
+++ opensbi.spec
@@ -1,7 +1,7 @@
#
# spec file for package opensbi
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,13 +23,13 @@ Name: opensbi
%else
Name: opensbi-%{target}
%endif
-Version: 1.7
+Version: 1.8~master
Release: 0
Summary: RISC-V Open Source Supervisor Binary Interface
License: BSD-2-Clause
Group: System/Boot
URL: https://github.com/riscv-software-src/opensbi
-Source: https://github.com/riscv-software-src/opensbi/archive/v%{version}.tar.gz#/opensbi-%{version}.tar.gz
+Source0: opensbi-master.tar.gz
ExclusiveArch: riscv64
BuildRequires: python3-base
%if "%{target}" != ""
@@ -67,7 +67,7 @@ the RISC-V Foundation on Github (https:/
This package provides the development files for %{name}.
%prep
-%setup -q -n opensbi-%{version}
+%setup -q -n opensbi-master
%build
%if "%{target}" == ""