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
This commit is contained in:
Alberto Planas 2022-06-22 11:05:42 +00:00 committed by Git OBS Bridge
parent e9611ec490
commit ebc67ab0d8

View File

@ -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