From 1b87328b065e5c856126bfecca99d4f6f336dc0958382082109c16bb92417ec4 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 16 Nov 2022 16:24:23 +0000 Subject: [PATCH] - Display a warning in the upgrade summary when removing orphaned 3rd party packages (bsc#1202007) - 4.5.2 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-update?expand=0&rev=390 --- yast2-update-4.5.1.tar.bz2 | 3 --- yast2-update-4.5.2.tar.bz2 | 3 +++ yast2-update.changes | 7 +++++++ yast2-update.spec | 8 ++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 yast2-update-4.5.1.tar.bz2 create mode 100644 yast2-update-4.5.2.tar.bz2 diff --git a/yast2-update-4.5.1.tar.bz2 b/yast2-update-4.5.1.tar.bz2 deleted file mode 100644 index 3c92ae9..0000000 --- a/yast2-update-4.5.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a82d6ed82292eed3243a618e8ff0a4ad5642296277d9caf76602fb4a18ea601f -size 68574 diff --git a/yast2-update-4.5.2.tar.bz2 b/yast2-update-4.5.2.tar.bz2 new file mode 100644 index 0000000..a7483bc --- /dev/null +++ b/yast2-update-4.5.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c806615d81e9dfaa15ccf8dded05dce10d29b04ba5fd1e6efec42f0eb8bb95df +size 69445 diff --git a/yast2-update.changes b/yast2-update.changes index f654597..7c75ad2 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Nov 16 14:33:33 UTC 2022 - Ladislav Slezák + +- Display a warning in the upgrade summary when removing orphaned + 3rd party packages (bsc#1202007) +- 4.5.2 + ------------------------------------------------------------------- Thu Apr 28 08:09:47 UTC 2022 - Ladislav Slezák diff --git a/yast2-update.spec b/yast2-update.spec index d89f75e..2694dad 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -17,11 +17,11 @@ Name: yast2-update -Version: 4.5.1 +Version: 4.5.2 Release: 0 Summary: YaST2 - Update -License: GPL-2.0-only Group: System/YaST +License: GPL-2.0-only URL: https://github.com/yast/yast-update Source0: %{name}-%{version}.tar.bz2 @@ -52,8 +52,8 @@ Requires: yast2 >= 4.4.25 Requires: yast2-installation # ProductSpec#register_target Requires: yast2-packager >= 4.4.15 -# Pkg::SetAdditionalVendors -Requires: yast2-pkg-bindings >= 4.3.3 +# filtering orphaned packages +Requires: yast2-pkg-bindings >= 4.5.1 Requires: yast2-ruby-bindings >= 1.0.0 # nokogiri is used for parsing pam conf. Requires: rubygem(%{rb_default_ruby_abi}:nokogiri)