From 09304966b254d9cbf32ce9472cee4ad94b48b3a73319be1a44e71f32c9a050c2 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 13 Mar 2024 08:38:39 +0000 Subject: [PATCH] Accepting request 1157438 from home:pgajdos - remove dependency on /usr/bin/python3 using %python3_fix_shebang macro, [bsc#1212476] OBS-URL: https://build.opensuse.org/request/show/1157438 OBS-URL: https://build.opensuse.org/package/show/network:utilities/libpsl?expand=0&rev=56 --- libpsl.changes | 6 ++++++ libpsl.spec | 2 +- psl-make-dafsa.spec | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) 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