SHA256
1
0

Accepting request 1061231 from home:kukuk:branches:devel:languages:python:Factory

- Disable NIS for new products, it's deprecated and gets removed

OBS-URL: https://build.opensuse.org/request/show/1061231
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=46
This commit is contained in:
Matej Cepl 2023-01-27 13:46:48 +00:00 committed by Git OBS Bridge
parent d7b979c1e0
commit 0a8a28caaa
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 26 13:28:24 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
- Disable NIS for new products, it's deprecated and gets removed
-------------------------------------------------------------------
Tue Jan 24 12:23:34 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -185,7 +185,7 @@ BuildRequires: pkgconfig(zlib)
# The provider for python(abi) is in rpm-build-python
BuildRequires: rpm-build-python
%endif
%if 0%{?suse_version} >= 1500
%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1599
BuildRequires: pkgconfig(libnsl)
BuildRequires: pkgconfig(libtirpc)
%endif
@ -802,7 +802,9 @@ echo %{sitedir}/_import_failed > %{buildroot}/%{sitedir}/site-packages/zzzz-impo
%exclude %{sitedir}/sqlite3/test
%{dynlib readline}
%{dynlib _sqlite3}
%if 0%{?suse_version} < 1599
%{dynlib nis}
%endif
%files -n %{python_pkg_name}-idle
%defattr(644, root, root, 755)