From 081050b22bb4f670b9d0eedc7089c252ac63befb09ead34e23ba3376ea90f446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Sat, 4 May 2024 02:29:46 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main yast2-reipl revision 83b6bf726d258abbee289fad8b6f891a --- .gitattributes | 23 ++++ yast2-reipl-4.6.0.tar.bz2 | 3 + yast2-reipl.changes | 275 ++++++++++++++++++++++++++++++++++++++ yast2-reipl.spec | 73 ++++++++++ 4 files changed, 374 insertions(+) create mode 100644 .gitattributes create mode 100644 yast2-reipl-4.6.0.tar.bz2 create mode 100644 yast2-reipl.changes create mode 100644 yast2-reipl.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/yast2-reipl-4.6.0.tar.bz2 b/yast2-reipl-4.6.0.tar.bz2 new file mode 100644 index 0000000..c6c7be5 --- /dev/null +++ b/yast2-reipl-4.6.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c15f5884fa3384f6490b1f9902667cf4f982005a09ad4acc44493667abf183 +size 20340 diff --git a/yast2-reipl.changes b/yast2-reipl.changes new file mode 100644 index 0000000..61aa9db --- /dev/null +++ b/yast2-reipl.changes @@ -0,0 +1,275 @@ +------------------------------------------------------------------- +Fri Mar 03 14:44:07 UTC 2023 - Ladislav Slezák + +- Bump version to 4.6.0 (bsc#1208913) + +------------------------------------------------------------------- +Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slezák + +- Bump version to 4.5.0 (bsc#1198109) + +------------------------------------------------------------------- +Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slezák + +- 4.4.0 (bsc#1185510) + +------------------------------------------------------------------- +Mon Mar 30 14:20:27 UTC 2020 - Stefan Hundhammer + +- Install by default if yast2-s390 is installed (bsc#1158036) +- 4.2.2 + +------------------------------------------------------------------- +Thu Aug 22 16:11:21 CEST 2019 - schubi@suse.de + +- Using rb_default_ruby_abi tag in the spec file in order to + handle several ruby versions (bsc#1146403). +- 4.2.1 + +------------------------------------------------------------------- +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 + +- Version bump (bsc#1124009) +- 4.1.0 + +------------------------------------------------------------------- +Tue Oct 23 16:45:51 CEST 2018 - schubi@suse.de + +- Fixed path to license file. Build error in bsc#1087957. +- 4.0.1 + +------------------------------------------------------------------- +Mon Aug 20 13:27:30 CEST 2018 - schubi@suse.de + +- Switched license in spec file from SPDX2 to SPDX3 format. +- Changed dir of COPYING file. + +------------------------------------------------------------------- +Fri Apr 6 18:53:27 UTC 2018 - mfilka@suse.com + +- bnc#1087957 - version bump +- 4.0.0 + +------------------------------------------------------------------- +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 + +- fix failed test after new stricker import policy and remove + unnecessary dependencies (bsc#932331) +- 3.2.1 + +------------------------------------------------------------------- +Mon Oct 17 14:44:37 UTC 2016 - jreidinger@suse.com + +- as s390-tools is only on s390 make package s390 only (bsc#951581) +- 3.2.0 + +------------------------------------------------------------------- +Tue Oct 4 09:02:29 UTC 2016 - jreidinger@suse.com + +- reduce build dependencies +- add runtime dependency on s390-tools (bsc#951581) +- 3.1.13 + +------------------------------------------------------------------- +Thu Sep 15 10:13:27 UTC 2016 - jreidinger@suse.com + +- do not print shutdown message if chreipl succeed, as it do + reboot (bnc#988379) +- 3.1.12 + +------------------------------------------------------------------- +Tue Aug 2 22:13:21 UTC 2016 - mfilka@suse.com + +- bnc#988379 + - updated message which is shown at the end of installation on + s390 +- 3.1.11 + +------------------------------------------------------------------- +Mon Jun 6 08:04:48 UTC 2016 - igonzalezsosa@suse.com + +- Stop generating autodocs (fate#320356) +- 3.1.10 + +------------------------------------------------------------------- +Fri May 13 11:26:21 UTC 2016 - igonzalezsosa@suse.com + +- Use Arch.is_zkvm method instead of using grep + to determine whether the system is running on z/KVM + (related to fate#320262) +- 3.1.9 + +------------------------------------------------------------------- +Fri Nov 13 15:01:40 UTC 2015 - jreidinger@suse.com + +- Fixed an Internal Error on z/KVM (bnc#954952) +- 3.1.8 + +------------------------------------------------------------------- +Tue Oct 27 11:56:09 UTC 2015 - jreidinger@suse.com + +- require shutdown in zKVM (bnc#943582) +- 3.1.7 + +------------------------------------------------------------------- +Mon Jan 26 13:39:42 UTC 2015 - jreidinger@suse.com + +- fixed \r character lost during conversion to Ruby + +------------------------------------------------------------------- +Thu Dec 4 09:51:20 UTC 2014 - jreidinger@suse.com + +- remove X-KDE-Library from desktop file (bnc#899104) + +------------------------------------------------------------------- +Thu Nov 6 12:41:25 CET 2014 - schubi@suse.de + +- Fixed parsing of lsreipl output (bnc#902094) +- 3.1.5 + +------------------------------------------------------------------- +Wed May 21 09:46:40 UTC 2014 - jreidinger@suse.com + +- do not call reipl mutliple time during installation + (patch by Ihno) +- 3.1.4 + +------------------------------------------------------------------- +Mon May 5 15:42:32 UTC 2014 - jreidinger@suse.com + +- call chreipl without target prefix as it is called in chroot + ( patch by Ihno ) +- 3.1.3 + +------------------------------------------------------------------- +Fri May 2 12:21:49 UTC 2014 - jreidinger@suse.com + +- adapt module to SLE12 code base (bcn#875515) ( patch by Ihno ) +- 3.1.2 + +------------------------------------------------------------------- +Wed Nov 13 15:56:18 UTC 2013 - jreidinger@suse.com + +- Add explicit COPYING file + +------------------------------------------------------------------- +Thu Sep 19 15:18:32 UTC 2013 - lslezak@suse.cz + +- do not use *.spec.in template, use *.spec file with RPM macros + instead +- 3.1.0 + +------------------------------------------------------------------- +Wed Jul 31 08:38:28 UTC 2013 - yast-devel@opensuse.org + +- converted from YCP to Ruby by YCP Killer + (https://github.com/yast/ycp-killer) +- version 3.0.0 + +------------------------------------------------------------------- +Thu Mar 29 15:51:01 CEST 2012 - jsuchome@suse.cz + +- merge proofread texts + +------------------------------------------------------------------- +Fri Jan 13 09:06:42 UTC 2012 - cfarrell@suse.com + +- license update: GPL-2.0 + SPDX format for "GPL version 2 only" + +------------------------------------------------------------------- +Wed Dec 7 10:06:31 UTC 2011 - coolo@suse.com + +- fix license to be in spdx.org format + +------------------------------------------------------------------- +Wed Sep 28 22:42:27 CEST 2011 - visnov@suse.cz + +- set dialog title +- 2.21.1 + +------------------------------------------------------------------- +Mon Sep 19 14:51:54 CEST 2011 - visnov@suse.cz + +- remove dependency on Wizard_hw +- 2.21.0 + +------------------------------------------------------------------- +Fri Aug 5 12:34:45 CEST 2011 - tgoettlicher@suse.de + +- fixed .desktop file (bnc #681249) + +------------------------------------------------------------------- +Thu Aug 4 14:54:45 CEST 2011 - jsrain@suse.cz + +- fixed categories in the .desktop-file (bnc#607047) + +------------------------------------------------------------------- +Wed Jan 13 18:56:03 CET 2010 - kmachalkova@suse.cz + +- Adjusted .desktop file(s) to wrap /sbin/yast2/ calls in xdg-su + where root privileges are needed, removed X-KDE-SubstituteUID key + (bnc#540627) + +------------------------------------------------------------------- +Mon Apr 20 12:01:39 CEST 2009 - jsrain@suse.cz + +- fixed handling of more than 26 disks (bnc #492326) +- 2.18.0 + +------------------------------------------------------------------- +Thu Apr 08 09:43:39 CEST 2009 - jsrain@suse.cz + +- fixed reboot after installation into LVM (bnc#592838) + +------------------------------------------------------------------- +Mon Feb 9 09:38:05 CET 2009 - hare@suse.de + +- Final fix for reboot (bnc#471522) + +------------------------------------------------------------------- +Fri Feb 6 11:28:36 CET 2009 - jsrain@suse.cz + +- fixed rebooting (bnc #471522) +- 2.17.3 + +------------------------------------------------------------------- +Fri Oct 31 13:23:47 CET 2008 - jsrain@suse.cz + +- do not rely on bootloader module being initialized (bnc #440261) +- 2.17.2 + +------------------------------------------------------------------- +Mon Oct 27 13:52:16 CET 2008 - jsrain@suse.cz + +- added more verbose logging +- 2.17.1 + +------------------------------------------------------------------- +Thu Sep 11 13:18:49 CEST 2008 - locilka@suse.cz + +- Added reipl_finish to be called from installation. +- Added reipl_bootloader_finish to be called from bootloader. +- Fixed help texts - one gettext message for one

...

. +- 2.17.0 + +------------------------------------------------------------------- +Thu Sep 11 13:18:34 CEST 2008 - uli@suse.de + +- Initial version + diff --git a/yast2-reipl.spec b/yast2-reipl.spec new file mode 100644 index 0000000..0d40128 --- /dev/null +++ b/yast2-reipl.spec @@ -0,0 +1,73 @@ +# +# spec file for package yast2-reipl +# +# Copyright (c) 2023 SUSE LLC +# +# 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. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: yast2-reipl +Version: 4.6.0 +Release: 0 +Summary: YaST2 - IPL loader +License: GPL-2.0-only +Group: System/YaST +URL: https://github.com/yast/yast-reipl + +Source0: %{name}-%{version}.tar.bz2 + +BuildRequires: update-desktop-files +BuildRequires: yast2 +BuildRequires: yast2-devtools >= 4.2.2 +BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) +BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) + +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 + +Supplements: yast2-s390 + +ExclusiveArch: s390 s390x + +%description +Module for loading IPL from running system on S/390 + +%prep +%setup -q + +%check +%yast_check + +%build + +%install +%yast_install +%yast_metainfo + +%post +%{fillup_only -ns security checksig} + +%files +%{yast_clientdir} +%{yast_moduledir} +%{yast_desktopdir} +%{yast_metainfodir} +%{yast_yncludedir} +%doc %{yast_docdir} +%license COPYING + +%changelog