What | Removed | Added |
---|---|---|
CC | mpluskal@suse.com |
(In reply to Thorsten Kukuk from comment #2) > I guess more a packaging bug: > > | chrony-pool-empty | Empty pool preconfiguration for chrony | package > i | chrony-pool-openSUSE | Chrony preconfiguration for openSUSE | package > | chrony-pool-suse | Chrony preconfiguration for SUSE | package > > > We have three chrony pool packages, and zypper uses the wrong one. > There are ways to tell zypper which chrony-pool-* to prefer depending on the > product/release package/branding. Seems this is missing. > > My guess is adding: > Supplements: packageand(chrony:branding-openSUSE) > > to chrony-pool-openSUSE and > packageand(chrony:branding-SLE) > > to chrony-pool-SUSE would fix this. packageand() is deprecated, boolean rpm expressions should be used (and rpm/zypper on all affected distros should be able to handle them), it should be used like: Supplements: (chrony and branding-SLE)