Updated to git ref 3c377a2
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-registration?expand=0&rev=43
This commit is contained in:
parent
d4995cbe9e
commit
ee83a53bcd
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:655375ed222f82391f63ee7579901f1dff636c9b62fb23c195e0944cbc9b1108
|
oid sha256:bdd567a1ea2604a5d2de9d76dc2068d712ef60c89a721e9036b047f00b900986
|
||||||
size 95661
|
size 95730
|
||||||
|
@ -45,7 +45,7 @@ Requires: yast2-update >= 3.1.36
|
|||||||
|
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yast2 >= 3.1.26
|
BuildRequires: yast2 >= 3.1.26
|
||||||
BuildRequires: yast2-devtools >= 3.1.6
|
BuildRequires: yast2-devtools >= 3.1.39
|
||||||
BuildRequires: yast2-packager >= 3.1.26
|
BuildRequires: yast2-packager >= 3.1.26
|
||||||
BuildRequires: yast2-slp >= 3.1.2
|
BuildRequires: yast2-slp >= 3.1.2
|
||||||
BuildRequires: yast2-update >= 3.1.36
|
BuildRequires: yast2-update >= 3.1.36
|
||||||
@ -55,6 +55,13 @@ BuildRequires: rubygem(yast-rake) >= 0.2.5
|
|||||||
|
|
||||||
BuildArch: noarch
|
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
|
Summary: YaST2 - Registration Module
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
@ -75,11 +82,10 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rake test:unit
|
%yast_check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rake install DESTDIR="%{buildroot}"
|
%yast_install
|
||||||
%suse_update_desktop_file customer_center
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user