Bug 1173410

Summary: anki bundles the send2trash python module
Product: [Fedora] Fedora Reporter: Kevin Kofler <kevin>
Component: ankiAssignee: Thomas Drake-Brockman <thomas>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 26CC: chkr, thomas
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-26 02:52:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1178528, 1529027, 1532588    
Bug Blocks: 504493    

Description Kevin Kofler 2014-12-12 05:03:06 UTC
Description of problem:
The anki package is bundling its own copy of the send2trash Python module instead of it being packaged separately. This is both a violation of Fedora Packaging Guidelines, and prevents other packages such as git-cola (which are not bundling their own copy of the module) from using it.

Version-Release number of selected component (if applicable):
anki-2.0.31-1.fc22
(and many prior builds)

How reproducible:
Always

Steps to Reproduce:
1. rpm -ql anki
2. rpm -q --requires anki

Actual results:
1. Bundled send2trash.
2. No dependency on *send2trash*.

Expected results:
1. No bundled send2trash.
2. Dependency on a systemwide python*-send2trash package.

Additional info:
When you package send2trash separately, please build both Python 2 and 3 versions, as recommended for libraries.

Comment 1 Christian Krause 2015-01-04 15:15:33 UTC
Kevin,

I have created a new package review request for python-Send2Trash: https://bugzilla.redhat.com/show_bug.cgi?id=1178528

In order to solve this issue soon, it would would be great if you could help and review the new package.

Thank you very much in advance!

Comment 2 Jaroslav Reznik 2015-03-03 17:06:19 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle.
Changing version to '22'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22

Comment 3 Fedora End Of Life 2016-07-19 20:29:36 UTC
Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 4 Dominik 'Rathann' Mierzejewski 2016-08-02 20:42:30 UTC
This is still not fixed. Please at least add Provides: bundled(python{2,3}-send2trash) as appropriate per current guidelines. Hopefully you can get that send2trash package reviewed soon.

Comment 5 Fedora End Of Life 2017-02-28 09:39:12 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle.
Changing version to '26'.

Comment 6 Fedora Update System 2018-04-12 17:12:36 UTC
anki-2.0.50-1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-50039f6b61

Comment 7 Fedora Update System 2018-04-12 17:14:26 UTC
anki-2.0.50-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-70fac3f07e

Comment 8 Fedora Update System 2018-04-15 02:22:15 UTC
anki-2.0.50-1.fc28 has been pushed to the Fedora 28 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-2018-50039f6b61

Comment 9 Fedora Update System 2018-04-15 16:19:54 UTC
anki-2.0.50-1.fc27 has been pushed to the Fedora 27 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-2018-70fac3f07e

Comment 10 Fedora Update System 2018-04-17 00:18:23 UTC
anki-2.0.50-1.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.

Comment 11 Fedora Update System 2018-04-25 17:59:11 UTC
anki-2.0.50-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.

Comment 12 Christian Krause 2018-04-26 02:58:11 UTC
The issue is fixed beginning with Fedora 27 (first release which ships a standalone python2-send2trash package).