Bug 1079203

Summary: Macro %scl_files is empty - should we use %files runtime -f filelist ?
Product: [Fedora] Fedora Reporter: Pavel Raiskup <praiskup>
Component: scl-utilsAssignee: Jan Zeleny <jzeleny>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: bkabrda, hhorak, jzeleny
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-12-12 11:02:26 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: 1072319    
Bug Blocks: 965565, 1040470, 1057169, 1072281, 1072401, 1072789, 1073458, 1074012, 1074337, 1075025, 1076159, 1079968, 1080036, 1080048, 1090361, 1091008, 1121094    

Description Pavel Raiskup 2014-03-21 08:31:52 UTC
I applied something like following patch to my SCL, is that correct approach?

    +%if 0%{?fedora} >= 21
    +%files runtime -f filelist
    +%else
     %files runtime
     %scl_files
    +%endif

If yes, could we fix documentation
http://docs.fedoraproject.org/en-US/Fedora_Contributor_Documentation/1/html/Software_Collections_Guide/sect-Creating_a_Meta_Package.html ?

Thanks,
Pavel

Comment 1 Marcela Mašláňová 2014-03-21 08:46:28 UTC
We discussed the same thing here 1072319 and on IRC. I would wait with final solution.

Comment 2 Jan Zeleny 2014-04-08 11:58:03 UTC
Upstream ticket:
https://fedorahosted.org/SoftwareCollections/ticket/18

Comment 3 Jan Zeleny 2014-04-10 08:54:08 UTC
Note to myself: there is much more information in (recently closed) bug 1072319

Comment 4 Jan Zeleny 2014-04-10 08:54:11 UTC
*** Bug 1072319 has been marked as a duplicate of this bug. ***

Comment 5 Jan Zeleny 2014-04-11 11:45:22 UTC
*** Bug 1072805 has been marked as a duplicate of this bug. ***

Comment 6 Jan Zeleny 2014-12-12 11:02:26 UTC
This has been fixed since April, the macro is there again.