Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37516209
en ru br
ALT Linux repos
S:4.18-alt2

Group :: System/Kernel and hardware
RPM: kmod-sign

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: kmod-sign
Version: 4.18
Release: alt2

Summary: kernel modules signing tools
License: LGPL
Group: System/Kernel and hardware
BuildRequires: kernel-source-%version
BuildRequires: openssl-devel
Source0: kmod-gen-cert

%description
Set of tools for linux kernel modules signing

%prep
%setup -cT -n %name-%version
tar -xf /usr/src/kernel/sources/kernel-source-%version.tar
cp */scripts/{sign-file.c,extract-cert.c} ./

%build
gcc -o sign-file  sign-file.c -lcrypto
gcc -o extract-cert  extract-cert.c -lcrypto

%install
mkdir -p %buildroot%_bindir
install sign-file extract-cert %buildroot%_bindir
install %SOURCE0 %buildroot%_bindir

%files
%_bindir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin