- added support for online migration, the registration part handles
the service upgrade and migration repository management (fate#315161) - 3.1.135 - Adapt module to new version of SUSEConnect (FATE#318800) - 3.1.134 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-registration?expand=0&rev=5
This commit is contained in:
parent
2a94930572
commit
287f10da09
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfbc573022173436a881dce7844d2b6ef42b47a9692caa170fe1f53553495632
|
||||
size 78102
|
3
yast2-registration-3.1.135.tar.bz2
Normal file
3
yast2-registration-3.1.135.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18b0b449c46da69224595e8bf34ac2556ba27ff19bfb1600683bcefffb8716ca
|
||||
size 83225
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 14:28:43 UTC 2015 - lslezak@suse.cz
|
||||
|
||||
- added support for online migration, the registration part handles
|
||||
the service upgrade and migration repository management
|
||||
(fate#315161)
|
||||
- 3.1.135
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 08:37:02 UTC 2015 - jreidinger@suse.com
|
||||
|
||||
- Adapt module to new version of SUSEConnect (FATE#318800)
|
||||
- 3.1.134
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 15:35:19 UTC 2015 - mvidner@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-registration
|
||||
Version: 3.1.133
|
||||
Version: 3.1.135
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -25,14 +25,14 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
# Popup.Feedback
|
||||
Requires: yast2 >= 3.1.26
|
||||
# "version_version" in Pkg.ResolvableProperties()
|
||||
Requires: yast2-pkg-bindings >= 3.1.23
|
||||
# fixed service removal
|
||||
Requires: yast2-pkg-bindings >= 3.1.25
|
||||
# N_() method
|
||||
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: rubygem(suse-connect) >= 0.2.0
|
||||
Requires: rubygem(suse-connect) >= 0.2.18
|
||||
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2 >= 3.1.26
|
||||
@ -40,7 +40,7 @@ BuildRequires: yast2-devtools >= 3.1.6
|
||||
BuildRequires: yast2-packager >= 3.1.26
|
||||
BuildRequires: yast2-slp >= 3.1.2
|
||||
BuildRequires: rubygem(rspec)
|
||||
BuildRequires: rubygem(suse-connect) >= 0.2.0
|
||||
BuildRequires: rubygem(suse-connect) >= 0.2.18
|
||||
BuildRequires: rubygem(yast-rake) >= 0.1.8
|
||||
|
||||
BuildArch: noarch
|
||||
|
Loading…
Reference in New Issue
Block a user