Bug 1361891 - Review Request: python-windtalker - Super easy-to-use encryption and decryption tool
Summary: Review Request: python-windtalker - Super easy-to-use encryption and decrypti...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Omar Berroteran
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-07-31 15:00 UTC by William Moreno
Modified: 2017-01-21 19:21 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
undefined
Clone Of:
Environment:
Last Closed: 2017-01-21 19:21:22 UTC
Type: ---
Embargoed:
omarberroteranlkf: fedora-review+


Attachments (Terms of Use)

Description William Moreno 2016-07-31 15:00:05 UTC
Spec URL: https://williamjmorenor.fedorapeople.org/rpmdev/python-windtalker.spec
SRPM URL: https://williamjmorenor.fedorapeople.org/rpmdev/python-windtalker-0.0.4-1.fc25.src.rpm
Description: Super easy-to-use encryption and decryption tool
Fedora Account System Username: williamjmorenor

Scrath Build: http://koji.fedoraproject.org/koji/taskinfo?taskID=15086675

Comment 1 William Moreno 2016-07-31 21:39:23 UTC
Looks like Fedora review wants a -doc subpackage and not a -docs subpackage.

New build: http://koji.fedoraproject.org/koji/taskinfo?taskID=15087346

Epel7 build: http://koji.fedoraproject.org/koji/taskinfo?taskID=15087336

Comment 2 Omar Berroteran 2016-08-01 15:42:19 UTC
+ sphinx-build -b html -d build/doctrees source build/html
Making output directory...
Running Sphinx v1.2.3
loading pickled environment... not yet created
RSA算法原理介绍.rst:: ERROR: non-ASCII filename not supported on this filesystem encoding 'ANSI_X3.4-1968', skipped.
Theme error:
no theme named 'alabaster' found (missing theme.conf?)
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.mXnQrE (%install)
    Bad exit status from /var/tmp/rpm-tmp.mXnQrE (%install)
Child return code was: 1
EXCEPTION: [Error()]
Traceback (most recent call last):
  File "/usr/lib/python3.5/site-packages/mockbuild/trace_decorator.py", line 88, in trace
    result = func(*args, **kw)
  File "/usr/lib/python3.5/site-packages/mockbuild/util.py", line 551, in do
    raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode)
mockbuild.exception.Error: Command failed. See logs for output.
 # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-windtalker.spec
Mock Version: 1.2.18

Comment 3 William Moreno 2016-08-01 16:34:28 UTC
The build work for epel7, f24 and f25, but fail in f22 and f23.

In Fedora 22 the %{python3_pkgversion} is not defined, but it is EOL so there is no deal.

DEBUG util.py:421:  Error: No Package found for python%{python3_pkgversion}-cryptography
DEBUG util.py:421:  Error: No Package found for python%{python3_pkgversion}-devel
DEBUG util.py:421:  Error: No Package found for python%{python3_pkgversion}-rsa

Looks like a missing requires for the alabaster theme of sphinx, but not sure how to deal with the encoding issue, so I think I will skip the build of docs in fedora<24

Comment 4 William Moreno 2016-08-01 16:43:46 UTC
Omar con you try 

LANG=en_US.UTF-8
fedora-review -n 1361891

or

LANG=en_US.UTF-8 fedora-review -n 1361891

Please

Comment 6 William Moreno 2016-08-10 03:57:42 UTC
Reviewer ping ;)

Comment 7 Omar Berroteran 2016-08-22 06:50:30 UTC
reviewer

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.
[X]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated". 16 files have unknown license. Detailed
     output of licensecheck in /home/lkf/rpmrevisor/1361891-python-
     windtalker/licensecheck.txt
[X]: License file installed when any subpackage combination is installed.
[!]: Package requires other packages for directories it uses.
     Note: No known owner of /usr/lib/python3.4/site-packages,
     /usr/lib/python3.4
[X]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/lib/python3.4/site-
     packages, /usr/lib/python3.4
[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.
[X]: 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.
[X]: 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.
[X]: Package contains systemd file(s) if in need.
[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.
     Note: Documentation size is 20480 bytes in 2 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]: 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 %license.
[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.
[x]: 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]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[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:
[ ]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[ ]: Final provides and requires are sane (see attachments).
[ ]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in
     python2-windtalker , python3-windtalker
[X]: Package functions as described.
[x]: Latest version is packaged.
[X]: Package does not include license text files separate from upstream.
[X]: 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.
[ ]: Packages should try to preserve timestamps of original installed
     files.
[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]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

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

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: No rpmlint messages.
[x]: Spec file according to URL is the same as in SRPM.

Comment 8 William Moreno 2016-10-12 02:45:30 UTC
Omar do you need I fix something is this packaging?

Comment 9 Omar Berroteran 2016-12-17 18:06:15 UTC
Package look fine. Approved.

Comment 10 Gwyn Ciesla 2017-01-12 17:06:38 UTC
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/rpms/python-windtalker

Comment 11 Fedora Update System 2017-01-12 23:46:19 UTC
python-windtalker-0.0.4-2.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-019a7d20a4

Comment 12 Fedora Update System 2017-01-13 08:33:01 UTC
python-windtalker-0.0.4-2.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-019a7d20a4

Comment 13 Fedora Update System 2017-01-21 19:21:22 UTC
python-windtalker-0.0.4-2.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.


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