Summary: IMA/EVM support utilities Name: ima-evm-utils Version: 0.2 Release: 2%{?dist} License: LGPLv2 Url: http://linux-ima.sourceforge.net/ Source: http://downloads.sourceforge.net/linux-ima/%{name}-%{version}.tar.gz Group: Applications/Internet BuildRequires: autoconf automake libtool m4 BuildRequires: openssl-devel libattr-devel readline-devel keyutils-libs-devel %description The Trusted Computing Group(TCG) runtime Integrity Measurement Architecture (IMA) maintains a list of hash values of executables and other sensitive system files, as they are read or executed. These are stored in the file systems extended attributes. The Extended Verification Module (EVM) prevents unauthorised changes to these extended attributes on the filesystem. evm-utils is used to prepare the filesystem for these extended attributes. %prep %setup -q %build sed -i "s/pkglib_PROGRAMS/pkglibexec_PROGRAMS/" Makefile.am sed -i "s/pkglib_PROGRAMS/pkglibexec_PROGRAMS/" tests/Makefile.am sed -i "s/pkglib_SCRIPTS/pkglibexec_SCRIPTS/" tests/Makefile.am mkdir m4 autoreconf -f -i %configure make %{?_smp_mflags} %install make DESTDIR=%{buildroot} install %{?_smp_mflags} %files %doc ChangeLog README AUTHORS %{_bindir}/* %{_libexecdir}/%{name} %changelog * Wed May 09 2012 Paul Wouters - 0.2-2 - Cleanup spec file as er rhbz#807476 comment #6 * Thu Apr 05 2012 Paul Wouters - 0.2-1 - Package was renamed ima-evm-utils - Proper tar archive now available on sourcefor, Source0: fixed * Mon Apr 02 2012 Paul Wouters - 0.1.0-1 - rebuilt * Tue Mar 13 2012 Paul Wouters - 0.1-1.20110337gitae4710111 - Initial package