https://bugzilla.redhat.com/show_bug.cgi?id=848353 Mario Blättermann <mario.blaettermann@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mario.blaettermann@xxxxxxxx | |m --- Comment #7 from Mario Blättermann <mario.blaettermann@xxxxxxxxx> --- (In reply to comment #6) > ... because I do not know how can I fix the "attention: groupe > danken inexistant - utilisation de root" issue without involving upstream > (which is the one producing the tarball). No real problem. This hasn't to be fixed. It's just the message that the "danken" group of the original packager hasn't been found by Mock. Don't think about it. > Also, I'm fedora-review still > complains about > > [!]: SHOULD SourceX / PatchY prefixed with %{name}. > Note: Source0 (pthreading-0.1.1.tar.gz) > > but again, the name of the tarball is an upstream decision. You don't have to change it in any case. Sratch build of your latest srpm: http://koji.fedoraproject.org/koji/taskinfo?taskID=4416652 $ rpmlint -i -v * python-pthreading.src: I: checking python-pthreading.src: W: spelling-error Summary(en_US) libpthread -> threadlike The value of this tag appears to be misspelled. Please double-check. python-pthreading.src: W: spelling-error %description -l en_US libpthread -> threadlike The value of this tag appears to be misspelled. Please double-check. python-pthreading.src: W: spelling-error %description -l en_US x's -> X's, ex's, xi's The value of this tag appears to be misspelled. Please double-check. python-pthreading.src: I: checking-url http://pypi.python.org/pypi/pthreading (timeout 10 seconds) python-pthreading.src: I: checking-url http://pypi.python.org/packages/source/p/pthreading/pthreading-0.1.1.tar.gz (timeout 10 seconds) python-pthreading.x86_64: I: checking python-pthreading.x86_64: W: spelling-error Summary(en_US) libpthread -> threadlike The value of this tag appears to be misspelled. Please double-check. python-pthreading.x86_64: W: spelling-error %description -l en_US libpthread -> threadlike The value of this tag appears to be misspelled. Please double-check. python-pthreading.x86_64: W: spelling-error %description -l en_US x's -> X's, ex's, xi's The value of this tag appears to be misspelled. Please double-check. python-pthreading.x86_64: I: checking-url http://pypi.python.org/pypi/pthreading (timeout 10 seconds) python-pthreading.x86_64: E: no-binary The package should be of the noarch architecture because it doesn't contain any binaries. python-pthreading.spec: I: checking-url http://pypi.python.org/packages/source/p/pthreading/pthreading-0.1.1.tar.gz (timeout 10 seconds) 2 packages and 1 specfiles checked; 1 errors, 6 warnings. Besides the "no binary" warning, no recognizable issues. Please add "BuildArch: noarch" and the following header to your spec: %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Then, change %{python_sitearch}/ in the %files list to %{python_sitelib}/. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review