Bug 1534147

Summary: Add proper license for icon patch
Product: [Fedora] Fedora Reporter: Raphael Groner <projects.rg>
Component: python-pyobdAssignee: Jaroslav Škarvada <jskarvad>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: jskarvad
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-01-15 14:29:50 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: 1481645    
Bug Blocks:    

Description Raphael Groner 2018-01-13 14:48:51 UTC
Description of problem:
We forgot to add license of the additional patch to have an icon in the package.

Version-Release number of selected component (if applicable):
python-pyobd-0.9.3-8.fc28

How reproducible:
yes

Steps to Reproduce:
1. dnf install python-pyobd
2. rpm -ql python-pyobd |grep license
3.

Actual results:
/usr/share/licenses does not contain license file for the icon
spec file does not list by-sa/3.0

Expected results:
- filesystem (at least):
/usr/share/licenses/README.Fedora
- spec file:
# CC-BY-SA for icon, see README.Fedora
License:        GPLv2+ and CC-BY-SA
%files -n python2-%{srcname}
%license COPYING README.Fedora

Additional info:
https://bugzilla.redhat.com/show_bug.cgi?id=1481645