- Add metainfo (fate#319035)

- Revamp spec
- Replace GenericName with Comment
- 4.2.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-reipl?expand=0&rev=279
This commit is contained in:
YaST Team Bot 2019-06-04 15:17:15 +00:00 committed by Git OBS Bridge
parent 54b42d81e3
commit 1761cafdec
4 changed files with 30 additions and 27 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3255918fb2f56a096eaff7eeb7001ad19e55f214efdbad3fd9ffd3a3b3d665e
size 20535

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b89b8a0151f0ccffe8b89ba2c6e895399d448214bf40214cad951adf572958f
size 20604

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 31 12:36:53 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
- Add metainfo (fate#319035)
- Revamp spec
- Replace GenericName with Comment
- 4.2.0
-------------------------------------------------------------------
Tue Feb 26 13:03:41 UTC 2019 - José Iván López González <jlopez@suse.com>

View File

@ -17,60 +17,55 @@
Name: yast2-reipl
Version: 4.1.0
Version: 4.2.0
Release: 0
Summary: YaST2 - IPL loader
License: GPL-2.0-only
Group: System/YaST
Url: https://github.com/yast/yast-reipl
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
BuildRequires: update-desktop-files
BuildRequires: yast2
BuildRequires: yast2-devtools >= 3.1.10
BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: rubygem(rspec)
BuildRequires: rubygem(yast-rake)
ExclusiveArch: s390 s390x
PreReq: %fillup_prereq
Requires: yast2-ruby-bindings >= 1.0.0
# Wizard::SetDesktopTitleAndIcon
Requires: yast2 >= 2.21.22
# needed for chreipl and lsreipl commands
Requires: s390-tools
PreReq: %fillup_prereq
Requires: yast2-ruby-bindings >= 1.0.0
Summary: YaST2 - IPL loader
License: GPL-2.0-only
Group: System/YaST
Url: http://github.com/yast/yast-reipl
ExclusiveArch: s390 s390x
%description
Module for loading IPL from running system on S/390
%prep
%setup -n %{name}-%{version}
%setup -q
%check
rake test:unit
%yast_check
%build
%install
rake install DESTDIR="%{buildroot}"
%yast_install
%yast_metainfo
%post
%{fillup_only -ns security checksig}
%files
%defattr(-,root,root)
%{yast_clientdir}/*.rb
%{yast_moduledir}/*.rb
%{yast_desktopdir}/*.desktop
%dir %{yast_yncludedir}/reipl
%{yast_yncludedir}/reipl/*
%dir %{yast_docdir}
%doc %{yast_docdir}/*
%{yast_clientdir}
%{yast_moduledir}
%{yast_desktopdir}
%{yast_metainfodir}
%{yast_yncludedir}
%doc %{yast_docdir}
%license COPYING
%changelog