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