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