Bug 818297
| Summary: | Review Request: fedmsg - Tools for Fedora Infrastructure real-time messaging | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ralph Bean <rbean> |
| Component: | Package Review | Assignee: | Luke Macken <lmacken> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | lmacken, notting, package-review, pfrields, sanjay.ankur |
| Target Milestone: | --- | Flags: | lmacken:
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: | 2012-06-28 03:24:27 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: | 810335, 818293 | ||
| Bug Blocks: | |||
|
Description
Ralph Bean
2012-05-02 16:42:05 UTC
New version has all the dependency kinks worked out (hopefully). Spec URL: http://threebean.org/rpm/python-fedmsg.spec SRPM URL: http://threebean.org/rpm/python-fedmsg-0.1.3-1.fc17.src.rpm --- ~/rpmbuild ยป rpmlint {SPECS,SRPMS}/python-fedmsg* python-fedmsg.src: W: spelling-error %description -l en_US zeromq -> zero 1 packages and 1 specfiles checked; 0 errors, 1 warnings. koji f17: http://koji.fedoraproject.org/koji/taskinfo?taskID=4101029 koji el6: http://koji.fedoraproject.org/koji/taskinfo?taskID=4100980 Package Review
==============
Key:
- = N/A
x = Pass
! = Fail
? = Not evaluated
==== Generic ====
[ ]: MUST Package is licensed with an open-source compatible license and meets
other legal requirements as defined in the legal section of Packaging
Guidelines.
[!]: MUST Package successfully compiles and builds into binary rpms on at
least one supported primary architecture.
[ ]: MUST %build honors applicable compiler flags or justifies otherwise.
[!]: MUST All build dependencies are listed in BuildRequires, except for any
that are listed in the exceptions section of Packaging Guidelines.
Note: The package did not built BR could therefore not be checked or the
package failed to build because of missing BR
[x]: MUST Buildroot is not present
Note: Unless packager wants to package for EPEL5 this is fine
[ ]: MUST Package contains no bundled libraries.
[ ]: MUST Changelog in prescribed format.
[x]: MUST Package has no %clean section with rm -rf %{buildroot} (or
$RPM_BUILD_ROOT)
Note: Clean would be needed if support for EPEL is required
[ ]: MUST Sources contain only permissible code or content.
[x]: MUST %config files are marked noreplace or the reason is justified.
[x]: MUST Each %files section contains %defattr if rpm < 4.4
Note: Note: defattr macros not found. They would be needed for EPEL5
[ ]: MUST Macros in Summary, %description expandable at SRPM build time.
[ ]: MUST Package requires other packages for directories it uses.
[ ]: MUST Package uses nothing in %doc for runtime.
[ ]: MUST Package is not known to require ExcludeArch.
[x]: MUST Permissions on files are set properly.
[x]: MUST Package does not contain duplicates in %files.
[x]: MUST Spec file lacks Packager, Vendor, PreReq tags.
[x]: MUST Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
beginning of %install.
Note: rm -rf would be needed if support for EPEL5 is required
[ ]: MUST Large documentation files are in a -doc subpackage, if required.
[ ]: MUST If (and only if) the source package includes the text of the
license(s) in its own file, then that file, containing the text of the
license(s) for the package is included in %doc.
[ ]: MUST License field in the package spec file matches the actual license.
[ ]: MUST Package consistently uses macros (instead of hard-coded directory
names).
[x]: MUST Package is named according to the Package Naming Guidelines.
[ ]: MUST No %config files under /usr.
[ ]: MUST Package does not generate any conflict.
[ ]: MUST Package obeys FHS, except libexecdir and /usr/target.
[ ]: MUST Package must own all directories that it creates.
[ ]: MUST Package does not own files or directories owned by other packages.
[ ]: MUST Package installs properly.
[ ]: MUST Requires correct, justified where necessary.
[x]: MUST Rpmlint output is silent.
[!]: MUST Sources used to build the package match the upstream source, as
provided in the spec URL.
/home/lmacken/818297/fedmsg-0.1.3.tar.gz :
MD5SUM this package : None
MD5SUM upstream package : 5ebc8c54c72285fbf0d1ac8fd0df5549
[ ]: MUST Spec file is legible and written in American English.
[x]: MUST Spec file name must match the spec package %{name}, in the format
%{name}.spec.
[ ]: MUST Package contains a SysV-style init script if in need of one.
[x]: MUST File names are valid UTF-8.
[ ]: MUST Useful -debuginfo package or justification otherwise.
[!]: SHOULD Reviewer should test that the package builds in mock.
[ ]: SHOULD If the source package does not include license text(s) as a
separate file from upstream, the packager SHOULD query upstream to
include it.
[x]: SHOULD Dist tag is present.
[ ]: SHOULD No file requires outside of /etc, /bin, /sbin, /usr/bin,
/usr/sbin.
[ ]: SHOULD Final provides and requires are sane (rpm -q --provides and rpm -q
--requires).
[ ]: SHOULD Package functions as described.
[ ]: SHOULD Latest version is packaged.
[ ]: SHOULD Package does not include license text files separate from
upstream.
[x]: SHOULD SourceX is a working URL.
[ ]: SHOULD Description and summary sections in the package spec file contains
translations for supported Non-English languages, if available.
[ ]: SHOULD Package should compile and build into binary rpms on all supported
architectures.
[ ]: SHOULD %check is present and all tests pass.
[ ]: SHOULD Packages should try to preserve timestamps of original installed
files.
[!]: SHOULD Spec use %global instead of %define.
Note: %define python_sitelib %(%{__python} -c "from distutils.sysconfig
import get_python_lib; print get_python_lib()")} %define pyver
%(%{__python} -c "import sys ; print sys.version[:3]")}
Issues:
[!]: MUST Package successfully compiles and builds into binary rpms on at
least one supported primary architecture.
See: http://fedoraproject.org/wiki/Packaging/Guidelines#Architecture_Support
[!]: MUST All build dependencies are listed in BuildRequires, except for any
that are listed in the exceptions section of Packaging Guidelines.
Note: The package did not built BR could therefore not be checked or the
package failed to build because of missing BR
See: http://fedoraproject.org/wiki/Packaging/Guidelines#Exceptions_2
[!]: MUST Sources used to build the package match the upstream source, as
provided in the spec URL.
/home/lmacken/818297/fedmsg-0.1.3.tar.gz :
MD5SUM this package : None
MD5SUM upstream package : 5ebc8c54c72285fbf0d1ac8fd0df5549
See: http://fedoraproject.org/wiki/Packaging/SourceURL
Generated by fedora-review 0.1.3
mockfail: error: Installed (but unpackaged) file(s) found: /usr/bin/fedmsg-config Oops, fedora-review didn't grab your latest revision...
Package Review
==============
Key:
- = N/A
x = Pass
! = Fail
? = Not evaluated
==== Generic ====
[x]: MUST Package is licensed with an open-source compatible license and meets
other legal requirements as defined in the legal section of Packaging
Guidelines.
[x]: MUST Package successfully compiles and builds into binary rpms on at
least one supported primary architecture.
[-]: MUST %build honors applicable compiler flags or justifies otherwise.
[x]: MUST All build dependencies are listed in BuildRequires, except for any
that are listed in the exceptions section of Packaging Guidelines.
[x]: MUST Buildroot is not present
Note: Unless packager wants to package for EPEL5 this is fine
[x]: MUST Package contains no bundled libraries.
[x]: MUST Changelog in prescribed format.
[x]: MUST Package has no %clean section with rm -rf %{buildroot} (or
$RPM_BUILD_ROOT)
Note: Clean would be needed if support for EPEL is required
[x]: MUST Sources contain only permissible code or content.
[x]: MUST %config files are marked noreplace or the reason is justified.
[x]: MUST Each %files section contains %defattr if rpm < 4.4
Note: Note: defattr macros not found. They would be needed for EPEL5
[x]: MUST Macros in Summary, %description expandable at SRPM build time.
[x]: MUST Package requires other packages for directories it uses.
[x]: MUST Package uses nothing in %doc for runtime.
[x]: MUST Package is not known to require ExcludeArch.
[x]: MUST Permissions on files are set properly.
[x]: MUST Package does not contain duplicates in %files.
[x]: MUST Spec file lacks Packager, Vendor, PreReq tags.
[x]: MUST Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
beginning of %install.
Note: rm -rf would be needed if support for EPEL5 is required
[-]: MUST Large documentation files are in a -doc subpackage, if required.
[x]: MUST If (and only if) the source package includes the text of the
license(s) in its own file, then that file, containing the text of the
license(s) for the package is included in %doc.
[x]: MUST Package consistently uses macros (instead of hard-coded directory
names).
[x]: MUST Package is named according to the Package Naming Guidelines.
[x]: MUST No %config files under /usr.
[x]: MUST Package does not generate any conflict.
[x]: MUST Package obeys FHS, except libexecdir and /usr/target.
[x]: MUST Package must own all directories that it creates.
[x]: MUST Package does not own files or directories owned by other packages.
[x]: MUST Package installs properly.
[x]: MUST Requires correct, justified where necessary.
[!]: MUST Rpmlint output is silent.
rpmlint python-fedmsg-0.1.3-1.fc18.noarch.rpm
python-fedmsg.noarch: W: spelling-error %description -l en_US zeromq -> zero
python-fedmsg.noarch: W: devel-file-in-non-devel-package /usr/bin/fedmsg-config
python-fedmsg.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/fedmsg/commands/ircbot.py 0644L /usr/bin/env
python-fedmsg.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/python-fedmsg-0.1.3/doc/conf.py
python-fedmsg.noarch: W: no-manual-page-for-binary fedmsg-tail
python-fedmsg.noarch: W: no-manual-page-for-binary fedmsg-irc
python-fedmsg.noarch: W: no-manual-page-for-binary fedmsg-relay
python-fedmsg.noarch: W: no-manual-page-for-binary fedmsg-hub
python-fedmsg.noarch: W: no-manual-page-for-binary fedmsg-config
python-fedmsg.noarch: W: no-manual-page-for-binary fedmsg-status
python-fedmsg.noarch: W: no-manual-page-for-binary fedmsg-logger
1 packages and 0 specfiles checked; 1 errors, 10 warnings.
rpmlint python-fedmsg-0.1.3-1.fc18.src.rpm
python-fedmsg.src: W: spelling-error %description -l en_US zeromq -> zero
1 packages and 0 specfiles checked; 0 errors, 1 warnings.
[x]: MUST Sources used to build the package match the upstream source, as
provided in the spec URL.
/home/lmacken/818297/fedmsg-0.1.3.tar.gz :
MD5SUM this package : 5ebc8c54c72285fbf0d1ac8fd0df5549
MD5SUM upstream package : 5ebc8c54c72285fbf0d1ac8fd0df5549
[x]: MUST Spec file is legible and written in American English.
[x]: MUST Spec file name must match the spec package %{name}, in the format
%{name}.spec.
[-]: MUST Package contains a SysV-style init script if in need of one.
[x]: MUST File names are valid UTF-8.
[-]: MUST Useful -debuginfo package or justification otherwise.
[x]: SHOULD Reviewer should test that the package builds in mock.
[-]: SHOULD If the source package does not include license text(s) as a
separate file from upstream, the packager SHOULD query upstream to
include it.
[x]: SHOULD Dist tag is present.
[x]: SHOULD No file requires outside of /etc, /bin, /sbin, /usr/bin,
/usr/sbin.
[x]: SHOULD Final provides and requires are sane (rpm -q --provides and rpm -q
--requires).
[x]: SHOULD Package functions as described.
[x]: SHOULD Latest version is packaged.
[x]: SHOULD Package does not include license text files separate from
upstream.
[x]: SHOULD SourceX is a working URL.
[-]: SHOULD Description and summary sections in the package spec file contains
translations for supported Non-English languages, if available.
[x]: SHOULD Package should compile and build into binary rpms on all supported
architectures.
[-]: SHOULD %check is present and all tests pass.
[-]: SHOULD Packages should try to preserve timestamps of original installed
files.
[!]: SHOULD Spec use %global instead of %define.
Note: %define python_sitelib %(%{__python} -c "from distutils.sysconfig
import get_python_lib; print get_python_lib()")} %define pyver
%(%{__python} -c "import sys ; print sys.version[:3]")}
Issues:
[!]: MUST Rpmlint output is silent.
rpmlint python-fedmsg-0.1.3-1.fc18.noarch.rpm
python-fedmsg.noarch: W: spelling-error %description -l en_US zeromq -> zero
python-fedmsg.noarch: W: devel-file-in-non-devel-package /usr/bin/fedmsg-config
python-fedmsg.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/fedmsg/commands/ircbot.py 0644L /usr/bin/env
python-fedmsg.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/python-fedmsg-0.1.3/doc/conf.py
python-fedmsg.noarch: W: no-manual-page-for-binary fedmsg-tail
python-fedmsg.noarch: W: no-manual-page-for-binary fedmsg-irc
python-fedmsg.noarch: W: no-manual-page-for-binary fedmsg-relay
python-fedmsg.noarch: W: no-manual-page-for-binary fedmsg-hub
python-fedmsg.noarch: W: no-manual-page-for-binary fedmsg-config
python-fedmsg.noarch: W: no-manual-page-for-binary fedmsg-status
python-fedmsg.noarch: W: no-manual-page-for-binary fedmsg-logger
1 packages and 0 specfiles checked; 1 errors, 10 warnings.
rpmlint python-fedmsg-0.1.3-1.fc18.src.rpm
python-fedmsg.src: W: spelling-error %description -l en_US zeromq -> zero
1 packages and 0 specfiles checked; 0 errors, 1 warnings.
See: http://fedoraproject.org/wiki/Packaging/Guidelines#rpmlint
Generated by fedora-review 0.1.3
-----------------------------------------------
Looks good, but I'd fix the 1 rpmlint error, and s/define/global/, and it
should be good to go. Also, I'm thinking this package should just be
called 'fedmsg', to be consistent with 'fedpkg', maybe?
Renamed the package from python-fedmsg to just fedmsg. Spec URL: http://threebean.org/rpm/fedmsg.spec SRPM URL: http://threebean.org/rpm/fedmsg-0.1.3-2.fc17.src.rpm - Fresh version with removed shebang for packaging. - %%define -> %%global - Fixed end-of-line encodings in doc/conf.py Spec URL: http://threebean.org/rpm/fedmsg.spec SRPM URL: http://threebean.org/rpm/fedmsg-0.1.4-1.fc17.src.rpm APPROVED New Package SCM Request ======================= Package Name: fedmsg Short Description: Tools for Fedora Infrastructure real-time messaging Owners: ralph Branches: f17 el6 InitialCC: Git done (by process-git-requests). Please remember to assign the review to the reviewer. ;) Doh! Thanks, Kevin. :) fedmsg-0.1.4-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/fedmsg-0.1.4-1.fc17 fedmsg-0.1.4-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/fedmsg-0.1.4-1.el6 fedmsg-0.1.4-1.el6 has been pushed to the Fedora EPEL 6 testing repository. fedmsg-0.1.5-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/fedmsg-0.1.5-1.fc17 fedmsg-0.1.5-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/fedmsg-0.1.5-1.el6 fedmsg-0.1.6-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/fedmsg-0.1.6-1.fc17 fedmsg-0.1.6-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/fedmsg-0.1.6-1.el6 fedmsg-0.1.8-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/fedmsg-0.1.8-1.fc17 fedmsg-0.1.8-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/fedmsg-0.1.8-1.el6 fedmsg-0.2.0-2.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/fedmsg-0.2.0-2.fc17 fedmsg-0.2.0-2.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/fedmsg-0.2.0-2.el6 fedmsg-0.2.0-3.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/fedmsg-0.2.0-3.fc17 fedmsg-0.2.0-3.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. fedmsg-0.2.0-2.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |