Bug 1049634 - Review Request: python-pymilter - Python interface to sendmail milter API
Summary: Review Request: python-pymilter - Python interface to sendmail milter API
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Patrick Uiterwijk
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-07 22:03 UTC by Paul Wouters
Modified: 2014-09-26 19:45 UTC (History)
1 user (show)

Fixed In Version: python-pymilter-0.9.8-4.el6
Clone Of:
Environment:
Last Closed: 2014-01-29 03:10:23 UTC
Type: ---
Embargoed:
puiterwijk: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Paul Wouters 2014-01-07 22:03:24 UTC
Spec URL: ftp://ftp.nohats.ca/python-pymilter/python-pymilter.spec
SRPM URL: ftp://ftp.nohats.ca/python-pymilter/python-pymilter-0.9.8-2.fc19.src.rpm
Description: Python interface to sendmail milter API
Fedora Account System Username: pwouters

Comment 1 Patrick Uiterwijk 2014-01-09 13:10:04 UTC
Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
=======
- Permissions on files are set properly.
  Note: See rpmlint output
  See: http://fedoraproject.org/wiki/Packaging/Guidelines#FilePermissions
- Including license text
  Note: Please add COPYING to the %doc line
- Package uses either %{buildroot} or $RPM_BUILD_ROOT
  Note: Both $RPM_BUILD_ROOT and %{buildroot} used
- Dist tag is present (not strictly required in GL).
  Note: Please replace %{dist} with %{?dist}
- Spec file according to URL is the same as in SRPM.
  Note: Not much of a problem as it's just a comment



===== MUST items =====

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: Development (unversioned) .so files in -devel subpackage, if present.
      Note: The unversioned milter.so is not in ld path.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[!]: 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]: License field in the package spec file matches the actual license.
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[x]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least one
     supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: All build dependencies are listed in BuildRequires, except for any that
     are listed in the exceptions section of Packaging Guidelines.
[!]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Package does not contain duplicates in %files.
[x]: Package use %makeinstall only when make install' ' DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package do not use a name that already exist
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as provided
     in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

Python:
[x]: Python eggs must not download any dependencies during the build process.
[x]: A package which is used by another package via an egg interface should
     provide egg info.
[x]: Package meets the Packaging Guidelines::Python
[x]: Package contains BR: python2-devel or python3-devel
[x]: Binary eggs must be removed in %prep

===== SHOULD items =====

Generic:
[!]: Dist tag is present (not strictly required in GL).
[-]: 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]: Final provides and requires are sane (see attachments).
[-]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[-]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed files.
[x]: Files in /run, var/run and /var/lock uses tmpfiles.d when appropriate
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[!]: Spec file according to URL is the same as in SRPM.
     Note: Spec file as given by url is not the same as in SRPM (see attached
     diff).
     See: (this test has no URL)
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package is
     arched.


Rpmlint
-------
Checking: python-pymilter-0.9.8-2.fc19.x86_64.rpm
          python-pymilter-0.9.8-2.fc19.src.rpm
python-pymilter.x86_64: W: spelling-error Summary(en_US) sendmail -> send mail, send-mail, Sendai
python-pymilter.x86_64: W: spelling-error %description -l en_US sendmail's -> send mail's, send-mail's, greenmail's
python-pymilter.x86_64: W: spelling-error %description -l en_US libmilter -> milliliter, millimeter
python-pymilter.x86_64: E: non-standard-executable-perm /usr/lib64/python2.7/site-packages/milter.so 0775L
python-pymilter.x86_64: W: log-files-without-logrotate /var/log/milter
python-pymilter.src: W: spelling-error Summary(en_US) sendmail -> send mail, send-mail, Sendai
python-pymilter.src: W: spelling-error Summary(en_US) milter -> molter, miler, miter
python-pymilter.src: W: spelling-error %description -l en_US sendmail's -> send mail's, send-mail's, greenmail's
python-pymilter.src: W: spelling-error %description -l en_US libmilter -> milliliter, millimeter
python-pymilter.src:40: W: macro-in-comment %{_libdir}
2 packages and 0 specfiles checked; 1 errors, 9 warnings.




Rpmlint (installed packages)
----------------------------
# rpmlint python-pymilter
python-pymilter.x86_64: W: spelling-error Summary(en_US) sendmail -> send mail, send-mail, Sendai
python-pymilter.x86_64: W: spelling-error %description -l en_US sendmail's -> send mail's, send-mail's, greenmail's
python-pymilter.x86_64: W: spelling-error %description -l en_US libmilter -> milliliter, millimeter
python-pymilter.x86_64: E: non-standard-executable-perm /usr/lib64/python2.7/site-packages/milter.so 0775L
python-pymilter.x86_64: W: log-files-without-logrotate /var/log/milter
1 packages and 0 specfiles checked; 1 errors, 4 warnings.
# echo 'rpmlint-done:'



Diff spec file in url and in SRPM
---------------------------------
--- /home/redhat/puiterwi/Documents/Development/Fedora/Reviewing/1049634-python-pymilter/srpm/python-pymilter.spec	2014-01-09 12:07:47.224708875 +0100
+++ /home/redhat/puiterwi/Documents/Development/Fedora/Reviewing/1049634-python-pymilter/srpm-unpacked/python-pymilter.spec	2014-01-07 22:59:05.000000000 +0100
@@ -1,3 +1,3 @@
-# we don't want to provide private python extension libs
+# we don't want to provide private python extension libs in either the python2 or python3 dirs
 %global __provides_exclude_from ^(%{python_sitearch})/.*\\.so$
 


Requires
--------
python-pymilter (rpmlib, GLIBC filtered):
    libc.so.6()(64bit)
    libmilter.so.1.0()(64bit)
    libpthread.so.0()(64bit)
    libpython2.7.so.1.0()(64bit)
    python
    python(abi)
    python-pydns
    rtld(GNU_HASH)



Provides
--------
python-pymilter:
    python-pymilter
    python-pymilter(x86-64)



Unversioned so-files
--------------------
python-pymilter: /usr/lib64/python2.7/site-packages/milter.so

Source checksums
----------------
http://downloads.sourceforge.net/pymilter/pymilter-0.9.8.tar.gz :
  CHECKSUM(SHA256) this package     : 3e185da522fd43d8b8b83a7ecf9196f872e7bc64b73bfc7f944515f22e6917bd
  CHECKSUM(SHA256) upstream package : 3e185da522fd43d8b8b83a7ecf9196f872e7bc64b73bfc7f944515f22e6917bd


Generated by fedora-review 0.5.1 (bb9bf27) last change: 2013-12-13
Command line :/usr/bin/fedora-review -b 1049634
Buildroot used: fedora-19-x86_64
Active plugins: Generic, Python, Shell-api, C/C++
Disabled plugins: PHP, Java, fonts, SugarActivity, Ocaml, Haskell, R, Perl, Ruby
Disabled flags: EXARCH, EPEL5, BATCH, DISTTAG

Comment 2 Paul Wouters 2014-01-10 03:42:17 UTC
* Fri Jan 10 2014 Paul Wouters <pwouters> - 0.9.8-4
- Add COPYING
- Fix buildroot macros and dist macro

Spec URL: ftp://ftp.nohats.ca/python-pymilter/python-pymilter.spec
SRPM URL: ftp://ftp.nohats.ca/python-pymilter/python-pymilter-0.9.8-4.fc20.src.rpm

This should address all issues found

Comment 3 Patrick Uiterwijk 2014-01-10 21:47:17 UTC
Please make sure to replace the current remaining $RPM_OPT_FLAGS with %{optflags}.

If you fix that, this package is


APPROVED

Comment 4 Paul Wouters 2014-01-10 21:50:38 UTC
New Package SCM Request
=======================
Package Name: python-pymilter
Short Description: Python interface to sendmail milter API
Owners: pwouters
Branches: f19 f20 el6
InitialCC:

Comment 5 Gwyn Ciesla 2014-01-13 13:43:27 UTC
Git done (by process-git-requests).

Comment 6 Fedora Update System 2014-01-19 02:28:00 UTC
python-pymilter-0.9.8-4.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/python-pymilter-0.9.8-4.el6

Comment 7 Fedora Update System 2014-01-19 02:35:18 UTC
python-pymilter-0.9.8-4.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/python-pymilter-0.9.8-4.fc20

Comment 8 Fedora Update System 2014-01-19 02:35:58 UTC
python-pymilter-0.9.8-4.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/python-pymilter-0.9.8-4.fc19

Comment 9 Fedora Update System 2014-01-19 19:05:59 UTC
python-pymilter-0.9.8-4.el6 has been pushed to the Fedora EPEL 6 testing repository.

Comment 10 Fedora Update System 2014-01-29 03:10:23 UTC
python-pymilter-0.9.8-4.fc19 has been pushed to the Fedora 19 stable repository.

Comment 11 Fedora Update System 2014-01-29 03:10:44 UTC
python-pymilter-0.9.8-4.fc20 has been pushed to the Fedora 20 stable repository.

Comment 12 Fedora Update System 2014-02-04 19:06:11 UTC
python-pymilter-0.9.8-4.el6 has been pushed to the Fedora EPEL 6 stable repository.

Comment 13 Paul Wouters 2014-09-26 19:32:26 UTC
Package Change Request
======================
Package Name: python-pymilter
New Branches: epel7
Owners: pwouters

Comment 14 Gwyn Ciesla 2014-09-26 19:45:15 UTC
Git done (by process-git-requests).


Note You need to log in before you can comment on or make changes to this bug.