Updating for Keylime release v6.0.1
This commit is contained in:
parent
5fafaed9e0
commit
d63e4f1ccb
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/5.7.2.tar.gz
|
/5.7.2.tar.gz
|
||||||
/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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global srcname keylime
|
%global srcname keylime
|
||||||
|
|
||||||
Name: keylime
|
Name: keylime
|
||||||
Version: 6.0.0
|
Version: 6.0.1
|
||||||
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
|
||||||
|
|
||||||
@ -22,6 +22,7 @@ BuildRequires: python3-pbr
|
|||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
|
|
||||||
|
Requires: efivar-devel
|
||||||
Requires: procps-ng
|
Requires: procps-ng
|
||||||
Requires: python3-alembic
|
Requires: python3-alembic
|
||||||
Requires: python3-pyasn1
|
Requires: python3-pyasn1
|
||||||
@ -99,6 +100,9 @@ cp -r ./tpm_cert_store %{buildroot}%{_sharedstatedir}/keylime/
|
|||||||
%{_sharedstatedir}/keylime/tpm_cert_store/*
|
%{_sharedstatedir}/keylime/tpm_cert_store/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 03 2021 Luke Hinds <lhinds@redhat.com> 6.0.1-1
|
||||||
|
- Updating for Keylime release v6.0.1
|
||||||
|
|
||||||
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 6.0.0-2
|
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 6.0.0-2
|
||||||
- Rebuilt for updated systemd-rpm-macros
|
- Rebuilt for updated systemd-rpm-macros
|
||||||
See https://pagure.io/fesco/issue/2583.
|
See https://pagure.io/fesco/issue/2583.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (6.0.0.tar.gz) = 044beaf4999d4f468c6ac1d9b2f822b9d15facbb1ff56237b5cef5bfa94309aabdce7c003ec7d7a8303f2f4f8319f8750159551655c0d6c37f3c395ab4cca168
|
SHA512 (6.0.1.tar.gz) = e8236d9e128e42c5d29efa435e60911dd4d4e5f550d97e639821c3963ee9010b9d6a772702d93973e6c7417123ae4e888b74ae9132f6a2659f626d2f2e8b2d4a
|
||||||
|
Loading…
Reference in New Issue
Block a user