- New upstream release
- Support for OpenSSL 1.1 was added directly to the source code in upstream, thus removing specific patch for it - Docbook xsl stylesheet updated to a local path
This commit is contained in:
parent
0738659006
commit
8ec3a62d07
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/ima-evm-utils-0.6.tar.gz
|
||||
/ima-evm-utils-0.9.tar.gz
|
||||
/ima-evm-utils-1.0.tar.gz
|
||||
/ima-evm-utils-1.1.tar.gz
|
||||
|
||||
@ -6,7 +6,7 @@ diff -urNp ima-evm-utils-1.0-orig/Makefile.am ima-evm-utils-1.0/Makefile.am
|
||||
|
||||
# requires asciidoc, xslproc, docbook-xsl
|
||||
-MANPAGE_DOCBOOK_XSL = /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl
|
||||
+MANPAGE_DOCBOOK_XSL = http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
|
||||
+MANPAGE_DOCBOOK_XSL = /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl
|
||||
|
||||
evmctl.1.html: README
|
||||
@asciidoc -o $@ $<
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: IMA/EVM support utilities
|
||||
Name: ima-evm-utils
|
||||
Version: 1.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Url: http://linux-ima.sourceforge.net/
|
||||
Source: http://sourceforge.net/projects/linux-ima/files/ima-evm-utils/%{name}-%{version}.tar.gz
|
||||
@ -9,7 +9,6 @@ Group: Applications/Internet
|
||||
BuildRequires: autoconf automake libtool m4 asciidoc libxslt
|
||||
BuildRequires: openssl-devel libattr-devel keyutils-libs-devel
|
||||
Patch1: docbook-xsl-path.patch
|
||||
Patch2: openssl1-1-interface.patch
|
||||
|
||||
%description
|
||||
The Trusted Computing Group(TCG) run-time Integrity Measurement Architecture
|
||||
@ -22,9 +21,6 @@ ima-evm-utils is used to prepare the file system for these extended attributes.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
if pkgconf --atleast-version=1.1 openssl; then
|
||||
%patch2 -p1
|
||||
fi
|
||||
|
||||
%build
|
||||
#Is running autoreconf a good idea
|
||||
@ -45,6 +41,12 @@ make DESTDIR=%{buildroot} install
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 21 2018 Bruno E. O. Meneguele <brdeoliv@redhat.com> - 1.1-1
|
||||
- New upstream release
|
||||
- Support for OpenSSL 1.1 was added directly to the source code in upstream,
|
||||
thus removing specific patch for it
|
||||
- Docbook xsl stylesheet updated to a local path
|
||||
|
||||
* Wed Feb 14 2018 Bruno E. O. Meneguele <brdeoliv@redhat.com> - 1.0-3
|
||||
- Add OpenSSL 1.1 API support for the package, avoiding the need of
|
||||
compat-openssl10-devel package
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ima-evm-utils-1.0.tar.gz) = f7edec4c2cd0f72291045c0096d198bff49bf892f5c5f7bf772f104613295e7522e96cccb89261c0ac035b0265c9574c14758359ab84c47180095630cf60802a
|
||||
SHA512 (ima-evm-utils-1.1.tar.gz) = fc7efc890812233db888eef210dc4357bee838b56fd95efd9a9e141d684b0b354670a3c053dd93a94a1402dd826074d4a83a4637c8e6c1d90ead3132354a5776
|
||||
|
||||
Loading…
Reference in New Issue
Block a user