| Summary: | Please build polarssl for EPEL 5 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Robert Scheck <redhat-bugzilla> | ||||
| Component: | polarssl | Assignee: | Mads Kiilerich <mads> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | el5 | CC: | mads, mstevens | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | polarssl-1.3.2-1.el5 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-12-11 19:34:19 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: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 991689 | ||||||
| Attachments: |
|
||||||
|
Description
Robert Scheck
2013-11-25 00:59:23 UTC
The package do not build on EL5. Some kind of cmake problem. I haven't tried hard enough to figure out what the problem is. If you can fix that then it shouldn't be a problem to maintain it afterwards. ;-) Created attachment 828464 [details]
build.log with failure on Fedora EPEL 5
Okay, the fix is quite trivial: Even BuildRoot is not required for EL-6 and
later, it is required for EL-5 ($RPM_BUILD_ROOT is based on that). If it is
not too much hassle, it would make sense to keep this patch in master, even
it isn't required but it allows one *.spec over all branches, I guess?
--- snipp ---
diff --git a/polarssl.spec b/polarssl.spec
index 37707f3..f44a076 100644
--- a/polarssl.spec
+++ b/polarssl.spec
@@ -12,6 +12,8 @@ BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: graphviz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
%description
PolarSSL is a light-weight open source cryptographic and SSL/TLS
library written in C. PolarSSL makes it easy for developers to include
--- snapp ---
polarssl-1.3.2-1.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/polarssl-1.3.2-1.el5 polarssl-1.3.2-1.el5 has been pushed to the Fedora EPEL 5 testing repository. polarssl-1.3.2-1.el5 has been pushed to the Fedora EPEL 5 stable repository. |