- Pass relevant files to new Python dependency generator
by passing all files in the PYthon directories
This commit is contained in:
parent
82f61bba7f
commit
5d3e134418
@ -4,5 +4,6 @@
|
||||
-%__python_provides %{_rpmconfigdir}/pythondeps.sh --provides
|
||||
+%__python_provides %{_rpmconfigdir}/pythondistdeps.py --provides
|
||||
%__python_requires %{_rpmconfigdir}/pythondeps.sh --requires
|
||||
%__python_path ^((/usr/lib(64)?/python[[:digit:]]\\.[[:digit:]]/.*\\.(py[oc]?|so))|(%{_bindir}/python[[:digit:]]\\.[[:digit:]]))$
|
||||
-%__python_path ^((/usr/lib(64)?/python[[:digit:]]\\.[[:digit:]]/.*\\.(py[oc]?|so))|(%{_bindir}/python[[:digit:]]\\.[[:digit:]]))$
|
||||
+%__python_path ^((/usr/lib(64)?/python[[:digit:]]\\.[[:digit:]]/.*))|(%{_bindir}/python[[:digit:]]\\.[[:digit:]]))$
|
||||
%__python_magic [Pp]ython.*(executable|byte-compiled)
|
||||
|
5
rpm.spec
5
rpm.spec
@ -29,7 +29,7 @@
|
||||
Summary: The RPM package management system
|
||||
Name: rpm
|
||||
Version: %{rpmver}
|
||||
Release: %{?snapver:0.%{snapver}.}38%{?dist}
|
||||
Release: %{?snapver:0.%{snapver}.}39%{?dist}
|
||||
Group: System Environment/Base
|
||||
Url: http://www.rpm.org/
|
||||
Source0: http://rpm.org/releases/rpm-4.12.x/%{name}-%{srcver}.tar.bz2
|
||||
@ -599,6 +599,9 @@ exit 0
|
||||
%doc doc/librpm/html/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 15 2016 Florian Festi <ffesti@rpm.org> - 4.4.13.0-0.rc1.39
|
||||
- Pass relevant files to new Python dependency generator
|
||||
|
||||
* Mon Jun 13 2016 Florian Festi <ffesti@rpm.org> - 4.4.13.0-0.rc1.38
|
||||
- Add new Python dependency generator (provides only for now) (#1340885)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user