|
|
4bf7d8 |
%global gitcommit 960325885aa3b2b2b0af8343951ea86dcacec27a
|
|
|
4bf7d8 |
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
|
|
|
4bf7d8 |
%global snapshotdate 20220128
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
Name: kdump-anaconda-addon
|
|
|
4bf7d8 |
Version: 006
|
|
|
4bf7d8 |
Release: 13.%{snapshotdate}git%{gitshortcommit}%{?dist}
|
|
|
4bf7d8 |
Url: https://github.com/daveyoung/kdump-anaconda-addon
|
|
|
4bf7d8 |
License: GPLv2
|
|
|
4bf7d8 |
Summary: Kdump configuration anaconda addon
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
BuildArch: noarch
|
|
|
4bf7d8 |
Requires: anaconda >= 34.25
|
|
|
4bf7d8 |
Requires: hicolor-icon-theme
|
|
|
4bf7d8 |
BuildRequires: intltool gettext
|
|
|
4bf7d8 |
BuildRequires: make
|
|
|
4bf7d8 |
Obsoletes: kexec-tools-anaconda-addon < 2.0.17-9
|
|
|
4bf7d8 |
Provides: kexec-tools-anaconda-addon = %{version}-%{release}
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
Source0: https://github.com/daveyoung/kdump-anaconda-addon/archive/%{gitcommit}/kdump-anaconda-addon-%{gitshortcommit}.tar.gz
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
Patch1: 0001.patch
|
|
|
4bf7d8 |
Patch2: 0002.patch
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
%description
|
|
|
4bf7d8 |
Kdump anaconda addon
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
%prep
|
|
|
4bf7d8 |
%autosetup -n %{name}-%{gitcommit} -p1
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
%build
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
%install
|
|
|
4bf7d8 |
%make_install
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
%find_lang kdump-anaconda-addon
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
%files -f kdump-anaconda-addon.lang
|
|
|
4bf7d8 |
%doc README
|
|
|
4bf7d8 |
%license LICENSE
|
|
|
4bf7d8 |
%{_datadir}/anaconda/addons/com_redhat_kdump
|
|
|
4bf7d8 |
%{_datadir}/anaconda/dbus/confs/org.fedoraproject.Anaconda.Addons.Kdump.conf
|
|
|
4bf7d8 |
%{_datadir}/anaconda/dbus/services/org.fedoraproject.Anaconda.Addons.Kdump.service
|
|
|
4bf7d8 |
%{_datadir}/icons/hicolor/scalable/apps/kdump.svg
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
%changelog
|
|
|
4bf7d8 |
* Thu Jan 20 2022 Coiby <coxu@redhat.com> - 006-1.20220128git9603258
|
|
|
4bf7d8 |
- Update to latest git snapshot (20220128). Resolves: bz2046612
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Thu Jan 20 2022 Coiby <coxu@redhat.com> - 006-1.20220120git44fe737
|
|
|
4bf7d8 |
- Update to latest git snapshot (20220120). Resolves: bz2003131
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Thu Jan 13 2022 Coiby <coxu@redhat.com> - 006-1.20220113git4c5a91d
|
|
|
4bf7d8 |
- Update to latest git snapshot (20220113). Resolves: bz2034491
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Thu Oct 14 2021 Kairui Song <kasong@redhat.com> - 006-10.20211014git641a7b7
|
|
|
4bf7d8 |
- Update to latest git snapshot, update encryption warning message. Resolves: bz1999662
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Thu Aug 19 2021 Kairui Song <kasong@redhat.com> - 006-9.20210819git2026d20
|
|
|
4bf7d8 |
- Update to latest git snapshot, fix encryption warning still present after disabling encryption. Resolves: bz1937035
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Wed Aug 18 2021 Kairui Song <kasong@redhat.com> - 006-8.20210818git400359b
|
|
|
4bf7d8 |
- Update to latest git snapshot, fix installation failure when reuse old partition. Resolves: bz1937035
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Thu Aug 12 2021 Kairui Song <kasong@redhat.com> - 006-7.20210812git5b74c1d
|
|
|
4bf7d8 |
- Update to latest git snapshot, fix kdump spoke is incomplete after luks device is deleted. Resolves: bz1937035
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 006-6.20210805gitce26db0
|
|
|
4bf7d8 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
4bf7d8 |
Related: rhbz#1991688
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Thu Aug 05 2021 Kairui Song <kasong@redhat.com> - 006-5.20210805gitce26db0
|
|
|
4bf7d8 |
- Update to latest git snapshot, automated installation won't be blocked. Resolves: bz1986969
|
|
|
4bf7d8 |
- Update RHEL only patch, fix inst.kdump_addon=0 not working issue. Resolves: bz1986942
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Wed Jul 21 2021 Kairui Song <kasong@redhat.com> - 006-4.20210721gitd046d22
|
|
|
4bf7d8 |
- Update to latest git snapshot (20210721). Resolves: bz1937035, bz1959203
|
|
|
4bf7d8 |
- Apply RHEL only patch to enable kdump by default
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 006-3.20201128git4ba507e
|
|
|
4bf7d8 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 006-2.20201128git4ba507e
|
|
|
4bf7d8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Sat Nov 28 2020 Kairui Song <kasong@redhat.com> - 006-1.20201128git4ba507e
|
|
|
4bf7d8 |
- Update to latest git snapshot (20201128)
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 005-9.20200220git80aab11
|
|
|
4bf7d8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Thu Feb 20 2020 Kairui Song <kasong@redhat.com> - 005-8.20200220git80aab11
|
|
|
4bf7d8 |
- Update to latest git snapshot (20200220)
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Tue Jan 14 2020 Kairui Song <kasong@redhat.com> - 005-7.20200114git122ccd9
|
|
|
4bf7d8 |
- Update to latest git snapshot (20200114)
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Wed Aug 7 2019 Kairui Song <kasong@redhat.com> - 005-6.20190730gitc109552
|
|
|
4bf7d8 |
- Update to latest git snapshot (20190723)
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 005-5.20190103gitb16ea2c
|
|
|
4bf7d8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 005-4.20190103gitb16ea2c
|
|
|
4bf7d8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Thu Jan 3 2019 Kairui Song <kasong@redhat.com> - 005-3.20190103gitb16ea2c
|
|
|
4bf7d8 |
- Update to latest git snapshot (20190103)
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Tue Aug 7 2018 Kairui Song <kasong@redhat.com> - 005-2.20180730git966223e
|
|
|
4bf7d8 |
- Bump obsoleted kexec-tools-anaconda-addon version
|
|
|
4bf7d8 |
- Remove redundant source files
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Tue Aug 7 2018 Kairui Song <kasong@redhat.com> - 005-1.20180730git966223e
|
|
|
4bf7d8 |
- Update to latest git snapshot (20180730)
|
|
|
4bf7d8 |
|
|
|
4bf7d8 |
* Mon Jul 9 2018 Kairui Song <kasong@redhat.com> - 005-1.20180626git8b243e3
|
|
|
4bf7d8 |
- Initial package for kdump-anaconda-addon
|