Bug ID | 953131 |
---|---|
Summary | how to block installation of 'snapper-zypp-plugin' ? |
Classification | openSUSE |
Product | openSUSE Distribution |
Version | Leap 42.1 |
Hardware | x86-64 |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Basesystem |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | koenig@linux.de |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0 Build Identifier: snapper-zypp-plugin takes much cpu time while not using btrfs, so I'd like to block installation of this packet, but right now "zypper dup" always tries to pick it up again (while "zypper up" doesn't!!). how can I block an RPM from being installed ? what triggers installation of snapper-zypp-plugin in "dup" mode ? # zypper dup The following NEW package is going to be installed: snapper-zypp-plugin 1 new package to install. Overall download size: 16.9 KiB. Already cached: 0 B. After the operation, additional 9.8 KiB will be used. Continue? [y/n/? shows all options] (y): .... # rpm -q --whatrequires snapper-zypp-plugin no package requires snapper-zypp-plugin # rpm -q --triggeredby snapper-zypp-plugin no package triggers snapper-zypp-plugin or just speed up 'snapper-zypp-plugin' for non-btrfs installations ;-) Reproducible: Always