Accepting request 984472 from home:Dead_Mozay

- Fix W: unstripped-binary-or-object.

OBS-URL: https://build.opensuse.org/request/show/984472
OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=19
This commit is contained in:
Dead Mozay 2022-06-22 11:23:29 +00:00 committed by Git OBS Bridge
parent ff8d8d159f
commit 5b688c2aad
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 22 11:08:27 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
- Fix W: unstripped-binary-or-object.
-------------------------------------------------------------------
Thu Jun 16 13:02:16 UTC 2022 - Dead Mozay <dead-mozay@opensuse.org>

View File

@ -52,6 +52,7 @@ RUSTFLAGS=%{rustflags} cargo install --root=%{buildroot}%{_prefix} --path .
# remove residue crate file
rm %{buildroot}%{_prefix}/.crates.toml
rm %{buildroot}%{_prefix}/.crates2.json
strip -s %{buildroot}%{_bindir}/*
%files