Bug 1234552

Summary: Package should not ship a separate emacs sub-package
Product: [Fedora] Fedora Reporter: Jonathan Underwood <jonathan.underwood>
Component: gitAssignee: Petr Stodulka <pstodulk>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: chrisw, jbowes, ooprala, pstodulk, tmz
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: git-2.4.5-2.fc23 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-09 07:24:57 UTC Type: ---
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: 1234479    
Attachments:
Description Flags
Spec file patch to fix compliance with Emacs add-on packaging guidelines
none
Updated patch, slightly more considered and slightly more tested
none
modified patch none

Description Jonathan Underwood 2015-06-22 17:52:57 UTC
The Emacs add-on packaging guidelines no longer stipulate that packages which also bundle support for Emacs should split out those Emacs files into separate sub-packages. This package should instead ship those files with the main package which should also Require emacs-filesystem. See https://fedoraproject.org/wiki/Packaging:Emacs for more detail.

Comment 1 Jonathan Underwood 2015-07-07 17:42:10 UTC
Created attachment 1049509 [details]
Spec file patch to fix compliance with Emacs add-on packaging guidelines

Spec file patch to fix compliance with Emacs add-on packaging guidelines (untested).

Comment 2 Jonathan Underwood 2015-07-08 14:32:23 UTC
Created attachment 1049889 [details]
Updated patch, slightly more considered and slightly more tested

Comment 3 Petr Stodulka 2015-07-08 17:30:13 UTC
Created attachment 1049927 [details]
modified patch

Ho Jonathan,
thanks for patch. I did some modification, please check it if you are ok with it.

Comment 4 Jonathan Underwood 2015-07-08 17:36:34 UTC
Looks ok to me, though I can't immediately see what changed :)

Comment 5 Petr Stodulka 2015-07-08 17:38:07 UTC
- files from emacs* packages are moved to git instead of git-core
- for obsoletes/provides used only version - without release

Comment 6 Jonathan Underwood 2015-07-08 17:51:46 UTC
Ah, right. Gottit. Looks good!

Comment 7 Jonathan Underwood 2015-07-09 07:49:31 UTC
Thanks!

Comment 8 Petr Stodulka 2015-07-09 07:59:33 UTC
Thank you too :-) Good job.