- use rake for installing instead of autotools
- show error when chreipl failed to switch (bsc#976609) - 3.2.2 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-reipl?expand=0&rev=273
This commit is contained in:
committed by
Git OBS Bridge
parent
d8ed3cee33
commit
65e539dd5c
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b1b7f6c8abea723a604ba81618e76191641bb1c125547c535f21f443d8c83ba
|
||||
size 25582
|
3
yast2-reipl-3.2.2.tar.bz2
Normal file
3
yast2-reipl-3.2.2.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e21d07ef39b6249ceed3ac8d75a34890cc84de24da488ab3d112bf1871572b4
|
||||
size 20871
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 10 08:40:07 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
- use rake for installing instead of autotools
|
||||
- show error when chreipl failed to switch (bsc#976609)
|
||||
- 3.2.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 6 09:15:31 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-reipl
|
||||
Version: 3.2.1
|
||||
Version: 3.2.2
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -26,8 +26,8 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2
|
||||
BuildRequires: yast2-devtools >= 3.1.10
|
||||
BuildRequires: yast2-testsuite
|
||||
BuildRequires: rubygem(rspec)
|
||||
BuildRequires: rubygem(yast-rake)
|
||||
|
||||
ExclusiveArch: s390 s390x
|
||||
|
||||
@@ -51,11 +51,13 @@ Module for loading IPL from running system on S/390
|
||||
%prep
|
||||
%setup -n %{name}-%{version}
|
||||
|
||||
%check
|
||||
rake test:unit
|
||||
|
||||
%build
|
||||
%yast_build
|
||||
|
||||
%install
|
||||
%yast_install
|
||||
rake install DESTDIR="%{buildroot}"
|
||||
|
||||
%post
|
||||
%{fillup_only -ns security checksig}
|
||||
|
Reference in New Issue
Block a user