Accepting request 784236 from YaST:Head
submit new version 4.2.18 OBS-URL: https://build.opensuse.org/request/show/784236 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-update?expand=0&rev=136
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3ca1eacf532cb634358fdd73f224f744cd6cbd7d4e0da0a718dd19fe5ccc5a7
|
||||
size 68514
|
3
yast2-update-4.2.18.tar.bz2
Normal file
3
yast2-update-4.2.18.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a428e1e1921394739ecddfe7129bef64c6b0887894040b2a65d770c34e500ee
|
||||
size 68288
|
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 12 08:52:36 UTC 2020 - Ladislav Slezák <lslezak@suse.cz>
|
||||
|
||||
- Do not remove the installation repositories in the "Previously
|
||||
Used Repositories" step (bsc#1163081)
|
||||
- 4.2.18
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 21 09:06:01 UTC 2020 - Ladislav Slezák <lslezak@suse.cz>
|
||||
|
||||
- Fixed repository loading to not remove the initial installation
|
||||
repository (bsc#1163081)
|
||||
- 4.2.17
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 14:43:22 UTC 2020 - Ladislav Slezák <lslezak@suse.cz>
|
||||
|
||||
- Switch from Autotools based build to Rake
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 09:57:26 UTC 2020 - Stefan Hundhammer <shundhammer@suse.com>
|
||||
|
||||
- Fixed user-visible messages (bsc#1084015)
|
||||
- 4.2.16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 17 15:43:57 CET 2020 - mls@suse.de
|
||||
|
||||
- Also accept Packages.db as valid rpm database (bsc#1162485)
|
||||
- 4.2.15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 10:23:51 UTC 2020 - Ladislav Slezák <lslezak@suse.cz>
|
||||
|
||||
- Store the original repository setup early in the upgrade workflow
|
||||
so YaST can easily differ between the old and new repositories
|
||||
(bsc#1159433)
|
||||
- 4.2.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 3 14:51:57 CET 2020 - schubi@suse.de
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-update
|
||||
Version: 4.2.13
|
||||
Version: 4.2.18
|
||||
Release: 0
|
||||
Summary: YaST2 - Update
|
||||
License: GPL-2.0-only
|
||||
@@ -29,8 +29,8 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2-devtools >= 4.2.2
|
||||
BuildRequires: yast2-ruby-bindings >= 1.0.0
|
||||
# Y2Packager::ProductUpgrade.remove_obsolete_upgrades
|
||||
BuildRequires: yast2 >= 4.2.1
|
||||
# Y2Packager::OriginalRepositorySetup
|
||||
BuildRequires: yast2 >= 4.2.71
|
||||
# Packages#proposal_for_update
|
||||
BuildRequires: yast2-packager >= 3.2.13
|
||||
# xmllint
|
||||
@@ -39,18 +39,19 @@ BuildRequires: libxml2-tools
|
||||
BuildRequires: yast2-installation-control
|
||||
# Needed for tests
|
||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake)
|
||||
# Y2Storage::Crypttab.save_encryption_names
|
||||
BuildRequires: yast2-storage-ng >= 4.2.42
|
||||
|
||||
# Y2Storage::Crypttab.save_encryption_names
|
||||
Requires: yast2-storage-ng >= 4.2.42
|
||||
# Y2Packager::ProductUpgrade.remove_obsolete_upgrades
|
||||
Requires: yast2 >= 4.2.1
|
||||
# Y2Packager::OriginalRepositorySetup
|
||||
Requires: yast2 >= 4.2.71
|
||||
Requires: yast2-installation
|
||||
# product_update_summary, product_update_warning
|
||||
Requires: yast2-packager >= 4.2.33
|
||||
# Pkg.TargetInitializeOptions()
|
||||
Requires: yast2-pkg-bindings >= 3.1.14
|
||||
# Improved Pkg.SourceRestore()
|
||||
Requires: yast2-pkg-bindings >= 4.2.6
|
||||
Requires: yast2-ruby-bindings >= 1.0.0
|
||||
# use parallel gzip when crating backup (much faster)
|
||||
Requires: pigz
|
||||
@@ -88,7 +89,9 @@ Use this component if you wish to update your system.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%yast_build
|
||||
|
||||
%check
|
||||
%yast_check
|
||||
|
||||
%install
|
||||
%yast_install
|
||||
|
Reference in New Issue
Block a user