mokutil/mokutil.spec

50 lines
1.1 KiB
RPMSpec
Raw Permalink Normal View History

Name: mokutil
Version: 0.7.2
Release: 1mamba
Summary: Utility to manipulate machine owner keys
Group: System/Security
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/lcp/mokutil
Source: https://github.com/lcp/mokutil.git/%{version}/mokutil-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libefivar-devel
BuildRequires: libkeyutils-devel
BuildRequires: libopenssl-devel
BuildRequires: libxcrypt-devel
## AUTOBUILDREQ-END
%description
Utility to manipulate machine owner keys.
%debug_package
%prep
%setup -q
./autogen.sh
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/mokutil
%{_datadir}/bash-completion/completions/mokutil
%{_mandir}/man1/mokutil.1*
%doc COPYING
%changelog
* Fri Nov 01 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.2-1mamba
- package created using the webbuild interface