Bug 1705777

Summary: /usr/bin/markdown_py: broken symbolic link to markdown_py-3.7
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python-markdownAssignee: Thomas Moschny <thomas.moschny>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: thomas.moschny
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-15 20:17:39 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:    
Bug Blocks: 1686977    

Description Miro Hrončok 2019-05-03 00:03:23 UTC
$ mock -r fedora-rawhide-x86_64 install /usr/bin/markdown_py
...
INFO: installing package(s): /usr/bin/markdown_py
...
Installed:
  python2-markdown-3.1-1.fc31.noarch
...

$ mock -r fedora-rawhide-x86_64 shell

<mock-chroot> sh-5.0# /usr/bin/markdown_py
sh: /usr/bin/markdown_py: No such file or directory

<mock-chroot> sh-5.0# rpm -qf /usr/bin/markdown_py
python2-markdown-3.1-1.fc31.noarch

<mock-chroot> sh-5.0# file /usr/bin/markdown_py
/usr/bin/markdown_py: broken symbolic link to markdown_py-3.7


I suggest /usr/bin/markdown_py should be part of the python3-markdown package instead.

This blocks the Python 3.8 rebuild of etckeeper:

+ markdown_py -f README.html README.md
~/build/BUILD/etckeeper-1.18.8
/var/tmp/rpm-tmp.9R8JWv: line 42: markdown_py: command not found

Comment 2 Thomas Moschny 2019-05-15 20:17:39 UTC
Merged and built.