Bug 1352020
| Summary: | freemedforms 0.9.4-5 not built with $RPM_OPT_FLAGS | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <ville.skytta> |
| Component: | freemedforms | Assignee: | Ankur Sinha (FranciscoD) <sanjay.ankur> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | mrceresa, nobrakal, rdieter, sanjay.ankur, thinklinux.ssh |
| Target Milestone: | --- | Keywords: | EasyFix, Patch |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | freemedforms-0.9.4-6.fc24 freemedforms-0.9.4-6.fc23 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-10 05:54:23 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: | 496968, 1279265 | ||
|
Description
Ville Skyttä
2016-07-01 12:19:28 UTC
I can confirm this is enough to fix it:
diff --git a/freemedforms.spec b/freemedforms.spec
index 1b62d53..1c444cf 100644
--- a/freemedforms.spec
+++ b/freemedforms.spec
@@ -189,7 +189,7 @@ lrelease global_resources/translations/*.ts
pushd freemedforms
# Plugin broken. Disabled at the moment. Upstream is aware.
#"CONFIG+=with-webcam" \
- qmake freemedforms.pro -r \
+ %{qmake_qt4} freemedforms.pro -r \
"CONFIG+=release" "CONFIG-=debug" \
"CONFIG+=LINUX_INTEGRATED" "CONFIG+=dontbuildquazip" \
"CONFIG+=with-plugin" "CONFIG+=with-account" \
Note that there are two qmake invocations in the specfile, one for freemedforms.pro and another for freediams.pro; I guess both need the change. Ack. Working on this now. freemedforms-0.9.4-6.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-ec02aaec63 freemedforms-0.9.4-6.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-d47c8bb57f freemedforms-0.9.4-6.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-d47c8bb57f freemedforms-0.9.4-6.fc23 has been pushed to the Fedora 23 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-ec02aaec63 freemedforms-0.9.4-6.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. freemedforms-0.9.4-6.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |