kdump-anaconda-addon/kdump-anaconda-addon.spec
yangl777 4ccda1a1c3 enable test
(cherry picked from commit 145d40fcb9bcd3a715af17180e27b85e3b67f53c)
2023-03-10 15:47:37 +08:00

97 lines
2.9 KiB
RPMSpec

Name: kdump-anaconda-addon
Version: 005
Release: 10
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
Patch0: update-translation-files.patch
Patch1: set-helpFile-for-the-kdump-spoke.patch
Patch2: deleteing-the-untranslated-po-files.patch
Patch3: delete-old-files-before-updating-new-addon.patch
Patch4: dont-mix-tabs-and-spaces-for-indentation.patch
Patch5: add-kdump-spoke-icon.patch
Patch6: update-kdump-svg-again.patch
Patch7: update-kdump-icon.patch
Patch8: use-mizmo-replacement-icon-for-kdump-addon.patch
Patch9: call-getMemoryBounds-to-the-match-method.patch
Patch10: dont-put-options-after-the-end-of-the-addon-section.patch
Patch11: adapt-to-blivet-2-0-API.patch
Patch12: show-range-of-valid-reserved-memory-values-in-TUI.patch
Patch13: dont-call-pyanaconda-function-for-total-memory.patch
Patch14: fix-bug-1053550.patch
Patch15: add-support-for-new-Anaconda-addon-methods.patch
Patch16: fix-an-unknown-error.patch
Patch17: pykickstart3-support.patch
Patch18: fix-import-after-Anaconda-refactoring.patch
Patch19: use-anaconda-bootloader-module-for-boot-options-setting.patch
Patch20: make-it-possible-to-prevent-systemctl-invocation.patch
Patch21: remove-install-classes.patch
Patch22: add-some-unit-tests.patch
Patch23: fix-an-unittest-error.patch
Patch24: replace-getSysroot.patch
Patch25: use-kernel-arguments-instead-of-cmdline.patch
Patch26: dont-use-the-local-storage-object.patch
BuildRequires: intltool gettext git python3-nose 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 -Sgit
%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
* Thu Mar 09 2023 yanglu<yanglu72@h-partners.com> - 005-10
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:enable test
* Wed Feb 10 2021 chenjialong<chenjialong@huawei.com> - 005-9
- Type:NA
- ID:NA
- SUG:NA
- DESC:rebuild.
* Mon Sep 28 2020 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 005-3
- backport some patches from 20.09 branch
* 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.