diff --git a/ttf-converter.changes b/ttf-converter.changes index 1ca1548..21c1c32 100644 --- a/ttf-converter.changes +++ b/ttf-converter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 1 12:46:52 UTC 2024 - Antonio Larrosa + +- Use %python3_fix_shebang + ------------------------------------------------------------------- Thu Sep 28 11:16:39 UTC 2023 - Jan Engelhardt diff --git a/ttf-converter.spec b/ttf-converter.spec index ec6fc56..89bd091 100644 --- a/ttf-converter.spec +++ b/ttf-converter.spec @@ -1,7 +1,7 @@ # # spec file for package ttf-converter # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -50,7 +50,8 @@ instead. %install mkdir -p %{buildroot}%{_bindir} -cp ttf-converter %{buildroot}%{_bindir} +install ttf-converter %{buildroot}%{_bindir} +%python3_fix_shebang %files %license LICENSE