Skip to content

Commit

Permalink
Recommend yast2-migration package (bsc#982150) (#282)
Browse files Browse the repository at this point in the history
Also require new yast2-pkg-bindings for building

3.1.166.3
  • Loading branch information
lslezak committed Oct 21, 2016
1 parent 168109a commit 6edee43
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
7 changes: 7 additions & 0 deletions package/yast2-registration.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 17 11:21:34 UTC 2016 - lslezak@suse.cz

- Recommend yast2-migration package to install it by default
(bsc#982150)
- 3.1.166.3

-------------------------------------------------------------------
Mon Sep 19 12:08:54 UTC 2016 - lslezak@suse.cz

Expand Down
27 changes: 14 additions & 13 deletions package/yast2-registration.spec
@@ -1,7 +1,7 @@
#
# spec file for package yast2-registration
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -17,18 +17,15 @@


Name: yast2-registration
Version: 3.1.166.2
Version: 3.1.166.3
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2

Group: System/YaST
License: GPL-2.0

# Popup.Feedback
Requires: yast2 >= 3.1.26
# "dupAllowVendorChange" option in Pkg.SetSolverFlags()
# Pkg.ServiceForceRefresh()
Requires: yast2-pkg-bindings >= 3.1.31.1
# N_() method
Requires: yast2-ruby-bindings >= 3.1.12
Expand All @@ -41,24 +38,29 @@ Requires: rubygem(suse-connect) >= 0.2.22
# suse-connect gem.
Requires: SUSEConnect

Requires: yast2-slp >= 3.1.2
Requires: yast2-add-on >= 3.1.8
Requires: yast2-packager >= 3.1.26
Requires: yast2-slp >= 3.1.2
Requires: yast2-update >= 3.1.19
Recommends: yast2-migration

BuildRequires: yast2 >= 3.1.26
BuildRequires: update-desktop-files
BuildRequires: yast2 >= 3.1.26
BuildRequires: yast2-devtools >= 3.1.6
BuildRequires: rubygem(yast-rake) >= 0.2.5
BuildRequires: rubygem(rspec)
BuildRequires: rubygem(suse-connect) >= 0.2.22
BuildRequires: yast2-slp >= 3.1.2
BuildRequires: yast2-packager >= 3.1.26
# Pkg.ServiceForceRefresh()
BuildRequires: yast2-pkg-bindings >= 3.1.31.1
BuildRequires: yast2-slp >= 3.1.2
BuildRequires: yast2-update >= 3.1.19
BuildRequires: rubygem(rspec)
BuildRequires: rubygem(suse-connect) >= 0.2.22
BuildRequires: rubygem(yast-rake) >= 0.2.5

BuildArch: noarch

Summary: YaST2 - Registration Module
License: GPL-2.0
Group: System/YaST
Url: https://github.com/yast/yast-registration

%description
Expand All @@ -82,7 +84,6 @@ rake test:unit
rake install DESTDIR="%{buildroot}"
%suse_update_desktop_file customer_center


%files
%defattr(-,root,root)
%{yast_desktopdir}/customer_center.desktop
Expand Down

0 comments on commit 6edee43

Please sign in to comment.