105 lines
3.3 KiB
RPMSpec
105 lines
3.3 KiB
RPMSpec
|
|
Name: kdump-anaconda-addon
|
|
Version: 005
|
|
Release: 11
|
|
Summary: Anaconda addon for configuring kdump.
|
|
License: GPLv2
|
|
URL: https://github.com/daveyoung/kdump-anaconda-addon
|
|
Source0: https://github.com/daveyoung/kdump-anaconda-addon/archive/%{version}.tar.gz
|
|
|
|
Patch6000: update-translation-files.patch
|
|
Patch6001: set-helpFile-for-the-kdump-spoke.patch
|
|
Patch6002: deleteing-the-untranslated-po-files.patch
|
|
Patch6003: delete-old-files-before-updating-new-addon.patch
|
|
Patch6004: dont-mix-tabs-and-spaces-for-indentation.patch
|
|
Patch6005: add-kdump-spoke-icon.patch
|
|
Patch6006: update-kdump-svg-again.patch
|
|
Patch6007: update-kdump-icon.patch
|
|
Patch6008: use-mizmo-replacement-icon-for-kdump-addon.patch
|
|
Patch6009: call-getMemoryBounds-to-the-match-method.patch
|
|
Patch6010: dont-put-options-after-the-end-of-the-addon-section.patch
|
|
Patch6011: adapt-to-blivet-2-0-API.patch
|
|
Patch6012: show-range-of-valid-reserved-memory-values-in-TUI.patch
|
|
Patch6013: dont-call-pyanaconda-function-for-total-memory.patch
|
|
Patch6014: fix-bug-1053550.patch
|
|
Patch6015: add-support-for-new-Anaconda-addon-methods.patch
|
|
Patch6016: fix-an-unknown-error.patch
|
|
Patch6017: pykickstart3-support.patch
|
|
Patch6018: fix-import-after-Anaconda-refactoring.patch
|
|
Patch6019: use-anaconda-bootloader-module-for-boot-options-setting.patch
|
|
Patch6020: make-it-possible-to-prevent-systemctl-invocation.patch
|
|
Patch6021: remove-install-classes.patch
|
|
Patch6022: add-some-unit-tests.patch
|
|
Patch6023: fix-an-unittest-error.patch
|
|
Patch6024: replace-getSysroot.patch
|
|
Patch6025: use-kernel-arguments-instead-of-cmdline.patch
|
|
Patch6026: dont-use-the-local-storage-object.patch
|
|
Patch6027: backport-use-pytest-to-run-the-unittests.patch
|
|
|
|
BuildRequires: intltool gettext python3-pytest python3-blivet anaconda >= 29.24
|
|
Requires: anaconda >= 29.24 hicolor-icon-theme
|
|
|
|
Obsoletes: kexec-tools-anaconda-addon < 2.0.17-9
|
|
Provides: kexec-tools-anaconda-addon = %{version}-%{release}
|
|
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
This is an anaconda addon for configuring kdump. To use, copy the
|
|
com_redhat_kdump directory into /usr/share/anaconda/addons on your
|
|
installation media.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
%make_install
|
|
%find_lang kdump-anaconda-addon
|
|
|
|
%check
|
|
make unittest
|
|
|
|
%pre
|
|
|
|
%preun
|
|
|
|
%post
|
|
|
|
%postun
|
|
|
|
%files -f kdump-anaconda-addon.lang
|
|
%doc README
|
|
%license LICENSE
|
|
%{_datadir}/anaconda/addons/com_redhat_kdump
|
|
%{_datadir}/icons/hicolor/scalable/apps/kdump.svg
|
|
|
|
%changelog
|
|
* Mon Jun 06 2022 yanglu <yanglu72@h-partners.com> - 005-11
|
|
- DESC: enable make check
|
|
|
|
* Thu Apr 28 2021 yanglu <yanglu72@h-partners.com> - 005-10
|
|
- DESC: rebuild package
|
|
|
|
* Mon Aug 09 2021 chenyanpanHW <chenyanpan@huawei.com> - 005-6
|
|
- DESC: delete -Sgit from autosetup, and delete BuildRequires git
|
|
|
|
* Sat Aug 7 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 005-5
|
|
- revert "update version to 006"
|
|
|
|
* Wed Jul 7 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 006-1
|
|
- update version to 006
|
|
|
|
* Tue Sep 8 2020 wangchen <wangchen137@huawei.com> - 005-4
|
|
- modify the URL of Source0.
|
|
|
|
* Wed Jul 1 2020 fengtao <fengtao40@huawei.com> - 005-3
|
|
- backport some patches.
|
|
|
|
* Mon Oct 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 005-2
|
|
- Package rebuild.
|
|
|
|
* Sat Oct 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 005-1
|
|
- Package init.
|