[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-12-14 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

Matthias Runge mru...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2012-12-14 07:04:37

--- Comment #15 from Matthias Runge mru...@redhat.com ---
since it's built and pushed, we could close this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=VutI2zJPcra=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-21 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

Fabian Deutsch fabian.deut...@gmx.de changed:

   What|Removed |Added

  Flags|fedora-cvs+ |
  Flags||fedora-cvs?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-21 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

--- Comment #14 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-20 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

--- Comment #9 from Matthias Runge mru...@redhat.com ---
Package Review
==

Key:
[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


= MUST items =

C/C++:
[x]: Development (unversioned) .so files in -devel subpackage, if present.
 Note: Unversioned so-files in private %_libdir subdirectory (see
 attachment). Verify they are not in ld path.

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]: Package successfully compiles and builds into binary rpms on at least one
 supported primary architecture.
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: All build dependencies are listed in BuildRequires, except for any that
 are listed in the exceptions section of Packaging Guidelines.
[x]: Package contains no bundled libraries.
[x]: Changelog in prescribed format.
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
 beginning of %install.
[x]: Sources contain only permissible code or content.
[x]: Each %files section contains %defattr if rpm  4.4
[x]: Macros in Summary, %description expandable at SRPM build time.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package requires other packages for directories it uses.
[x]: Package uses nothing in %doc for runtime.
[x]: Package is not known to require ExcludeArch.
[x]: Package does not contain duplicates in %files.
[!]: Permissions on files are set properly.
 Note: See rpmlint output
[x]: Fully versioned dependency in subpackages, if present.
 Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in %package -n
 python3-uinput
[x]: Package complies to the Packaging Guidelines
[x]: Spec file lacks Packager, Vendor, PreReq tags.
[!]: 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.
 Note: Checking patched sources after %prep for licenses. Licenses found:
 GPL (v3 or later), Unknown or generated. 2 files have unknown
 license. Detailed output of licensecheck in /home/mrunge/review/877969
 -python-uinput/licensecheck.txt
[!]: License file installed when any subpackage combination is installed.
[x]: Package consistently uses macro is (instead of hard-coded directory
 names).
[x]: Package is named using only allowed ASCII characters.
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
 Note: Package contains no Conflicts: tag(s)
[x]: Package do not use a name that already exist
[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]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: Package installs properly.
[x]: Package is not relocatable.
[x]: Requires correct, justified where necessary.
[x]: CheckResultdir
[x]: Rpmlint is run on all rpms the build produces.
 Note: There are rpmlint messages (see attachment).
[x]: Sources used to build the package match the upstream source, as provided
 in the spec URL.
[x]: Spec file is legible and written in American English.
[x]: Spec file name must match the spec package %{name}, in the format
 %{name}.spec.
[-]: Package contains systemd file(s) if in need.
[x]: File names are valid UTF-8.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Large documentation must go in a -doc subpackage.
 Note: Documentation size is 0 bytes in 0 files.
[x]: Packages must not store files under /srv, /opt or /usr/local

Python:
[x]: Package contains BR: python2-devel or python3-devel
[x]: Binary eggs must be removed in %prep
[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

= SHOULD items =

Generic:
[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]: 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]: Dist tag is present.
[x]: No file requires outside of /etc, /bin, /sbin, 

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-20 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

--- Comment #10 from Fabian Deutsch fdeut...@redhat.com ---
Thanks for your review Matthias.

I've added the docs and examples, so far so good.

If I change the permissions of the library to 644, rpmlint now raises a
unstripped-binary-or-object warning.

Looking at /usr/lib64/python2.7/site-packages/*.so all except on .so file have
755, so the permissions which were marked by rpmlint as incorrect.
I'd go with keeping the original permissions.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-20 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

--- Comment #11 from Fabian Deutsch fdeut...@redhat.com ---
An updated package: Added the docs and examples, did not fix the lib
permissions.

Spec URL: http://fabiand.fedorapeople.org/python-uinput/2/python-uinput.spec
SRPM URL:
http://fabiand.fedorapeople.org/python-uinput/2/python-uinput-0.9-2.fc16.src.rpm

F16 http://koji.fedoraproject.org/koji/taskinfo?taskID=4708280
F17 http://koji.fedoraproject.org/koji/taskinfo?taskID=4708285
F18 http://koji.fedoraproject.org/koji/taskinfo?taskID=4708288
F19 http://koji.fedoraproject.org/koji/taskinfo?taskID=4708296
rawhide http://koji.fedoraproject.org/koji/taskinfo?taskID=4708291

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-20 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

Matthias Runge mru...@redhat.com changed:

   What|Removed |Added

  Flags||fedora_requires_release_not
   ||e+

--- Comment #12 from Matthias Runge mru...@redhat.com ---
OK, agreed.

Package approved.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-20 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

Matthias Runge mru...@redhat.com changed:

   What|Removed |Added

  Flags|fedora-review?  |
  Flags|fedora_requires_release_not |
   |e+  |
  Flags||fedora-review+

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-20 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

--- Comment #13 from Fabian Deutsch fdeut...@redhat.com ---
New Package SCM Request
===
Package Name: python-uinput
Short Description: Pythonic API to the Linux uinput kernel module
Owners: fabiand
Branches: f16 f17 f18 el6
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-20 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

Fabian Deutsch fabian.deut...@gmx.de changed:

   What|Removed |Added

 CC||fabian.deut...@gmx.de
  Flags||fedora-cvs+

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-19 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

--- Comment #1 from Fabian Deutsch fdeut...@redhat.com ---
$ rpmlint python-uinput.spec
/home/fdeutsch/rpmbuild/SRPMS/python-uinput-0.9-1.fc16.src.rpm
/home/fdeutsch/rpmbuild/RPMS/x86_64/python-uinput-0.9-1.fc16.x86_64.rpm
/home/fdeutsch/rpmbuild/RPMS/x86_64/python3-uinput-0.9-1.fc16.x86_64.rpm
/home/fdeutsch/rpmbuild/RPMS/x86_64/python-uinput-debuginfo-0.9-1.fc16.x86_64.rpm
python-uinput.src: W: spelling-error Summary(en_US) Pythonic - Python
python-uinput.src: W: spelling-error %description -l en_US userspace - user
space, user-space, users pace
python-uinput.x86_64: W: spelling-error Summary(en_US) Pythonic - Python
python-uinput.x86_64: W: spelling-error %description -l en_US userspace - user
space, user-space, users pace
python-uinput.x86_64: W: no-documentation
python3-uinput.x86_64: W: spelling-error Summary(en_US) Pythonic - Python
python3-uinput.x86_64: W: spelling-error %description -l en_US userspace -
user space, user-space, users pace
python3-uinput.x86_64: W: no-documentation
4 packages and 1 specfiles checked; 0 errors, 8 warnings.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-19 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

Matthias Runge mru...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||mru...@redhat.com
   Assignee|nob...@fedoraproject.org|mru...@redhat.com
  Flags||fedora-review?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-19 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

--- Comment #2 from Fabian Deutsch fdeut...@redhat.com ---
(Successful) Builds for

F17
http://koji.fedoraproject.org/koji/taskinfo?taskID=4703249

F18
http://koji.fedoraproject.org/koji/taskinfo?taskID=4703254

rawhide
http://koji.fedoraproject.org/koji/taskinfo?taskID=4703290

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-19 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

--- Comment #3 from Fabian Deutsch fdeut...@redhat.com ---
F16
http://koji.fedoraproject.org/koji/taskinfo?taskID=4703293

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-19 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

--- Comment #4 from Fabian Deutsch fdeut...@redhat.com ---
Created attachment 647796
  -- https://bugzilla.redhat.com/attachment.cgi?id=647796action=edit
fedora-review -n python-uinput -v

The builds in koji and rpmbuild -ba are actually running fine, additionally the
packages can be installed, just fedora-review is having an issue.

I could actually not identify the cause for this problem.


Please let me know if this is a blocker.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-19 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

Fabian Deutsch fdeut...@redhat.com changed:

   What|Removed |Added

 Attachment #647796|0   |1
is obsolete||

--- Comment #5 from Fabian Deutsch fdeut...@redhat.com ---
Created attachment 647820
  -- https://bugzilla.redhat.com/attachment.cgi?id=647820action=edit
fedora-review logfile

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-19 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

--- Comment #6 from Fabian Deutsch fdeut...@redhat.com ---
A plain (local) mock build also went fine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-19 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

--- Comment #7 from Fabian Deutsch fdeut...@redhat.com ---
sochotni was kind enough to help me with this problem. He ran the spec through
fedora-review master and it went fine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 877969] Review Request: python-uinput - Pythonic API to the Linux uinput kernel module

2012-11-19 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=877969

--- Comment #8 from Fabian Deutsch fdeut...@redhat.com ---
The bug for reference: https://fedorahosted.org/FedoraReview/ticket/173

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review