From 5b688c2aadb3b771c33e1449348d80561eab2d323bbff65bc97d91faf5b8c717 Mon Sep 17 00:00:00 2001 From: Dead Mozay Date: Wed, 22 Jun 2022 11:23:29 +0000 Subject: [PATCH] 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 --- starship.changes | 5 +++++ starship.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/starship.changes b/starship.changes index 8488e0f..c4fb60e 100644 --- a/starship.changes +++ b/starship.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 22 11:08:27 UTC 2022 - Dead Mozay + +- Fix W: unstripped-binary-or-object. + ------------------------------------------------------------------- Thu Jun 16 13:02:16 UTC 2022 - Dead Mozay diff --git a/starship.spec b/starship.spec index 0b5817b..a5458a0 100644 --- a/starship.spec +++ b/starship.spec @@ -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