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

Group :: System/Base
RPM: ima-inspect

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: ima-inspect
Summary: Output IMA/EVM extended attributes in a human readable format
License: LGPL-2.1-or-later
Group: System/Base
Version: 0.13
Release: alt2
Url: https://github.com/mgerstner/ima-inspect
Source0: %{name}-%{version}.tar
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: glibc-devel
BuildRequires: libimaevm-devel
BuildRequires: openssl-devel
BuildRequires: libtclap-devel

%description
This is a small utility that supplements ima-evm-utils with a way to inspect
the security.ima and security.evm extended attributes in human readable
format.

%prep
%setup -q
%autopatch -p1

%build
%autoreconf
%configure
%make_build

%install
%makeinstall_std
# match name of the package
( cd %{buildroot}%{_bindir}
 ln -s ima_inspect ima-inspect
)

%files
%doc README.md LICENSE
%{_bindir}/ima_inspect
%{_bindir}/ima-inspect

%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