SDB:Zypper changes

Jump to: navigation, search
Here you can find the Zypper changes.

Version: 1.14.67

  • patch: Make sure reboot-needed is remembered until next boot (bsc#1217873)

Version: 1.14.66

  • Return 104 also if info suggests near matches (fixes #504)
  • Rephrase upgrade message for openSUSE Tumbleweed (bsc#1212422)
  • Fix typo (fixes #484)

Version: 1.14.65

  • Fix some typos and spelling errors found by Lintian (fixes #501)
  • Prefer unaliased `grep` to avoid unexpected/wrong completions. (#503)
  • commit: Insert a headline to separate output of different rpm scripts (bsc#1041742)
  • Fix typo in changes file.

Version: 1.14.64

  • Fix name of the bash completion script (bsc#1215007)

In 1.14.63 the location of the bash completion script was changed to /usr/share/bash-completion/completions/. But the patch failed to also rename the completion script. The original script name zypper.sh is not recognized at the new location.

  • Update notes about failing signature checks (bsc#1214395)

It might be a transient issue if the server is in the midst of receiving new data. Retry after a few minutes might work.

  • Improve the SIGINT handler to be signal safe (bsc#1214292)

This patch updates the SIGINT handling strategy to be signal safe. Meaning the signal handler will do not much more than setting a flag, which we are going to check in the normal program flow as much as possible.

Version: 1.14.63

  • Changed location of bash completion script (bsc#1213854).

This changes the location of zypper.sh bash completion script from /usr/share/bash-completion/completions/.

Version: 1.14.62

  • man: revised explanation of --force-resolution (bsc#1213557)

Point out that the option not only allows to remove packages but may also violate any other active policy if there is no other way to resolve the job.

  • Print summary hint if policies were violated due to --force-resolution (bsc#1213557)
  • BuildRequires: libzypp-devel ≥ 17.31.16 (for zypp-tui)

Version: 1.14.61

  • targetos: Add an error note if XPath:/product/register/target is not defined in /etc/products.d/baseproduct (bsc#1211261)
  • targetos: Update help and man page (bsc#1211261)

Version: 1.14.60

  • Fix selecting installed patterns from picklist (bsc#1209406)
  • man: better explanation of --priority (fixes #480)

Version: 1.14.59

  • BuildRequires: libzypp-devel ≥ 17.31.7.
  • Provide "removeptf" command (bsc#1203249)

A remove command which prefers replacing dependant packages to removing them as well. A PTF is typically removed as soon as the fix it provides is applied to the latest official update of the dependant packages. But you don't want the dependant packages to be removed together with the PTF, which is what the remove command would do. The removeptf command however will aim to replace the dependant packages by their official update versions.

  • patterns: Avoid dispylaing superfluous @System entries (bsc#1205570)