https://bugzilla.redhat.com/show_bug.cgi?id=823122

Björn Esser <bjoern.es...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|fedora-review?              |
              Flags|                            |fedora-review+

--- Comment #21 from Björn Esser <bjoern.es...@gmail.com> ---
Everything is fine now, but one little thing:

python-ZooKeeper.x86_64: E: non-standard-executable-perm
/usr/lib64/python2.7/site-packages/zookeeper.so 0775L

adding

 pushd src/contrib/zkpython
 %{__python} src/python/setup.py build --build-base=$PWD/build \
 install --root=%{buildroot} ;\
+chmod 0755 %{buildroot}%{python_sitearch}/zookeeper.so
 popd

 find %{buildroot} -name '*.la' -exec rm -f {} ';'

should fix.

You can do this in SCM, then.

APPROVED!

-- 
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=RinTOHU2pT&a=cc_unsubscribe
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to