Bug 5848 - weird provides
Summary: weird provides
Status: CLOSED WORKSFORME
Alias: None
Product: Sisyphus
Classification: Development
Component: tcb-utils (show other bugs)
Version: unstable
Hardware: all Linux
: P2 minor
Assignee: Dmitry V. Levin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-10 18:36 MSK by Michael Shigorin
Modified: 2008-07-09 01:36 MSD (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Shigorin 2005-01-10 18:36:41 MSK
Master 2.4

# rpm -e tcb-utils
error: removing these packages would break dependencies:
        tcb-utils >= 0.9.8 is needed by shadow-utils-4.0.0-alt15
        /etc/tcb   is needed by passwd-1.0.5-alt1

while the package contains only converting utilities and manpages

(stumbled upon while minimizing a vserver)
Comment 1 Dmitry V. Levin 2005-04-20 02:43:36 MSD
Funny that
$ rpmquery -f /etc/tcb
warning: file /etc/tcb is not owned by any package

but
$ apt-cache showpkg /etc/tcb
Package: /etc/tcb
Versions: 

Reverse Depends: 
  vlock,/etc/tcb
  passwd,/etc/tcb
  kdebase-common,/etc/tcb
Dependencies: 
Provides: 
Reverse Provides: 
tcb-utils 0.9.8.8-alt3

and
$ apt-cache whatdepends tcb-utils
tcb-utils-0.9.8.8-alt3
  shadow-utils-1:4.0.4.1-alt4
    PreDepends: tcb-utils >= 0.9.8
  vlock-1.3.1.4-alt1
    PreDepends: </etc/tcb>
      tcb-utils-0.9.8.8-alt3
  passwd-1.0.7-alt1
    PreDepends: </etc/tcb>
      tcb-utils-0.9.8.8-alt3
  kdebase-common-3.4.0-alt1
    PreDepends: </etc/tcb>
      tcb-utils-0.9.8.8-alt3
Comment 2 Dmitry V. Levin 2008-07-09 01:36:02 MSD
Seems to be OK