Accepting request 1157440 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/1157440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpsl?expand=0&rev=23
This commit is contained in:
Ana Guerrero 2024-03-13 21:16:09 +00:00 committed by Git OBS Bridge
commit f3c7af2968
3 changed files with 10 additions and 2 deletions

View File

@ -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 <andreas.stieger@gmx.de> Tue Dec 27 21:16:58 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libpsl # spec file for package libpsl
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2024 SUSE LLC
# Copyright (c) 2015 rpm@cicku.me # Copyright (c) 2015 rpm@cicku.me
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties

View File

@ -1,7 +1,7 @@
# #
# spec file for package psl-make-dafsa # spec file for package psl-make-dafsa
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2024 SUSE LLC
# Copyright (c) 2015 rpm@cicku.me # Copyright (c) 2015 rpm@cicku.me
# #
# All modifications and additions to the file contributed by third parties # 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++ Group: Development/Libraries/C and C++
URL: https://rockdaboot.github.io/libpsl URL: https://rockdaboot.github.io/libpsl
Source: https://github.com/rockdaboot/libpsl/releases/download/%{version}/libpsl-%{version}.tar.gz Source: https://github.com/rockdaboot/libpsl/releases/download/%{version}/libpsl-%{version}.tar.gz
BuildRequires: python-rpm-macros
Requires: python3-base Requires: python3-base
BuildArch: noarch BuildArch: noarch
@ -49,6 +50,7 @@ mkdir -p %{buildroot}%{_bindir}
install src/psl-make-dafsa %{buildroot}%{_bindir} install src/psl-make-dafsa %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1 mkdir -p %{buildroot}%{_mandir}/man1
install -m 644 src/psl-make-dafsa.1 %{buildroot}%{_mandir}/man1 install -m 644 src/psl-make-dafsa.1 %{buildroot}%{_mandir}/man1
%python3_fix_shebang
%files %files
%license src/LICENSE.chromium %license src/LICENSE.chromium