c153e80
Summary: IMA/EVM support utilities
c153e80
Name: ima-evm-utils
Avesh Agarwal 06cb315
Version: 0.9
808f1fb
Release: 5%{?dist}
c153e80
License: GPLv2
c153e80
Url:  http://linux-ima.sourceforge.net/
c153e80
Source: http://sourceforge.net/projects/linux-ima/files/ima-evm-utils/%{name}-%{version}.tar.gz
c153e80
Group: Applications/Internet
Avesh Agarwal 06cb315
BuildRequires: autoconf automake libtool m4 asciidoc libxslt
c153e80
BuildRequires: openssl-devel libattr-devel keyutils-libs-devel
Avesh Agarwal 06cb315
Patch1: manpage.patch
c153e80
c153e80
%description
c153e80
The Trusted Computing Group(TCG) run-time Integrity Measurement Architecture
c153e80
(IMA) maintains a list of hash values of executables and other sensitive
c153e80
system files, as they are read or executed. These are stored in the file
c153e80
systems extended attributes. The Extended Verification Module (EVM) prevents
c153e80
unauthorized changes to these extended attributes on the file system.
c153e80
ima-evm-utils is used to prepare the file system for these extended attributes.
c153e80
c153e80
%prep
c153e80
%setup -q
Avesh Agarwal 06cb315
%patch1 -p1
c153e80
c153e80
%build
c153e80
#Is running autoreconf a good idea
c153e80
mkdir -p m4
c153e80
autoreconf -f -i
c153e80
%configure
c153e80
make %{?_smp_mflags}
c153e80
c153e80
%install
c153e80
make DESTDIR=%{buildroot} install
c153e80
c153e80
%files
c153e80
%doc ChangeLog README AUTHORS COPYING
c153e80
%{_bindir}/*
6c9a465
%{_pkgdocdir}/*.sh
Avesh Agarwal 06cb315
%{_libdir}/libimaevm.*
Avesh Agarwal 06cb315
%{_includedir}/*
Avesh Agarwal 06cb315
%{_mandir}/man1/*
c153e80
c153e80
%changelog
808f1fb
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-5
808f1fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
808f1fb
a101233
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-4
a101233
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a101233
6c9a465
* Tue Jan 26 2016 Lubomir Rintel <lkundrak@v3.sk> - 0.9-3
6c9a465
- Fix FTBFS
6c9a465
c194d80
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-2
c194d80
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c194d80
Avesh Agarwal 06cb315
* Fri Oct 31 2014 Avesh Agarwal <avagarwa@redhat.com> - 0.9-1
Avesh Agarwal 06cb315
- New upstream release
Avesh Agarwal 06cb315
- Applied a patch to fix man page issues.
Avesh Agarwal 06cb315
- Updated spec file
Avesh Agarwal 06cb315
adcd63f
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-3
adcd63f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
adcd63f
343a989
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
343a989
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
343a989
c153e80
* Tue Aug 27 2013 Vivek Goyal <vgoyal@redhat.com> - 0.6-1
c153e80
- Initial package