Accepting request 1068976 from security
OBS-URL: https://build.opensuse.org/request/show/1068976 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rust-keylime?expand=0&rev=10
This commit is contained in:
commit
b25459410b
@ -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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c7f1d0a26637d4116c934ccd2c40eabaafa824cd51d2418ea31344ffc908553
|
||||
size 130584
|
3
rust-keylime-0.2.0+git.1677691779.f7edd9a.tar.xz
Normal file
3
rust-keylime-0.2.0+git.1677691779.f7edd9a.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be6e0450a2ec4adfa3f037b346e43347685b2c274e2c283eff7b6323f09335b1
|
||||
size 133336
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ee77572304c5e2534c915645b6caeadbec544bc337bc75d016733f4b4657ab1
|
||||
size 25901108
|
||||
oid sha256:bc42dfbbdb8fbd9a7885d6fbe22b845130515e9f3fbc43f9a470b8ebce069dd3
|
||||
size 25892084
|
||||
|
Loading…
x
Reference in New Issue
Block a user