Bug 566917

Summary: does not pick up extra repositories known to yum
Product: [Fedora] Fedora Reporter: Richard Z. <rz>
Component: aptAssignee: Axel Thimm <Axel.Thimm>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: Axel.Thimm, mschmidt, pmatilai, rz
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-12 15:55:00 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:

Description Richard Z. 2010-02-20 12:20:51 UTC
Description of problem:

I have added rpmfusion using "rpm -ihv http://....". yum and yumex work fine with the extra repo.

Synaptic fails to see the extra repo. As a result if an unsuspecting user hits "reload package information", "mark all updates" and perform actions he is likely to suffer significant breakage - synaptic will remove all "extra" packages it does not know about (at least) when they confilct with an update.

I was not sure whether to mark it is synaptic or apt problem, maybe its not really a bug but it is very unpleasant behaviour at the least.

Comment 1 Michal Schmidt 2010-05-12 15:55:00 UTC
yum and apt use different configuration files.
yum uses /etc/yum.repos.d/
apt uses /etc/apt/sources.list.d/
RPMFusion's *-release rpm ships only the configuration files for yum.
(Actually, I see they also have rpmfusion-*-package-config-smart
for the Smart tool, but nothing for apt.)
You can discuss it with RPMFusion.

Comment 2 Richard Z. 2010-05-12 20:15:15 UTC
thanks for looking - that is https://bugzilla.rpmfusion.org/show_bug.cgi?id=1137
which is also there since a while.