From dc8b6f3f184147e3f06d0d43c819286a956add0b3dc15ec370fd1d11238dc13f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Fri, 6 Dec 2019 14:35:07 +0000 Subject: [PATCH] - disable pythondist requires generator for now OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=517 --- fileattrs.diff | 8 ++++++++ rpm.changes | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/fileattrs.diff b/fileattrs.diff index 90e1ed8..e30bc5f 100644 --- a/fileattrs.diff +++ b/fileattrs.diff @@ -42,3 +42,11 @@ %__perllib_magic ^Perl[[:digit:]] module source.* %__perllib_path \\.pm$ %__perllib_flags magic_and_path +--- ./fileattrs/pythondist.attr.orig 2019-12-06 14:32:57.245328376 +0000 ++++ ./fileattrs/pythondist.attr 2019-12-06 14:33:35.345238073 +0000 +@@ -1,3 +1,4 @@ + %__pythondist_provides %{_rpmconfigdir}/pythondistdeps.py --provides --majorver-provides +-%__pythondist_requires %{_rpmconfigdir}/pythondistdeps.py --requires ++#disabled for now ++#%__pythondist_requires %{_rpmconfigdir}/pythondistdeps.py --requires + %__pythondist_path /lib(64)?/python[[:digit:]]\\.[[:digit:]]+/site-packages/[^/]+\\.(dist-info|egg-info|egg-link)$ diff --git a/rpm.changes b/rpm.changes index b325e7b..0aa3d9d 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 6 15:30:48 CET 2019 - mls@suse.de + +- disable pythondist requires generator for now + * modified patch: fileattrs.diff + ------------------------------------------------------------------- Wed Nov 20 11:56:20 CET 2019 - mls@suse.de