- Switch from Autotools based build to Rake
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-update?expand=0&rev=367
This commit is contained in:
parent
6fde1c8ec6
commit
cffef4ee4d
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8bd52055862081bad913cd90e75a83320a1c44dd459c5d76c4c2d56fa680b2b7
|
||||
size 68728
|
||||
oid sha256:de9eba20e6b64d4cd0f2af718da8de98f02096a57d41d036546cdd820cc4f07e
|
||||
size 68314
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 14:43:22 UTC 2020 - Ladislav Slezák <lslezak@suse.cz>
|
||||
|
||||
- Switch from Autotools based build to Rake
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 09:57:26 UTC 2020 - Stefan Hundhammer <shundhammer@suse.com>
|
||||
|
||||
|
@ -39,6 +39,7 @@ BuildRequires: libxml2-tools
|
||||
BuildRequires: yast2-installation-control
|
||||
# Needed for tests
|
||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake)
|
||||
# Y2Storage::Crypttab.save_encryption_names
|
||||
BuildRequires: yast2-storage-ng >= 4.2.42
|
||||
|
||||
@ -88,7 +89,9 @@ Use this component if you wish to update your system.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%yast_build
|
||||
|
||||
%check
|
||||
%yast_check
|
||||
|
||||
%install
|
||||
%yast_install
|
||||
@ -116,5 +119,7 @@ Use this component if you wish to update your system.
|
||||
%{yast_clientdir}/update.rb
|
||||
%{yast_clientdir}/run_update.rb
|
||||
%license COPYING
|
||||
%doc %{yast_docdir}/README.md
|
||||
%doc %{yast_docdir}/CONTRIBUTING.md
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user