Dominique Leuenberger 2023-03-03 21:24:40 +00:00 committed by Git OBS Bridge
commit b25459410b
6 changed files with 24 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/keylime/rust-keylime.git</param>
<param name="changesrevision">cf6c4f090be324b403d908a27af8c737b45f68e9</param></service></servicedata>
<param name="changesrevision">f7edd9a5cd49ef09e95f34a35d0829a90e9d38ff</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c7f1d0a26637d4116c934ccd2c40eabaafa824cd51d2418ea31344ffc908553
size 130584

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be6e0450a2ec4adfa3f037b346e43347685b2c274e2c283eff7b6323f09335b1
size 133336

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Mar 02 15:12:27 UTC 2023 - aplanas@suse.com
- Update to version 0.2.0+git.1677691779.f7edd9a:
* Disable e2e on Rawhide due to RHBZ#2171376
* Change number of required uploaded files
* Coverage for rust agent as github action.
* config: Skip validation of keylime_dir during tests
-------------------------------------------------------------------
Thu Mar 2 15:11:47 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>
- Create the certificiate directory
-------------------------------------------------------------------
Wed Feb 22 09:07:12 UTC 2023 - aplanas@suse.com

View File

@ -25,7 +25,7 @@
%define _config_norepl %config(noreplace)
%endif
Name: rust-keylime
Version: 0.2.0+git.1677002906.cf6c4f0
Version: 0.2.0+git.1677691779.f7edd9a
Release: 0
Summary: Rust implementation of the keylime agent
License: Apache-2.0 AND MIT
@ -88,8 +88,8 @@ install -Dpm 0644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/keylime.conf
install -d %{buildroot}%{_localstatedir}/log/keylime
install -d %{buildroot}%{_libexecdir}/keylime
# Create work directory
mkdir -p %{buildroot}%{_sharedstatedir}/keylime
# Create work directory and the certificate directory
mkdir -p %{buildroot}%{_sharedstatedir}/keylime/cv_ca
# %_check
# %_{cargo_test}
@ -129,5 +129,6 @@ mkdir -p %{buildroot}%{_sharedstatedir}/keylime
%dir %attr(0750,keylime,tss) %{_localstatedir}/log/keylime
%dir %attr(0750,keylime,tss) %{_libexecdir}/keylime
%dir %attr(0700,keylime,tss) %{_sharedstatedir}/keylime
%dir %attr(0700,keylime,tss) %{_sharedstatedir}/keylime/cv_ca
%changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ee77572304c5e2534c915645b6caeadbec544bc337bc75d016733f4b4657ab1
size 25901108
oid sha256:bc42dfbbdb8fbd9a7885d6fbe22b845130515e9f3fbc43f9a470b8ebce069dd3
size 25892084