From 3d07b6dc6455f77662e8e6e3ed870d241cd36cba Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 8 Nov 2022 01:42:22 -0500 Subject: [PATCH] import kdump-anaconda-addon-003-8.20220519gitffd365e.el8 --- .gitignore | 1 + .kdump-anaconda-addon.metadata | 1 + SPECS/kdump-anaconda-addon.spec | 63 +++++++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 .gitignore create mode 100644 .kdump-anaconda-addon.metadata create mode 100644 SPECS/kdump-anaconda-addon.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d82b33d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/kdump-anaconda-addon-ffd365e.tar.gz diff --git a/.kdump-anaconda-addon.metadata b/.kdump-anaconda-addon.metadata new file mode 100644 index 0000000..aaeba13 --- /dev/null +++ b/.kdump-anaconda-addon.metadata @@ -0,0 +1 @@ +683f2874ba7eecb5208b86fa2253caadf3215a6e SOURCES/kdump-anaconda-addon-ffd365e.tar.gz diff --git a/SPECS/kdump-anaconda-addon.spec b/SPECS/kdump-anaconda-addon.spec new file mode 100644 index 0000000..74b480b --- /dev/null +++ b/SPECS/kdump-anaconda-addon.spec @@ -0,0 +1,63 @@ +%global gitcommit ffd365e8b1885b6f7dd285685f3b94ac0bc83e52 +%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) +%global snapshotdate 20220519 + +Name: kdump-anaconda-addon +Version: 003 +Release: 8.%{snapshotdate}git%{gitshortcommit}%{?dist} +Url: https://github.com/daveyoung/kdump-anaconda-addon +License: GPLv2 +Summary: Kdump configuration anaconda addon + +BuildArch: noarch +Requires: anaconda >= 32.18 +Requires: hicolor-icon-theme +BuildRequires: intltool gettext +Obsoletes: kexec-tools-anaconda-addon < 2.0.17-12 +Provides: kexec-tools-anaconda-addon = %{version}-%{release} + +Source0: https://github.com/daveyoung/kdump-anaconda-addon/archive/%{gitcommit}/kdump-anaconda-addon-%{gitshortcommit}.tar.gz + +%description +Kdump anaconda addon + +%prep +%autosetup -n %{name}-%{gitcommit} + +%build + +%install +%make_install + +%find_lang kdump-anaconda-addon + +%files -f kdump-anaconda-addon.lang +%doc README +%license LICENSE +%{_datadir}/anaconda/addons/com_redhat_kdump +%{_datadir}/icons/hicolor/scalable/apps/kdump.svg + +%changelog +* Thu May 19 2022 Coiby Xu - 003-8.20220519gitffd365e +- return False instead of None for the mandatory property + +* Thu Oct 21 2021 Kairui Song - 003-7.20211021gitcb5edde +- Warn the user when encrypted storage is in-use + +* Thu Feb 04 2021 Kairui Song - 003-6.20210204git43c39c1 +- Set default crashkernel value to 'auto' + +* Mon Aug 10 2020 Kairui Song - 003-5.20200810git0202fa1 +- Update kdump icon + +* Fri Jul 10 2020 Kairui Song - 003-4.20200526gita0c4527 +- Fix CI gating + +* Tue May 26 2020 Kairui Song - 003-3.20200526gita0c4527 +- Rebase to latest upstream + +* Wed Nov 07 2018 Kairui Song - 003-2.20181107git443d7ed +- Define help_id for Kdump spokes (#1637546) + +* Wed Aug 29 2018 Kairui Song - 003-1.20180730git06ad891 +- Initial package for kdump-anaconda-addon