Bug 1138463 - Some -devel sub-packages are missing %{?_isa} requires
Summary: Some -devel sub-packages are missing %{?_isa} requires
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: mesa
Version: 25
Hardware: All
OS: All
unspecified
medium
Target Milestone: ---
Assignee: Igor Gnatenko
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-04 20:53 UTC by Orion Poplawski
Modified: 2016-09-12 12:21 UTC (History)
2 users (show)

Fixed In Version: mesa-12.0.2-1.fc24
Clone Of:
Environment:
Last Closed: 2016-09-12 12:21:28 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2014-09-04 20:53:20 UTC
Description of problem:

diff --git a/mesa.spec b/mesa.spec
index e91eccf..eeabfe0 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -193,7 +193,7 @@ Mesa-based VDPAU drivers.
 %package libGL-devel
 Summary: Mesa libGL development package
 Group: Development/Libraries
-Requires: mesa-libGL = %{version}-%{release}
+Requires: mesa-libGL%{?_isa} = %{version}-%{release}
 Requires: gl-manpages
 Provides: libGL-devel

@@ -203,7 +203,7 @@ Mesa libGL development package
 %package libEGL-devel
 Summary: Mesa libEGL development package
 Group: Development/Libraries
-Requires: mesa-libEGL = %{version}-%{release}
+Requires: mesa-libEGL%{?_isa} = %{version}-%{release}
 Provides: khrplatform-devel = %{version}-%{release}
 Obsoletes: khrplatform-devel < %{version}-%{release}

@@ -213,7 +213,7 @@ Mesa libEGL development package
 %package libGLES-devel
 Summary: Mesa libGLES development package
 Group: Development/Libraries
-Requires: mesa-libGLES = %{version}-%{release}
+Requires: mesa-libGLES%{?_isa} = %{version}-%{release}

 %description libGLES-devel
 Mesa libGLES development package
@@ -231,7 +231,7 @@ Mesa offscreen rendering libraries
 %package libOSMesa-devel
 Summary: Mesa offscreen rendering development package
 Group: Development/Libraries
-Requires: mesa-libOSMesa = %{version}-%{release}
+Requires: mesa-libOSMesa%{?_isa} = %{version}-%{release}

 %description libOSMesa-devel
 Mesa offscreen rendering development package


Also, the current -0.devel.2.1.80xxx package version is less than the previous -0.devel.2.80xxxxx because 1<8 in rpm land.  On -devel it was recommended to prefix the git hash with "git", or just be sure to bump the integer after "devel".

Comment 1 Jaroslav Reznik 2015-03-03 16:16:23 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle.
Changing version to '22'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22

Comment 2 Fedora End Of Life 2016-07-19 19:30:19 UTC
Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 3 Igor Gnatenko 2016-07-19 22:13:57 UTC
actually it's still not fixed, but I will fix it at some point.

Comment 4 Jan Kurik 2016-07-26 04:20:42 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle.
Changing version to '25'.

Comment 5 Fedora Update System 2016-09-09 07:10:00 UTC
mesa-12.0.2-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-55ec221612

Comment 6 Fedora Update System 2016-09-10 06:52:32 UTC
mesa-12.0.2-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-55ec221612

Comment 7 Fedora Update System 2016-09-12 12:21:18 UTC
mesa-12.0.2-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.