Bug 592500
| Summary: | Review Request: libeatmydata - Disable fsync() and friends | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Zing <zing> |
| Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | contribs, dave.love, fedora-package-review, notting, rudd-o |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-06-29 22:27:01 UTC | Type: | --- |
| 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: | 201449 | ||
|
Description
Zing
2010-05-15 01:39:02 UTC
I think there's a newer upstream release available.
Here's the rpmlint output; you should provide this yourself when submitting packages:
libeatmydata.x86_64: E: no-ldconfig-symlink /usr/lib64/libeatmydata.so.1.0
Not sure how problematic this is, honestly.
libeatmydata.x86_64: W: shared-lib-calls-exit
/usr/lib64/libeatmydata.so.1.0 _exit.5
Generally libraries shouldn't call exit. Especially this one. Any idea why it does so?
libeatmydata.x86_64: W: no-manual-page-for-binary eatmydata
It's nice to have manual pages but not essential.
libeatmydata-debuginfo.x86_64: E: debuginfo-without-sources
This indicates something wrong with the build process, either because something strips them or because the compiler flags aren't correct. In this case, it's the compiler flags. You need to somehow make the package build process use %{optflags} (or $RPM_OPT_FLAGS; they're the same).
Although I submitted this, if anyone wants to pick this up and maintain this for fedora, they are welcome to. Will someone pick this up? I have a better and upstream-up-to-date spec file https://gist.github.com/3126484 De nada. For what it's worth, there's a currently-current srpm with several updates at https://loveshack.fedorapeople.org/copr/libeatmydata-105-1.el6.src.rpm and a copr build under http://copr.fedoraproject.org/coprs/loveshack/livhpc |