diff --git a/yast2-reipl-4.1.0.tar.bz2 b/yast2-reipl-4.1.0.tar.bz2 deleted file mode 100644 index 090c219..0000000 --- a/yast2-reipl-4.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3255918fb2f56a096eaff7eeb7001ad19e55f214efdbad3fd9ffd3a3b3d665e -size 20535 diff --git a/yast2-reipl-4.2.0.tar.bz2 b/yast2-reipl-4.2.0.tar.bz2 new file mode 100644 index 0000000..0e9a8e4 --- /dev/null +++ b/yast2-reipl-4.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b89b8a0151f0ccffe8b89ba2c6e895399d448214bf40214cad951adf572958f +size 20604 diff --git a/yast2-reipl.changes b/yast2-reipl.changes index 0a98be2..362cf40 100644 --- a/yast2-reipl.changes +++ b/yast2-reipl.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri May 31 12:36:53 UTC 2019 - Stasiek Michalski + +- 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 diff --git a/yast2-reipl.spec b/yast2-reipl.spec index 1aacadb..a72e22f 100644 --- a/yast2-reipl.spec +++ b/yast2-reipl.spec @@ -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