Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1792053

Summary: python-boolean.py fails to build in Fedora 32: CHANGELOG.rst missing
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python-boolean.pyAssignee: Carmen Bianca Bakker <carmen>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: carmen, cstratak, mhroncok, python-sig
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: 2020-01-16 23:57: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: 1750908, 1785415    

Description Miro Hrončok 2020-01-16 22:42:35 UTC
python-boolean.py fails to build in Fedora 32:

File not found: /builddir/build/BUILDROOT/python-boolean.py-3.7-1.fc32.x86_64/usr/share/doc/python3-boolean.py/CHANGELOG.rst


I see this comment in spec:

# TODO: Verify whether CHANGELOG.rst is in the tarball

It is not.

This blocks the Python 3.9 rebuild.

Comment 1 Carmen Bianca Bakker 2020-01-16 23:47:05 UTC
I already have an open PR for this:

https://github.com/bastikr/boolean.py/pull/91

Beyond waiting on upstream to fix their MANIFEST.in, what would be a good course of action? I could change the specfile to download the github tarball instead, but that seems subobtimal to me.

Comment 2 Carmen Bianca Bakker 2020-01-16 23:49:09 UTC
Ah, forget that comment. Apparently I added CHANGELOG.rst to the specfile even though it doesn't exist. No idea why I did that. I'll fix that now.

Comment 3 Carmen Bianca Bakker 2020-01-16 23:57:39 UTC
Pushed an update to master. Might take a minute to build, but builds successfully locally. Closing this.

Comment 4 Miro Hrončok 2020-01-17 00:12:42 UTC
Thanks!