kdump-anaconda-addon/kdump-anaconda-addon.spec

105 lines
3.3 KiB
RPMSpec
Raw Normal View History

2019-11-06 19:35:00 +08:00
Name: kdump-anaconda-addon
2021-08-07 10:31:04 +08:00
Version: 005
2022-06-06 14:25:27 +08:00
Release: 11
2019-11-06 19:35:00 +08:00
Summary: Anaconda addon for configuring kdump.
License: GPLv2
URL: https://github.com/daveyoung/kdump-anaconda-addon
2020-09-08 18:44:41 +08:00
Source0: https://github.com/daveyoung/kdump-anaconda-addon/archive/%{version}.tar.gz
2020-07-01 17:34:03 +08:00
2021-08-07 10:31:04 +08:00
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
2022-06-06 14:25:27 +08:00
Patch6027: backport-use-pytest-to-run-the-unittests.patch
2021-08-07 10:31:04 +08:00
2022-06-06 14:25:27 +08:00
BuildRequires: intltool gettext python3-pytest python3-blivet anaconda >= 29.24
2019-11-06 19:35:00 +08:00
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
2019-11-06 19:35:00 +08:00
%build
%install
%make_install
%find_lang kdump-anaconda-addon
%check
2022-06-06 14:25:27 +08:00
make unittest
2019-11-06 19:35:00 +08:00
%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
2022-06-06 14:25:27 +08:00
* 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
2022-06-06 14:25:27 +08:00
- DESC: delete -Sgit from autosetup, and delete BuildRequires git
2021-08-07 10:31:04 +08:00
* Sat Aug 7 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 005-5
- revert "update version to 006"
2021-07-07 11:16:30 +08:00
* Wed Jul 7 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 006-1
- update version to 006
2020-09-08 18:44:41 +08:00
* Tue Sep 8 2020 wangchen <wangchen137@huawei.com> - 005-4
- modify the URL of Source0.
2020-07-01 17:34:03 +08:00
* Wed Jul 1 2020 fengtao <fengtao40@huawei.com> - 005-3
- backport some patches.
2019-11-06 19:35:00 +08:00
* 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.