[RISOLTO] python-responses: script spec file per Enterprise Linux

Sto tentando di aggiustare il file .spec del pacchetto https://admin.fedoraproject.org/pkgdb/package/rpms/python-responses/ cosìcché possa esser pacchettizzato anche per Enterprise Linux (EL).
Dato che alcuni pacchetti di dipendenze, in EL non hanno il prefisso python2, bensì python, ho dovuto scrivere qualche http://pkgs.fedoraproject.org/cgit/rpms/python-responses.git/tree/python-responses.spec per fare una selezione a seconda se si sta pacchettizzando per EL oppure no.

Dato che su F24 il pacchetto veniva creato correttamente, ho provato a fare una http://koji.fedoraproject.org/koji/taskinfo?taskID=14347214 su epel7, tuttavia essa fallisce. Nel file root.log ottengo

DEBUG util.py:417: Getting requirements for python-responses-0.5.1-1.el7.src DEBUG util.py:417: --> python-devel-2.7.5-34.el7.x86_64 DEBUG util.py:417: --> python2-cookies-2.2.1-1.el7.noarch DEBUG util.py:417: --> python-requests-2.6.0-1.el7_1.noarch DEBUG util.py:417: --> python-six-1.9.0-2.el7.noarch DEBUG util.py:417: Error: No Package found for python2-requests DEBUG util.py:417: Error: No Package found for python2-six

Dove ho sbagliato? A me pare veramente tutto in ordine… Mah…

Risolto, colpa dei maintainer di six e requests

https://bugzilla.redhat.com/show_bug.cgi?id=1342037
https://bugzilla.redhat.com/show_bug.cgi?id=1342056