Bug 458585
| Summary: | Review Request: cwdaemon - Morse daemon for the parallel or serial port | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lucian Langa <lucilanga> |
| Component: | Package Review | Assignee: | Jason Tibbitts <j> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | bob, fedora-package-review, notting |
| Target Milestone: | --- | Flags: | j:
fedora-review+
kevin: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-08-24 14:26:14 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: | |||
|
Description
Lucian Langa
2008-08-10 12:38:58 UTC
*** Bug 433161 has been marked as a duplicate of this bug. *** This looks OK; rpmlint has one complaint: cwdaemon.x86_64: W: spurious-executable-perm /usr/share/doc/cwdaemon-0.9.4/cwsetup.sh Normally documentation shouldn't be executable, but it's not really a problem as long as it doesn't cause additional dependencies. I think in this case it causes a /bin/sh dependency which I don't really see as a problem. You seem to be missing the %postun scriptlet; without it, the daemon will not restart itself after a package update. * source files match upstream: 0b26304333a1933d45814be23788295dd22fa6d80fc651a32fb12bd042b9e84e cwdaemon-0.9.4.tar.gz * package meets naming and versioning guidelines. * specfile is properly named, is cleanly written and uses macros consistently. * summary is OK. * description is OK. * dist tag is present. * build root is OK. * license field matches the actual license. * license is open source-compatible. * license text included in package. * latest version is being packaged. * BuildRequires are proper. * compiler flags are appropriate. * %clean is present. * package builds in mock (rawhide, x86_64). * package installs properly. * debuginfo package looks complete. * rpmlint has acceptable complaints. * final provides and requires are sane: config(cwdaemon) = 0.9.4-7.fc10 cwdaemon = 0.9.4-7.fc10 cwdaemon(x86-64) = 0.9.4-7.fc10 = /bin/bash /bin/sh /sbin/chkconfig /sbin/service config(cwdaemon) = 0.9.4-7.fc10 libcw.so.0()(64bit) * %check is not present; no way to test this without the proper hardware. * no shared libraries are added to the regular linker search paths. * owns the directories it creates. * doesn't own any directories it shouldn't. * no duplicates in %files. * file permissions are appropriate. X scriptlets present look OK, but %postun is missing. * initscript looks OK. * code, not content. * documentation is small, so no -doc subpackage is necessary. * %docs are not necessary for the proper functioning of the package. * no headers. * no pkgconfig files. * no static libraries. * no libtool .la files. (In reply to comment #2) > You seem to be missing the %postun scriptlet; without it, the daemon will not > restart itself after a package update. Added %postun and bumped version: http://lucilanga.fedorapeople.org/cwdaemon.spec http://lucilanga.fedorapeople.org/cwdaemon-0.9.4-8.fc9.src.rpm Yes, looks good now. APPROVED New Package CVS Request ======================= Package Name: cwdaemon Short Description: Morse daemon for the parallel or serial port Owners: lucilanga,bjensen Branches: F-8 F-9 EL-5 InitialCC: Cvsextras Commits: yes cvs done. cwdaemon-0.9.4-8.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/cwdaemon-0.9.4-8.fc9 cwdaemon-0.9.4-8.fc8 has been submitted as an update for Fedora 8. http://admin.fedoraproject.org/updates/cwdaemon-0.9.4-8.fc8 cwdaemon-0.9.4-8.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. cwdaemon-0.9.4-8.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |