File uefisettings.spec of Package uefisettings

#
# spec file for package uefisettings
#
# Copyright (c) 2025, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           uefisettings
Version:        0~git20250729
Release:        0
Summary:        Read/Get/Extract and Write/Change/Modify BIOS/UEFI settings from CLI
License:        BSD-3-Clause
Group:          Development/Tools/Other
URL:            https://github.com/linuxboot/uefisettings
Source:         %{name}-%{version}.tar.xz
Source1:        vendor.tar.zst
BuildRequires:  cargo-packaging
ExclusiveArch:  %{rust_tier1_arches}

%description
A tool to read and write BIOS settings from Linux CLI.
It currently supports two interfaces:

* HiiDB (used in OCP and also has partial support in other platforms)
* iLO BlobStore (used in HPE)

%prep
%autosetup -a 1

%build
%{cargo_build}

%install
%{cargo_install}

%files
%license LICENSE
%doc README.md
%{_bindir}/uefisettings

%changelog
openSUSE Build Service is sponsored by