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