Bug 1106437

Summary: nettle.wxi needs to refer to hogweed-2-5.dll/nettle-2-5.dll instead of hogweed-2-3.dll/nettle-4-7.dll
Product: [Fedora] Fedora Reporter: Daniel BerrangĂ© <berrange>
Component: msitoolsAssignee: Paolo Bonzini <pbonzini>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: marcandre.lureau, pbonzini
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: msitools-0.93.40-1.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-17 23:27:57 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 Daniel Berrangé 2014-06-09 10:47:33 UTC
Description of problem:
The nettle.wxi file refers to hogweed-2.3.dll & nettle-4-7.dll currently:

# grep hogweed /usr/share/wixl-0.93.28-5876/include/*
/usr/share/wixl-0.93.28-5876/include/nettle.wxi:          <File Id="fil7D9A5BA189964756C558D780557F3FE3" KeyPath="yes" Source="$(var.SourceDir)/bin/libhogweed-2-3.dll"/>

But the current mingw32-nettle RPM in Fedora 20 include newer DLL versions now

# rpm -ql mingw32-nettle | grep dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/libhogweed-2-5.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/libnettle-4-7.dll


This causes build failures for Windows MSI files referencing nettle

Just need to update the hogweed and nettle dll versions to 2-5 and 4-7 respectively.

Version-Release number of selected component (if applicable):
msitools-0.93.28-1.fc20.x86_64
nettle-2.7.1-3.fc20.x86_64

Comment 1 Fedora Update System 2014-06-09 12:33:46 UTC
msitools-0.93.40-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/msitools-0.93.40-1.fc20

Comment 2 Fedora Update System 2014-06-10 03:07:45 UTC
Package msitools-0.93.40-1.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing msitools-0.93.40-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-7194/msitools-0.93.40-1.fc20
then log in and leave karma (feedback).

Comment 3 Fedora Update System 2014-06-17 23:27:57 UTC
msitools-0.93.40-1.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.