Bug 868597
| Summary: | [PATCH] add static libraries | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Yaakov Selkowitz <yselkowi> | ||||
| Component: | mingw-libgpg-error | Assignee: | Erik van Pienbroek <erik-fedora> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | erik-fedora, lfarkas, rjones | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-12-20 15:12:13 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 868599 | ||||||
| Attachments: |
|
||||||
Thanks for the patch! Updated packages are currently being built mingw-libgpg-error-1.10-3.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/mingw-libgpg-error-1.10-3.fc17 mingw-libgpg-error-1.10-3.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/mingw-libgpg-error-1.10-3.fc18 Package mingw-libgpg-error-1.10-3.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing mingw-libgpg-error-1.10-3.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-16867/mingw-libgpg-error-1.10-3.fc18 then log in and leave karma (feedback). mingw-libgpg-error-1.10-3.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 630724 [details] add static libraries Cygwin's setup.exe installer utility, which for various reasons is a native Win32 application and is linked statically for easy redistributability, depends on libgcrypt, which requires libgpg-error. The attached patch enables -static subpackages for mingw-libgpg-error, per the Fedora packaging guidelines. It would be helpful if this could be pulled into F17 and F18.