Accepting request 811238 from YaST:Head

submit new version 4.3.0

OBS-URL: https://build.opensuse.org/request/show/811238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-update?expand=0&rev=137
This commit is contained in:
2020-06-09 22:37:43 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a428e1e1921394739ecddfe7129bef64c6b0887894040b2a65d770c34e500ee
size 68288

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bcf5fdbe7609483d390555f0c421ff9e006add07ff0a1e39248fd794f7e8f95b
size 67328

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jun 3 16:12:18 UTC 2020 - Josef Reidinger <jreidinger@suse.com>
- Replace anyxml agent with rubygem-nokogiri as yast2 already
depends on nokogiri, to reduce amount of used xml parsers.
(related to bsc#1170886)
- 4.3.0
-------------------------------------------------------------------
Thu Mar 12 08:52:36 UTC 2020 - Ladislav Slezák <lslezak@suse.cz>

View File

@@ -17,7 +17,7 @@
Name: yast2-update
Version: 4.2.18
Version: 4.3.0
Release: 0
Summary: YaST2 - Update
License: GPL-2.0-only
@@ -40,6 +40,8 @@ BuildRequires: yast2-installation-control
# Needed for tests
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake)
# nokogiri is used also for parsing in tests. It is not problem as yast2 also depends on it
BuildRequires: rubygem(%{rb_default_ruby_abi}:nokogiri)
# Y2Storage::Crypttab.save_encryption_names
BuildRequires: yast2-storage-ng >= 4.2.42
@@ -53,6 +55,8 @@ Requires: yast2-packager >= 4.2.33
# Improved Pkg.SourceRestore()
Requires: yast2-pkg-bindings >= 4.2.6
Requires: yast2-ruby-bindings >= 1.0.0
# nokogiri is used for parsing pam conf.
Requires: rubygem(%{rb_default_ruby_abi}:nokogiri)
# use parallel gzip when crating backup (much faster)
Requires: pigz