Bug 986871

Summary: [PATCH] Drop version from _docdir_fmt
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: redhat-rpm-configAssignee: Panu Matilainen <pmatilai>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jonathan, kevin, mitr, pmatilai
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1112976 (view as bug list) Environment:
Last Closed: 2013-07-24 23:58:46 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:
Attachments:
Description Flags
Drop version from _docdir_fmt none

Description Ville Skyttä 2013-07-22 09:53:05 UTC
Created attachment 776833 [details]
Drop version from _docdir_fmt

Attached is a patch that drops package version from _docdir_fmt, thus making doc dirs unversioned per the now accepted F-20 feature.

https://lists.fedoraproject.org/pipermail/devel/2013-July/185633.html
https://fedorahosted.org/fesco/ticket/1138

Ok if I push and build this for devel? And would you like it conditionalized on 0%{?fedora} >= 20?

Comment 1 Miloslav Trmač 2013-07-22 11:22:29 UTC
Please note this needs to be applied before the F20 mass rebuild starts; see https://fedorahosted.org/rel-eng/ticket/5655 for related coordination.

Comment 2 Kevin Fenzi 2013-07-24 20:13:33 UTC
Scratch build with this and the libtool change in it. 

Please scream if you see anything wrong with it. 

I will push this out later tonight if not: 

http://koji.fedoraproject.org/koji/taskinfo?taskID=5653042

Comment 3 Ville Skyttä 2013-07-24 20:43:27 UTC
Thanks, unfortunately I have no time to test/scream any more tonight, but per discussion on the packaging list I suggest adding _pkgdocdir to macros in addition to _docdir_fmt, making the block of these vars look like:

%_defaultdocdir		%{_prefix}/share/doc
%_pkgdocdir		%{_docdir}/%{name}
%_docdir_fmt		%%{NAME}

Comment 4 Kevin Fenzi 2013-07-24 20:48:53 UTC
ok. I folded that change in too. Thanks.

Comment 5 Kevin Fenzi 2013-07-24 23:58:46 UTC
ok. Should be live in rawhide now. 

Please reopen if you see any issues.