Updating for Keylime release v5.8.0
This commit is contained in:
parent
066f1bfc00
commit
d1fb6d8c91
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/5.7.0.tar.gz
|
/5.7.0.tar.gz
|
||||||
/5.7.1.tar.gz
|
/5.7.1.tar.gz
|
||||||
/5.7.2.tar.gz
|
/5.7.2.tar.gz
|
||||||
|
/5.8.0.tar.gz
|
||||||
|
12
keylime.spec
12
keylime.spec
@ -1,8 +1,8 @@
|
|||||||
%global srcname keylime
|
%global srcname keylime
|
||||||
|
|
||||||
Name: keylime
|
Name: keylime
|
||||||
Version: 5.7.2
|
Version: 5.8.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Open source TPM software for Bootstrapping and Maintaining Trust
|
Summary: Open source TPM software for Bootstrapping and Maintaining Trust
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -17,11 +17,14 @@ BuildRequires: swig
|
|||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-dbus
|
||||||
BuildRequires: python3-pbr
|
BuildRequires: python3-pbr
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
|
|
||||||
Requires: procps-ng
|
Requires: procps-ng
|
||||||
|
Requires: python3-alembic
|
||||||
|
Requires: python3-pyasn1
|
||||||
Requires: python3-pyyaml
|
Requires: python3-pyyaml
|
||||||
Requires: python3-m2crypto
|
Requires: python3-m2crypto
|
||||||
Requires: python3-cryptography
|
Requires: python3-cryptography
|
||||||
@ -90,6 +93,7 @@ cp -r ./tpm_cert_store %{buildroot}%{_sharedstatedir}/keylime/
|
|||||||
%{_bindir}/%{srcname}_agent
|
%{_bindir}/%{srcname}_agent
|
||||||
%{_bindir}/%{srcname}_tenant
|
%{_bindir}/%{srcname}_tenant
|
||||||
%{_bindir}/%{srcname}_ca
|
%{_bindir}/%{srcname}_ca
|
||||||
|
%{_bindir}/%{srcname}_migrations_apply
|
||||||
%{_bindir}/%{srcname}_provider_platform_init
|
%{_bindir}/%{srcname}_provider_platform_init
|
||||||
%{_bindir}/%{srcname}_provider_registrar
|
%{_bindir}/%{srcname}_provider_registrar
|
||||||
%{_bindir}/%{srcname}_provider_vtpm_add
|
%{_bindir}/%{srcname}_provider_vtpm_add
|
||||||
@ -101,8 +105,8 @@ cp -r ./tpm_cert_store %{buildroot}%{_sharedstatedir}/keylime/
|
|||||||
%{_sharedstatedir}/keylime/tpm_cert_store/*
|
%{_sharedstatedir}/keylime/tpm_cert_store/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.2-2
|
* Sat Jan 23 2021 Luke Hinds <lhinds@redhat.com> 5.8.0-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Updating for Keylime release v5.8.0
|
||||||
|
|
||||||
* Fri Jul 17 2020 Luke Hinds <lhinds@redhat.com> 5.7.2-1
|
* Fri Jul 17 2020 Luke Hinds <lhinds@redhat.com> 5.7.2-1
|
||||||
- Updating for Keylime release v5.7.2
|
- Updating for Keylime release v5.7.2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (5.7.2.tar.gz) = ad4de2fb9e32312c729c28da378c54e3a26aeb6c594ded339ebb7910f51accf41276e03702e5034a08117e2b1b8e4783a50338c1f57a6b6e5244f19638a75a00
|
SHA512 (5.8.0.tar.gz) = 35b8f044a4216f7344b631027230ee65bae28a842e3661211531465ea0d4c58e5e6200496efff32b398a8cfc1e75c0279cf0acd08821dda2d05c817e1e9fa6fe
|
||||||
|
Loading…
Reference in New Issue
Block a user