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 661507

Summary: RFE: make a separate package for the nautilus extension
Product: [Fedora] Fedora Reporter: Christoph Wickert <cwickert>
Component: file-rollerAssignee: Matthias Clasen <mclasen>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: kevin, mclasen, mkasik
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 576435 Environment:
Last Closed: 2011-01-25 18:14:21 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: 661442    
Attachments:
Description Flags
Patch to current file-roller.spec from rawhide
none
Complete spec for file-roller none

Description Christoph Wickert 2010-12-08 21:12:38 UTC
Created attachment 467581 [details]
Patch to current file-roller.spec from rawhide

+++ This bug was initially created as a clone of Bug #576435 +++

Description of problem:
Currently file-roller requires nautilus for libnautilus-fileroller.so. As it works fine without nautilus and even is integrated into thunar (through thunar-archive-plugin) or pcmanfm (out of the box), there should be no additional dependency on nautilus in the base file-roller package.

Version-Release number of selected component (if applicable):
file-roller-2.91.2-2.fc15

Actual results:
nautilus adds at least +20 MB of dependencies.

Expected results:
file-roller should be installable without nautilus.

Additional info:
Scratch build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=2652115

Dependency check:
$ rpm -qp --requires file-roller-2.91.2-2.fc15.x86_64.rpm | grep nautilus
$ rpm -qp --requires file-roller-nautilus-2.91.2-2.fc15.x86_64.rpm | grep nautilus
libnautilus-extension.so.1()(64bit)  
nautilus
$

Attached is a patch to build a subpackage. I have also changed the defines to global but not made further changes.

Comment 1 Christoph Wickert 2010-12-08 21:14:12 UTC
Created attachment 467582 [details]
Complete spec for file-roller

Comment 2 Matthias Clasen 2011-01-25 18:14:04 UTC
Not a big fan of package atomization, but whatever. Done.