diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..35ef8f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/kdump-anaconda-addon-a0c4527.tar.gz diff --git a/.kdump-anaconda-addon.metadata b/.kdump-anaconda-addon.metadata new file mode 100644 index 0000000..87943cb --- /dev/null +++ b/.kdump-anaconda-addon.metadata @@ -0,0 +1 @@ +a6b48abab14bb2fc0902d4c56182469a75db0a54 SOURCES/kdump-anaconda-addon-a0c4527.tar.gz diff --git a/SPECS/kdump-anaconda-addon.spec b/SPECS/kdump-anaconda-addon.spec new file mode 100644 index 0000000..4640d21 --- /dev/null +++ b/SPECS/kdump-anaconda-addon.spec @@ -0,0 +1,48 @@ +%global gitcommit a0c452714052ab1f1d70403448f766c1eaa9f84a +%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) +%global snapshotdate 20200526 + +Name: kdump-anaconda-addon +Version: 003 +Release: 3.%{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 +* 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