2008-09-30 02:58:46 +00:00
|
|
|
#
|
2011-09-21 15:33:23 +00:00
|
|
|
# spec file for package yast2-reipl
|
2008-09-30 02:58:46 +00:00
|
|
|
#
|
2022-01-12 15:46:42 +00:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2008-09-30 02:58:46 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2021-01-20 08:54:50 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2008-09-30 02:58:46 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: yast2-reipl
|
2022-04-13 02:26:43 +00:00
|
|
|
Version: 4.5.0
|
2011-09-21 15:33:23 +00:00
|
|
|
Release: 0
|
2019-06-04 15:17:15 +00:00
|
|
|
Summary: YaST2 - IPL loader
|
|
|
|
License: GPL-2.0-only
|
|
|
|
Group: System/YaST
|
2021-01-20 08:54:50 +00:00
|
|
|
URL: https://github.com/yast/yast-reipl
|
2011-09-21 15:33:23 +00:00
|
|
|
|
2013-10-08 13:04:30 +00:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2011-09-21 15:33:23 +00:00
|
|
|
|
2012-01-12 15:43:46 +00:00
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: yast2
|
2019-06-04 15:17:15 +00:00
|
|
|
BuildRequires: yast2-devtools >= 4.2.2
|
2019-08-22 15:04:26 +00:00
|
|
|
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
|
|
|
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake)
|
2011-09-21 15:33:23 +00:00
|
|
|
|
2019-06-04 15:17:15 +00:00
|
|
|
PreReq: %fillup_prereq
|
|
|
|
Requires: yast2-ruby-bindings >= 1.0.0
|
2011-09-28 20:44:02 +00:00
|
|
|
# Wizard::SetDesktopTitleAndIcon
|
|
|
|
Requires: yast2 >= 2.21.22
|
2016-10-04 10:54:16 +00:00
|
|
|
# needed for chreipl and lsreipl commands
|
|
|
|
Requires: s390-tools
|
2011-09-21 15:33:23 +00:00
|
|
|
|
2020-03-30 15:10:13 +00:00
|
|
|
Supplements: yast2-s390
|
|
|
|
|
2019-06-04 15:17:15 +00:00
|
|
|
ExclusiveArch: s390 s390x
|
2008-09-30 02:58:46 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Module for loading IPL from running system on S/390
|
|
|
|
|
|
|
|
%prep
|
2019-06-04 15:17:15 +00:00
|
|
|
%setup -q
|
2008-09-30 02:58:46 +00:00
|
|
|
|
2017-04-10 08:56:02 +00:00
|
|
|
%check
|
2019-06-04 15:17:15 +00:00
|
|
|
%yast_check
|
2017-04-10 08:56:02 +00:00
|
|
|
|
2008-09-30 02:58:46 +00:00
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2019-06-04 15:17:15 +00:00
|
|
|
%yast_install
|
|
|
|
%yast_metainfo
|
2008-09-30 02:58:46 +00:00
|
|
|
|
|
|
|
%post
|
|
|
|
%{fillup_only -ns security checksig}
|
|
|
|
|
|
|
|
%files
|
2019-06-04 15:17:15 +00:00
|
|
|
%{yast_clientdir}
|
|
|
|
%{yast_moduledir}
|
|
|
|
%{yast_desktopdir}
|
|
|
|
%{yast_metainfodir}
|
|
|
|
%{yast_yncludedir}
|
|
|
|
%doc %{yast_docdir}
|
2018-10-23 15:03:28 +00:00
|
|
|
%license COPYING
|
2011-09-21 15:33:23 +00:00
|
|
|
|
2008-09-30 02:58:46 +00:00
|
|
|
%changelog
|