85 lines
2.6 KiB
RPMSpec
85 lines
2.6 KiB
RPMSpec
|
|
Name: kdump-anaconda-addon
|
|
Version: 005
|
|
Release: 3
|
|
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/kdump-anaconda-addon-005.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
|
|
|
|
BuildRequires: intltool gettext git
|
|
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 -Sgit
|
|
|
|
%build
|
|
|
|
%install
|
|
%make_install
|
|
%find_lang kdump-anaconda-addon
|
|
|
|
%check
|
|
|
|
%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
|
|
* 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.
|