Update to support new `crashkernel.default` kernel file, add support for encrypted device detection. Also apply RHEL only patch which enable kdump by default. Resolves: bz1937035, bz1959203 Signed-off-by: Kairui Song <kasong@redhat.com>
90 lines
3.2 KiB
RPMSpec
90 lines
3.2 KiB
RPMSpec
%global gitcommit d046d22af07c2613417ce31c27952f771c12922b
|
|
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
|
|
%global snapshotdate 20210721
|
|
|
|
Name: kdump-anaconda-addon
|
|
Version: 006
|
|
Release: 4.%{snapshotdate}git%{gitshortcommit}%{?dist}
|
|
Url: https://github.com/daveyoung/kdump-anaconda-addon
|
|
License: GPLv2
|
|
Summary: Kdump configuration anaconda addon
|
|
|
|
BuildArch: noarch
|
|
Requires: anaconda >= 34.25
|
|
Requires: hicolor-icon-theme
|
|
BuildRequires: intltool gettext
|
|
BuildRequires: make
|
|
Obsoletes: kexec-tools-anaconda-addon < 2.0.17-9
|
|
Provides: kexec-tools-anaconda-addon = %{version}-%{release}
|
|
|
|
Source0: https://github.com/daveyoung/kdump-anaconda-addon/archive/%{gitcommit}/kdump-anaconda-addon-%{gitshortcommit}.tar.gz
|
|
|
|
Patch1: 0001.patch
|
|
Patch2: 0002.patch
|
|
|
|
%description
|
|
Kdump anaconda addon
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{gitcommit} -p1
|
|
|
|
%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}/anaconda/dbus/confs/org.fedoraproject.Anaconda.Addons.Kdump.conf
|
|
%{_datadir}/anaconda/dbus/services/org.fedoraproject.Anaconda.Addons.Kdump.service
|
|
%{_datadir}/icons/hicolor/scalable/apps/kdump.svg
|
|
|
|
%changelog
|
|
* Wed Jul 21 2021 Kairui Song <kasong@redhat.com> - 006-4.20210721gitd046d22
|
|
- Update to latest git snapshot (20210721). Resolves: bz1937035, bz1959203
|
|
- Apply RHEL only patch to enable kdump by default
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 006-3.20201128git4ba507e
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 006-2.20201128git4ba507e
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
* Sat Nov 28 2020 Kairui Song <kasong@redhat.com> - 006-1.20201128git4ba507e
|
|
- Update to latest git snapshot (20201128)
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 005-9.20200220git80aab11
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
* Thu Feb 20 2020 Kairui Song <kasong@redhat.com> - 005-8.20200220git80aab11
|
|
- Update to latest git snapshot (20200220)
|
|
|
|
* Tue Jan 14 2020 Kairui Song <kasong@redhat.com> - 005-7.20200114git122ccd9
|
|
- Update to latest git snapshot (20200114)
|
|
|
|
* Wed Aug 7 2019 Kairui Song <kasong@redhat.com> - 005-6.20190730gitc109552
|
|
- Update to latest git snapshot (20190723)
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 005-5.20190103gitb16ea2c
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 005-4.20190103gitb16ea2c
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Thu Jan 3 2019 Kairui Song <kasong@redhat.com> - 005-3.20190103gitb16ea2c
|
|
- Update to latest git snapshot (20190103)
|
|
|
|
* Tue Aug 7 2018 Kairui Song <kasong@redhat.com> - 005-2.20180730git966223e
|
|
- Bump obsoleted kexec-tools-anaconda-addon version
|
|
- Remove redundant source files
|
|
|
|
* Tue Aug 7 2018 Kairui Song <kasong@redhat.com> - 005-1.20180730git966223e
|
|
- Update to latest git snapshot (20180730)
|
|
|
|
* Mon Jul 9 2018 Kairui Song <kasong@redhat.com> - 005-1.20180626git8b243e3
|
|
- Initial package for kdump-anaconda-addon
|