- AutoYaST config: fixed crash at the end of the configuration
workflow (bsc#949934) - Add the SUSEConnect dependency to install the packages required by suse-connect gem (workaround for bsc#947482) - 3.1.159 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-registration?expand=0&rev=33
This commit is contained in:
parent
cfce2610fe
commit
1e282bfb4b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb6803eeba1dc92aa2af10e0a200906d3df4b20d1fb71fe0f0dc7e54407f2d5c
|
||||
size 93115
|
3
yast2-registration-3.1.159.tar.bz2
Normal file
3
yast2-registration-3.1.159.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e7b33f97a4f39931dfe4bcf6e45f3009c89d61562a50c004fcb12662fdf663b
|
||||
size 93148
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 07:44:14 UTC 2015 - lslezak@suse.cz
|
||||
|
||||
- AutoYaST config: fixed crash at the end of the configuration
|
||||
workflow (bsc#949934)
|
||||
- Add the SUSEConnect dependency to install the packages required
|
||||
by suse-connect gem (workaround for bsc#947482)
|
||||
- 3.1.159
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 15:51:19 UTC 2015 - lslezak@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-registration
|
||||
Version: 3.1.158
|
||||
Version: 3.1.159
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -28,12 +28,20 @@ Requires: yast2 >= 3.1.26
|
||||
# "dupAllowVendorChange" option in Pkg.SetSolverFlags()
|
||||
Requires: yast2-pkg-bindings >= 3.1.27
|
||||
# N_() method
|
||||
Requires: yast2-ruby-bindings >= 3.1.12
|
||||
Requires: rubygem(suse-connect) >= 0.2.22
|
||||
|
||||
# NOTE: Workaround for bsc#947482, SUSEConnect is actually not needed by the
|
||||
# YaST registration module, it is used just to install the Connect dependencies.
|
||||
#
|
||||
# TODO: Remove it once the SUSEConnect dependencies are properly moved to the
|
||||
# suse-connect gem.
|
||||
Requires: SUSEConnect
|
||||
|
||||
Requires: yast2-add-on >= 3.1.8
|
||||
Requires: yast2-packager >= 3.1.26
|
||||
Requires: yast2-ruby-bindings >= 3.1.12
|
||||
Requires: yast2-slp >= 3.1.2
|
||||
Requires: yast2-update >= 3.1.19
|
||||
Requires: rubygem(suse-connect) >= 0.2.22
|
||||
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2 >= 3.1.26
|
||||
|
Loading…
Reference in New Issue
Block a user