Bug 503707

Summary: Plugins should require gstreamer with fully versioned dep
Product: [Fedora] Fedora Reporter: Christoph Wickert <christoph.wickert>
Component: gstreamer-plugins-baseAssignee: Adam Jackson <ajax>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: ajax, bnocera, brackbillbruce
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-10-05 16:35:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christoph Wickert 2009-06-02 11:09:08 UTC
Description of problem:
Currently it is possible to update gstreamer without updating the plugins. This will break and cause bug reports like bug # 503683

Version-Release number of selected component (if applicable):
gstreamer-plugins-base-0.10.23-1.fc11

How reproducible:
always

Steps to Reproduce:
1. Update gstreamer to gstreamer-0.10.23-1.fc11 but do not update gstreamer-plugins-base.
2. run something that uses gstreamer
  
Actual results:
/usr/lib/python2.6/site-packages/gst-0.10/gst/interfaces.so: undefined symbol:
gst_navigation_command_get_type

Expected results:
Plugins should also be updated

Additional info:
Currently gstreamer-plugins-base.spec looks like this:

%define         gstreamer       gstreamer
%define         majorminor      0.10

%define         _gst            0.10.22

Name:           %{gstreamer}-plugins-base
Version:        0.10.23
...

Requires:       %{gstreamer} >= %{_gst}

I think you should 

Requires:       %{gstreamer} >= %{_gst}

Or would this cause even more problems?

BTW. Use %global instead of %define, see 
https://fedoraproject.org/wiki/PackagingDrafts/global_preferred_over_define

Comment 1 Christoph Wickert 2009-06-02 11:13:20 UTC
*** Bug 503683 has been marked as a duplicate of this bug. ***

Comment 2 Bug Zapper 2009-06-09 16:58:28 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Bastien Nocera 2009-10-05 16:35:13 UTC
Fixed in rawhide by removing the separate _gst macro (which nobody ever updated).

Given that gstreamer and gstreamer-plugins-base are released at the same time, I changed this to require a gstreamer of the same version as the one we're compiling.