Accepting request 1061591 from devel:languages:python:Factory

OBS-URL: https://build.opensuse.org/request/show/1061591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python310?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2023-01-29 13:10:05 +00:00 committed by Git OBS Bridge
commit eb1e8bd53a
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 27 15:00:21 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
- Disable NIS for new products, it's deprecated and gets removed
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 8 14:42:15 UTC 2022 - Matej Cepl <mcepl@suse.com> Thu Dec 8 14:42:15 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file # spec file
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -185,7 +185,7 @@ BuildRequires: pkgconfig(zlib)
# The provider for python(abi) is in rpm-build-python # The provider for python(abi) is in rpm-build-python
BuildRequires: rpm-build-python BuildRequires: rpm-build-python
%endif %endif
%if 0%{?suse_version} >= 1500 %if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1599
BuildRequires: pkgconfig(libnsl) BuildRequires: pkgconfig(libnsl)
BuildRequires: pkgconfig(libtirpc) BuildRequires: pkgconfig(libtirpc)
%endif %endif
@ -793,7 +793,9 @@ echo %{sitedir}/_import_failed > %{buildroot}/%{sitedir}/site-packages/zzzz-impo
%exclude %{sitedir}/sqlite3/test %exclude %{sitedir}/sqlite3/test
%{dynlib readline} %{dynlib readline}
%{dynlib _sqlite3} %{dynlib _sqlite3}
%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1599
%{dynlib nis} %{dynlib nis}
%endif
%files -n %{python_pkg_name}-idle %files -n %{python_pkg_name}-idle
%defattr(644, root, root, 755) %defattr(644, root, root, 755)