| Summary: | librtas src.rpm contains compiled ELF files | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Alexander Todorov <atodorov> |
| Component: | librtas | Assignee: | Jakub Čajka <jcajka> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Release Test Team <release-test-team> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | dhorak, karsten |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | librtas-1.3.8-6.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-13 10:35:20 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: | |
|
Description
Alexander Todorov
2013-10-30 14:46:05 UTC
I won't pack a new tarball, but make sure that the files get deleted and then rebuilt (if necessary) (In reply to Karsten Hopp from comment #2) > I won't pack a new tarball, but make sure that the files get deleted and > then rebuilt (if necessary) You have forgotten to remove librtasevent_src/librtasevent.so.1.3.6 Btw why not find -name "*.so.*" -delete ? I'm still waiting for an appropriate system where I can rebuild the binary package and inspect the contents. Not sure if librtasevent.so gets rebuild. Sorry, I've skipped librtasevent.so.1.3.6. Would you like me to respin the package ?
librtasevent.so.1.3.6 gets rebuilt, but better save than sorry:
> CC librtasevent_src/get_rtas_event.o
> CC librtasevent_src/print_rtas_event.o
> CC librtasevent_src/rtas_cpu.o
> CC librtasevent_src/rtas_dump.o
> CC librtasevent_src/rtas_epow.o
> CC librtasevent_src/rtas_io.o
> CC librtasevent_src/rtas_lri.o
> CC librtasevent_src/rtas_mem.o
> CC librtasevent_src/rtas_post.o
> CC librtasevent_src/rtas_sp.o
> CC librtasevent_src/rtas_srcfru.o
> CC librtasevent_src/rtas_v6_misc.o
> CC librtasevent_src/rtas_vend.o
> LD librtasevent_src/librtasevent.so.1.3.8...
After rebuilding the current package librtas.so.1.3.6, librtas.so.1.3.7 and libofdt.so.1.3.6 are all removed and replaced by their 1.3.8 counterparts. While librtasevent.so.1.3.6 is not removed and we end up with two versions in the BUILD/ dir: librtasevent.so.1.3.6 librtasevent.so.1.3.8 *Only* librtasevent.so.1.3.8 is packaged in the binary RPM which is what is expected. (In reply to Alexander Todorov from comment #6) > While librtasevent.so.1.3.6 is not removed ... With librtas-1.3.8-6.el7 all .so files are removed and then rebuilt. This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |