Updating for Keylime release v5.6.2
This commit is contained in:
parent
65f92366f5
commit
368e70ce5d
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
/5.4.1.tar.gz
|
||||
/keylime-5.5.0-1.fc32.src.rpm
|
||||
/5.5.0.tar.gz
|
||||
/5.6.0.tar.gz
|
||||
/5.6.1.tar.gz
|
||||
/5.6.2.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global srcname keylime
|
||||
|
||||
Name: keylime
|
||||
Version: 5.5.0
|
||||
Version: 5.6.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Open source TPM software for Bootstrapping and Maintaining Trust
|
||||
|
||||
@ -17,6 +17,7 @@ BuildRequires: swig
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pbr
|
||||
BuildRequires: systemd
|
||||
BuildRequires: systemd-rpm-macros
|
||||
|
||||
@ -26,6 +27,7 @@ Requires: python3-m2crypto
|
||||
Requires: python3-cryptography
|
||||
Requires: python3-tornado
|
||||
Requires: python3-simplejson
|
||||
Requires: python3-sqlalchemy
|
||||
Requires: python3-requests
|
||||
Requires: python3-zmq
|
||||
Requires: tpm2-tss
|
||||
@ -40,9 +42,11 @@ and runtime integrity measurement solution.
|
||||
%autosetup -n %{srcname}-%{version}
|
||||
|
||||
%build
|
||||
export PBR_VERSION=%{version}
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
export PBR_VERSION=%{version}
|
||||
%py3_install
|
||||
mkdir -p %{buildroot}%{_unitdir}
|
||||
mkdir -p %{buildroot}/%{_sharedstatedir}/keylime
|
||||
@ -97,6 +101,9 @@ cp -r ./tpm_cert_store %{buildroot}%{_sharedstatedir}/keylime/
|
||||
%{_sharedstatedir}/keylime/tpm_cert_store/*
|
||||
|
||||
%changelog
|
||||
* Fri May 01 2020 Luke Hinds <lhinds@redhat.com> 5.6.2-1
|
||||
- Updating for Keylime release v5.6.2
|
||||
|
||||
* Thu Feb 06 2020 Luke Hinds <lhinds@redhat.com> 5.5.0-1
|
||||
- Updating for Keylime release v5.5.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (5.5.0.tar.gz) = 31aa7f36753a1123129de6c2f38e990e8bc5ca1cb841530859c909a16af47cfe45b8128e1225b8d5f8edecac88177c0a49e3b7c059742af794308475ff28789e
|
||||
SHA512 (5.6.2.tar.gz) = afdd06b90f03c0980e5d7e09a840d33e621d160645f23a0069ca625e718916998ad630d1956ad0d62550c66ff82d0be3d53a40861c8c37d51c1727b02e57df1c
|
||||
|
Loading…
Reference in New Issue
Block a user