mokutil/mokutil.spec
Gary Ching-Pang Lin 44db4978c2 Accepting request 184304 from home:gary_lin:branches:Base:System
- Update to 0.2.0
  + Generate the password hash with crypt() by default instead of
    the original sha256 password hash
  + Add an option to import the root password hash
  + Amend error messages, help, and man page

OBS-URL: https://build.opensuse.org/request/show/184304
OBS-URL: https://build.opensuse.org/package/show/Base:System/mokutil?expand=0&rev=10
2013-07-25 10:27:41 +00:00

64 lines
1.5 KiB
RPMSpec

#
# spec file for package mokutil
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#
Name: mokutil
Version: 0.2.0
Release: 0
Summary: Tools for manipulating machine owner keys
License: GPL-3.0
Group: Productivity/Security
Url: https://github.com/lcp/mokutil
Source: %{name}-%{version}.tar.bz2
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libopenssl-devel >= 0.9.8
BuildRequires: pkg-config
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: x86_64
%description
This program provides the means to enroll and erase the machine owner
keys (MOK) stored in the database of shim.
Authors:
--------
Gary Lin <glin@suse.com>
%prep
%setup -q
%build
%configure
make
%install
%makeinstall
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%files
%defattr(-,root,root)
%doc COPYING
%{_bindir}/mokutil
%{_mandir}/man?/*
%changelog