diff --git a/libpsl.changes b/libpsl.changes index 3aa3a36..7a97e2d 100644 --- a/libpsl.changes +++ b/libpsl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 13 07:35:48 UTC 2024 - pgajdos@suse.com + +- remove dependency on /usr/bin/python3 using + %python3_fix_shebang macro, [bsc#1212476] + ------------------------------------------------------------------- Tue Dec 27 21:16:58 UTC 2022 - Andreas Stieger diff --git a/libpsl.spec b/libpsl.spec index 4a9084d..d52ad44 100644 --- a/libpsl.spec +++ b/libpsl.spec @@ -1,7 +1,7 @@ # # spec file for package libpsl # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2015 rpm@cicku.me # # All modifications and additions to the file contributed by third parties diff --git a/psl-make-dafsa.spec b/psl-make-dafsa.spec index 540a0a3..b7b822f 100644 --- a/psl-make-dafsa.spec +++ b/psl-make-dafsa.spec @@ -1,7 +1,7 @@ # # spec file for package psl-make-dafsa # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2015 rpm@cicku.me # # All modifications and additions to the file contributed by third parties @@ -25,6 +25,7 @@ License: BSD-3-Clause Group: Development/Libraries/C and C++ URL: https://rockdaboot.github.io/libpsl Source: https://github.com/rockdaboot/libpsl/releases/download/%{version}/libpsl-%{version}.tar.gz +BuildRequires: python-rpm-macros Requires: python3-base BuildArch: noarch @@ -49,6 +50,7 @@ mkdir -p %{buildroot}%{_bindir} install src/psl-make-dafsa %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_mandir}/man1 install -m 644 src/psl-make-dafsa.1 %{buildroot}%{_mandir}/man1 +%python3_fix_shebang %files %license src/LICENSE.chromium