From ebc67ab0d8b81030a65c2436d0c143c28271422087cddb9940db55ef2c07502e Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Wed, 22 Jun 2022 11:05:42 +0000 Subject: [PATCH] Accepting request 984453 from home:aplanas:branches:security Installation with the same build features OBS-URL: https://build.opensuse.org/request/show/984453 OBS-URL: https://build.opensuse.org/package/show/security/rust-keylime?expand=0&rev=16 --- rust-keylime.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-keylime.spec b/rust-keylime.spec index 68aebc7..7c2d521 100644 --- a/rust-keylime.spec +++ b/rust-keylime.spec @@ -54,7 +54,7 @@ cp %{SOURCE2} .cargo/config RUSTFLAGS=%{rustflags} cargo build --release --no-default-features --features "with-zmq" %install -RUSTFLAGS=%{rustflags} cargo install --frozen --root=%{buildroot}%{_prefix} --path . +RUSTFLAGS=%{rustflags} cargo install --frozen --no-default-features --features "with-zmq" --root=%{buildroot}%{_prefix} --path . install -Dpm 644 keylime.conf %{buildroot}%{_sysconfdir}/keylime.conf install -Dpm 644 %{SOURCE3} %{buildroot}%{_unitdir}/keylime_agent.service