Updating for Keylime release v6.1.0
This commit is contained in:
parent
d63e4f1ccb
commit
abc6f58c97
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/5.8.0.tar.gz
|
/5.8.0.tar.gz
|
||||||
/5.8.1.tar.gz
|
/5.8.1.tar.gz
|
||||||
/6.0.1.tar.gz
|
/6.0.1.tar.gz
|
||||||
|
/6.1.0.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global srcname keylime
|
%global srcname keylime
|
||||||
|
|
||||||
Name: keylime
|
Name: keylime
|
||||||
Version: 6.0.1
|
Version: 6.1.0
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Open source TPM software for Bootstrapping and Maintaining Trust
|
Summary: Open source TPM software for Bootstrapping and Maintaining Trust
|
||||||
|
|
||||||
@ -25,6 +25,7 @@ BuildRequires: systemd-rpm-macros
|
|||||||
Requires: efivar-devel
|
Requires: efivar-devel
|
||||||
Requires: procps-ng
|
Requires: procps-ng
|
||||||
Requires: python3-alembic
|
Requires: python3-alembic
|
||||||
|
Requires: python3-gnupg
|
||||||
Requires: python3-pyasn1
|
Requires: python3-pyasn1
|
||||||
Requires: python3-pyyaml
|
Requires: python3-pyyaml
|
||||||
Requires: python3-m2crypto
|
Requires: python3-m2crypto
|
||||||
@ -100,6 +101,9 @@ cp -r ./tpm_cert_store %{buildroot}%{_sharedstatedir}/keylime/
|
|||||||
%{_sharedstatedir}/keylime/tpm_cert_store/*
|
%{_sharedstatedir}/keylime/tpm_cert_store/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 25 2021 Luke Hinds <lhinds@redhat.com> 6.0.1-1
|
||||||
|
- Updating for Keylime release v6.1.0
|
||||||
|
|
||||||
* Wed Mar 03 2021 Luke Hinds <lhinds@redhat.com> 6.0.1-1
|
* Wed Mar 03 2021 Luke Hinds <lhinds@redhat.com> 6.0.1-1
|
||||||
- Updating for Keylime release v6.0.1
|
- Updating for Keylime release v6.0.1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (6.0.1.tar.gz) = e8236d9e128e42c5d29efa435e60911dd4d4e5f550d97e639821c3963ee9010b9d6a772702d93973e6c7417123ae4e888b74ae9132f6a2659f626d2f2e8b2d4a
|
SHA512 (6.1.0.tar.gz) = 692c3c7eea845508118fde66a53dece67bae96599188cef44f2db81dbf35e772a9bd59ab20220e61be617411edefc06ce0881e6c8b6c602a49de879b3adf8525
|
||||||
|
Loading…
Reference in New Issue
Block a user