- 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:
parent
54b42d81e3
commit
1761cafdec
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b3255918fb2f56a096eaff7eeb7001ad19e55f214efdbad3fd9ffd3a3b3d665e
|
|
||||||
size 20535
|
|
3
yast2-reipl-4.2.0.tar.bz2
Normal file
3
yast2-reipl-4.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1b89b8a0151f0ccffe8b89ba2c6e895399d448214bf40214cad951adf572958f
|
||||||
|
size 20604
|
@ -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>
|
Tue Feb 26 13:03:41 UTC 2019 - José Iván López González <jlopez@suse.com>
|
||||||
|
|
||||||
|
@ -17,60 +17,55 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-reipl
|
Name: yast2-reipl
|
||||||
Version: 4.1.0
|
Version: 4.2.0
|
||||||
Release: 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
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yast2
|
BuildRequires: yast2
|
||||||
BuildRequires: yast2-devtools >= 3.1.10
|
BuildRequires: yast2-devtools >= 4.2.2
|
||||||
BuildRequires: rubygem(rspec)
|
BuildRequires: rubygem(rspec)
|
||||||
BuildRequires: rubygem(yast-rake)
|
BuildRequires: rubygem(yast-rake)
|
||||||
|
|
||||||
ExclusiveArch: s390 s390x
|
PreReq: %fillup_prereq
|
||||||
|
Requires: yast2-ruby-bindings >= 1.0.0
|
||||||
# Wizard::SetDesktopTitleAndIcon
|
# Wizard::SetDesktopTitleAndIcon
|
||||||
Requires: yast2 >= 2.21.22
|
Requires: yast2 >= 2.21.22
|
||||||
# needed for chreipl and lsreipl commands
|
# needed for chreipl and lsreipl commands
|
||||||
Requires: s390-tools
|
Requires: s390-tools
|
||||||
|
|
||||||
PreReq: %fillup_prereq
|
ExclusiveArch: s390 s390x
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Module for loading IPL from running system on S/390
|
Module for loading IPL from running system on S/390
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -q
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rake test:unit
|
%yast_check
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rake install DESTDIR="%{buildroot}"
|
%yast_install
|
||||||
|
%yast_metainfo
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{fillup_only -ns security checksig}
|
%{fillup_only -ns security checksig}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%{yast_clientdir}
|
||||||
%{yast_clientdir}/*.rb
|
%{yast_moduledir}
|
||||||
%{yast_moduledir}/*.rb
|
%{yast_desktopdir}
|
||||||
%{yast_desktopdir}/*.desktop
|
%{yast_metainfodir}
|
||||||
%dir %{yast_yncludedir}/reipl
|
%{yast_yncludedir}
|
||||||
%{yast_yncludedir}/reipl/*
|
%doc %{yast_docdir}
|
||||||
%dir %{yast_docdir}
|
|
||||||
%doc %{yast_docdir}/*
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user