From 5d3e134418a16959f360428093e675ba69bef893 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Jul 15 2016 10:30:29 +0000 Subject: - Pass relevant files to new Python dependency generator by passing all files in the PYthon directories --- diff --git a/rpm-4.13.x-pythondistdeps-fileattr.patch b/rpm-4.13.x-pythondistdeps-fileattr.patch index fcf9762..1aa9c99 100644 --- a/rpm-4.13.x-pythondistdeps-fileattr.patch +++ b/rpm-4.13.x-pythondistdeps-fileattr.patch @@ -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) diff --git a/rpm.spec b/rpm.spec index 4a34533..c56bf4b 100644 --- a/rpm.spec +++ b/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 - 4.4.13.0-0.rc1.39 +- Pass relevant files to new Python dependency generator + * Mon Jun 13 2016 Florian Festi - 4.4.13.0-0.rc1.38 - Add new Python dependency generator (provides only for now) (#1340885)