Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1562059

Summary: Fail with "unresolved deps" in repolcosure of f28 Beta 1.3
Product: [Fedora] Fedora Reporter: Menanteau Guy <menantea>
Component: phpMyAdminAssignee: Robert Scheck <redhat-bugzilla>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 28CC: fedora, imlinux+fedora, redhat-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-29 13:24:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1071880    

Description Menanteau Guy 2018-03-29 12:54:57 UTC
I tried test https://fedoraproject.org/wiki/QA:Testcase_Mediakit_Repoclosure
for Fedora-Server-dvd-ppc64le-28_Beta-1.3.iso

for powerpc, I used old method with repoclosure command

mount -o loop Fedora-Server-dvd-ppc64le-28_Beta-1.3.iso /media
dnf install yum-utils
repoclosure -a ppc64le --repofrompath myrepo,/media/ --newest -t -r myrepo

...
package: phpMyAdmin-4.7.8-1.fc28.noarch from myrepo
  unresolved deps: 
     (php-composer(google/recaptcha) >= 1.1 with php-composer(google/recaptcha) < 2)
     (php-composer(phpmyadmin/motranslator) >= 4.0 with php-composer(phpmyadmin/motranslator) < 5)
     (php-composer(phpmyadmin/shapefile) >= 2.0 with php-composer(phpmyadmin/shapefile) < 3)
     (php-composer(phpmyadmin/sql-parser) >= 4.2.3 with php-composer(phpmyadmin/sql-parser) < 5)
     (php-composer(phpseclib/phpseclib) >= 2.0.9 with php-composer(phpseclib/phpseclib) < 3)
     (php-composer(tecnickcom/tcpdf) >= 6.2 with php-composer(tecnickcom/tcpdf) < 7)

expected result:
none "unresolved deps" should be reported.

This problem is present on ppc64 and ppc64le

Comment 1 Remi Collet 2018-03-29 13:02:05 UTC
repoclosure is unable to handle rich dependencies...
so looks like a false positive

Comment 2 Menanteau Guy 2018-03-29 13:24:43 UTC
ok I close this bug then, rpmdeplint should be used for this test but it looks like rpmdeplint does not support powerpc, thanks.