yast2-registration/yast2-registration.spec

101 lines
2.9 KiB
RPMSpec
Raw Normal View History

#
# spec file for package yast2-registration
#
# Copyright (c) 2018 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: yast2-registration
Version: 4.0.30
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
# Y2Packager::ProductUpgrad
Requires: yast2 >= 4.0.62
# "dupAllowVendorChange" option in Pkg.SetSolverFlags()
Requires: yast2-pkg-bindings >= 3.1.34
# N_() method
Requires: yast2-ruby-bindings >= 3.1.12
# SUSE::Connect::YaST.list_installer_updates
Requires: rubygem(suse-connect) >= 0.2.37
# 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 >= 0.2.37
Requires: yast2-add-on >= 3.1.8
Requires: yast2-slp >= 3.1.9
# packager/product_patterns.rb
Requires: yast2-packager >= 3.1.95
Requires: yast2-update >= 3.1.36
# Y2Packager::ProductUpgrade
BuildRequires: update-desktop-files
BuildRequires: yast2 >= 4.0.62
BuildRequires: yast2-devtools >= 3.1.39
BuildRequires: yast2-slp >= 3.1.9
BuildRequires: rubygem(rspec)
BuildRequires: rubygem(suse-connect) >= 0.2.22
BuildRequires: rubygem(yast-rake) >= 0.2.5
# updated product renames
BuildRequires: yast2-packager >= 4.0.40
BuildRequires: yast2-update >= 3.1.36
BuildArch: noarch
# FIXME: it seems can we cannot move it to macros.yast, the yast-rake-ci is not
# installed into the chroot, the build fails...
%bcond_with yast_run_ci_tests
%if %{with yast_run_ci_tests}
BuildRequires: rubygem(yast-rake-ci)
%endif
Summary: YaST2 - Registration Module
License: GPL-2.0
Group: System/YaST
Url: https://github.com/yast/yast-registration
%description
The registration module to register products and/or to fetch an update
source (mirror) automatically.
%prep
%setup -n %{name}-%{version}
%build
%check
%yast_check
%install
%yast_install
%files
%defattr(-,root,root)
%{yast_desktopdir}/*.desktop
%{yast_clientdir}/*.rb
%{yast_ydatadir}/registration
%{yast_schemadir}/autoyast/rnc/*.rnc
%{yast_libdir}/registration
%{yast_libdir}/yast
%{yast_libdir}/yast/suse_connect.rb
%doc %{yast_docdir}
%changelog