Bug 199800

Summary: BuildRequires pwlib-devel is 1.10.0, should be 1.10.1
Product: [Fedora] Fedora Reporter: Jan Kratochvil <jan.kratochvil>
Component: ekigaAssignee: Daniel Veillard <veillard>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: rhbugs
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: ekiga-2.0.3-3.fc7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-02 17:00:10 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 Jan Kratochvil 2006-07-22 09:12:09 UTC
Description of problem:
BuildRequires is now:
BuildRequires: pwlib-devel >= 1.10.0
but it should be:
BuildRequires: pwlib-devel >= 1.10.1

Version-Release number of selected component (if applicable):
ekiga-2.0.2-1.1

How reproducible:
Always

Steps to Reproduce:
1. Install Fedora Core 5
2. yum install pwlib-devel installs pwlib-devel-1.10.0
3. rpmbuild --rebuild ekiga-2.0.2-1.1.src.rpm
  
Actual results:
checking for PWLib version... configure: error: Sorry but the recommended PWLib
version is 1.10.1
error: Bad exit status from /var/tmp/rpm-tmp.17773 (%build)

Expected results:
error: Failed build dependencies:
        pwlib-devel >= 1.10.1 is needed by ekiga-2.0.2-1.1.i386

Additional info:

Comment 1 Hans Ulrich Niedermann 2006-07-24 16:18:14 UTC
The same problem appears with opal: The source code requires 2.2.2, but the spec
file requires only 2.2.1.

Comment 2 Hans Ulrich Niedermann 2006-07-28 13:56:12 UTC
Ahem. Just to clarify my last comment:

ekiga-2.0.2-1.1 does in fact require pwlib-devel >= 1.10.1 AND opal-devel >=
2.2.2 to build, while the SPEC file only specifies requiring pwlib-devel >=
1.10.0 and opal-devel >= 2.2.1 to build, respectively.

Comment 3 Hans Ulrich Niedermann 2006-08-14 02:29:07 UTC
Mock users can add this to their /etc/mock/defaults.cfg:

# Workaround for https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=199800
config_opts['more_buildreqs']['ekiga-2.0.2-1.1'] = [ 'pwlib-devel >= 1.10.1',
'opal-devel >= 2.2.2' ]


Comment 4 Daniel Veillard 2006-11-02 17:00:10 UTC
Should be fixed in rawhide with ekiga-2.0.3-3.fc7 when it gets pushed soonish:

-BuildRequires: pwlib-devel >= 1.10.0
-BuildRequires: opal-devel >= 2.2.1
+BuildRequires: pwlib-devel >= 1.10.2
+BuildRequires: opal-devel >= 2.2.3

  thanks !

Daniel