Bug 1260311

Summary: gobject-introspection wrong provides
Product: Red Hat Enterprise Linux 7 Reporter: Tomas Pelka <tpelka>
Component: gobject-introspectionAssignee: Colin Walters <walters>
Status: CLOSED NOTABUG QA Contact: Desktop QE <desktop-qa-list>
Severity: high Docs Contact:
Priority: unspecified    
Version: 7.1CC: mclasen, tpelka
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-11 12:13:23 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:

Description Tomas Pelka 2015-09-05 22:19:34 UTC
Description of problem:
gobject-introspection now provides libgirepository-1.0.so.1() instead of libgirepository-1.0.so.1

at least libpeas, eog and mutter requiting libgirepository-1.0.so.1

Version-Release number of selected component (if applicable):
gobject-introspection-1.42.0-1.el7

How reproducible:
100%

Steps to Reproduce:
1.
2.
3.

Actual results:
Error: Package: eog-3.14.3-1.el7.i686 (/eog-3.14.3-1.el7.i686)
           Requires: libgirepository-1.0.so.1
           Removing: gobject-introspection-1.36.0-4.el7.i686 (@/gobject-introspection-1.36.0-4.el7.i686)
               libgirepository-1.0.so.1
           Updated By: gobject-introspection-1.42.0-1.el7.x86_64 (/gobject-introspection-1.42.0-1.el7.x86_64)
               Not found
Error: Package: libpeas-1.12.1-1.el7.i686 (/libpeas-1.12.1-1.el7.i686)
           Requires: libgirepository-1.0.so.1
           Removing: gobject-introspection-1.36.0-4.el7.i686 (@/gobject-introspection-1.36.0-4.el7.i686)
               libgirepository-1.0.so.1
           Updated By: gobject-introspection-1.42.0-1.el7.x86_64 (/gobject-introspection-1.42.0-1.el7.x86_64)
               Not found
Error: Package: mutter-3.14.4-11.el7.i686 (/mutter-3.14.4-11.el7.i686)
           Requires: libgirepository-1.0.so.1
           Removing: gobject-introspection-1.36.0-4.el7.i686 (@/gobject-introspection-1.36.0-4.el7.i686)
               libgirepository-1.0.so.1
           Updated By: gobject-introspection-1.42.0-1.el7.x86_64 (/gobject-introspection-1.42.0-1.el7.x86_64)
               Not found
Error: Package: libpeas-1.12.1-1.el7.i686 (/libpeas-1.12.1-1.el7.i686)
           Requires: gobject-introspection(x86-32)
           Removing: gobject-introspection-1.36.0-4.el7.i686 (@/gobject-introspection-1.36.0-4.el7.i686)
               gobject-introspection(x86-32) = 1.36.0-4.el7
           Updated By: gobject-introspection-1.42.0-1.el7.x86_64 (/gobject-introspection-1.42.0-1.el7.x86_64)
              ~gobject-introspection(x86-64) = 1.42.0-1.el7
Error: Package: libpeas-devel-1.12.1-1.el7.i686 (/libpeas-devel-1.12.1-1.el7.i686)
           Requires: libgirepository-1.0.so.1
           Removing: gobject-introspection-1.36.0-4.el7.i686 (@/gobject-introspection-1.36.0-4.el7.i686)
               libgirepository-1.0.so.1
           Updated By: gobject-introspection-1.42.0-1.el7.x86_64 (/gobject-introspection-1.42.0-1.el7.x86_64)
               Not found


Expected results:


Additional info:

Comment 2 Colin Walters 2015-09-06 15:42:38 UTC
Not sure what's going on there, it looks fine to me:

$ brew latest-pkg --quiet rhel-7.1 gobject-introspection
gobject-introspection-1.36.0-4.el7        rhel-7.0              dmach
srv/tmp
$ brew latest-pkg --quiet rhel-7.2-candidate gobject-introspection
gobject-introspection-1.42.0-1.el7        rhel-7.2-candidate    mclasen
$ curl -O http://download.devel.redhat.com/brewroot/packages/gobject-introspection/1.42.0/1.el7/x86_64/gobject-introspection-1.42.0-1.el7.x86_64.rpm
$ rpm -qp --provides gobject-introspection-1.42.0-1.el7.x86_64.rpm 
gobject-introspection = 1.42.0-1.el7
gobject-introspection(x86-64) = 1.42.0-1.el7
libgirepository-1.0.so.1()(64bit)
$ curl -O http://download.devel.redhat.com/brewroot/packages/gobject-introspection/1.36.0/4.el7/x86_64/gobject-introspection-1.36.0-4.el7.x86_64.rpm
$ rpm -qp --provides gobject-introspection-1.36.0-4.el7.x86_64.rpm 
gobject-introspection = 1.36.0-4.el7
gobject-introspection(x86-64) = 1.36.0-4.el7
libgirepository-1.0.so.1()(64bit)
$

Comment 3 Colin Walters 2015-09-08 14:06:12 UTC
Tomas, can you show what command you're running and against what repositories?  Does the data in comment #2 look right?

Comment 4 Tomas Pelka 2015-09-08 14:35:40 UTC
(In reply to Colin Walters from comment #3)
> Tomas, can you show what command you're running and against what
> repositories?  Does the data in comment #2 look right?

It appears during TPS, so rpm -Uhv together with more than 2000 rpms. I will try to put the list of packages together ASAP