Accepting request 931580 from YaST:Head
submit new version 4.4.5 OBS-URL: https://build.opensuse.org/request/show/931580 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-registration?expand=0&rev=76
This commit is contained in:
commit
3403386e36
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22e0145457664993319bc0668d1a047e880d78ee6820caa3efdb5c353d6f4e80
|
||||
size 161232
|
3
yast2-registration-4.4.5.tar.bz2
Normal file
3
yast2-registration-4.4.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85e26d7b006b7e09b2648cbf54255039e5d5a1c6ef6e911e577414de6f1be7d7
|
||||
size 161129
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 12 14:51:45 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Adapt to the ProductSpec API (bsc#1192626).
|
||||
- Report properly that no product is selected in autoinstallation
|
||||
instead of nil crash (bsc#1188211, Josef Reidinger
|
||||
<jreidinger@suse.com>).
|
||||
- 4.4.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 12 08:30:59 UTC 2021 - Ladislav Slezák <lslezak@suse.cz>
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-registration
|
||||
Version: 4.4.4
|
||||
Version: 4.4.5
|
||||
Release: 0
|
||||
Summary: YaST2 - Registration Module
|
||||
License: GPL-2.0-only
|
||||
@ -27,19 +27,19 @@ URL: https://github.com/yast/yast-registration
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: update-desktop-files
|
||||
# Installation::InstallationInfo
|
||||
BuildRequires: yast2 >= 4.4.4
|
||||
# ProductSpec API
|
||||
BuildRequires: yast2 >= 4.4.21
|
||||
BuildRequires: yast2-devtools >= 4.2.2
|
||||
BuildRequires: yast2-slp >= 3.1.9
|
||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:suse-connect) >= 0.3.11
|
||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) >= 0.2.5
|
||||
# Y2Packager::MediumType.type=
|
||||
BuildRequires: yast2-packager >= 4.2.37
|
||||
# ProductSpec API
|
||||
BuildRequires: yast2-packager >= 4.4.13
|
||||
BuildRequires: yast2-update >= 3.1.36
|
||||
|
||||
# Installation::InstallationInfo
|
||||
Requires: yast2 >= 4.4.4
|
||||
# ProductSpec API
|
||||
Requires: yast2 >= 4.4.21
|
||||
# "dupAllowVendorChange" option in Pkg.SetSolverFlags()
|
||||
Requires: yast2-pkg-bindings >= 3.1.34
|
||||
# N_() method
|
||||
@ -54,8 +54,8 @@ Requires: rubygem(%{rb_default_ruby_abi}:suse-connect) >= 0.2.37
|
||||
Requires: SUSEConnect >= 0.2.37
|
||||
Requires: yast2-add-on >= 3.1.8
|
||||
Requires: yast2-slp >= 3.1.9
|
||||
# Y2Packager::MediumType
|
||||
Requires: yast2-packager >= 4.2.27
|
||||
# ProductSpec API
|
||||
Requires: yast2-packager >= 4.4.13
|
||||
Requires: yast2-update >= 3.1.36
|
||||
|
||||
# new calls in AutoinstGeneral
|
||||
|
Loading…
Reference in New Issue
Block a user