Blame SPECS/kdump-anaconda-addon.spec

7b9fbb
%global gitcommit ffd365e8b1885b6f7dd285685f3b94ac0bc83e52
a8d592
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
7b9fbb
%global snapshotdate 20220519
a8d592
a8d592
Name: kdump-anaconda-addon
a8d592
Version: 003
7b9fbb
Release: 8.%{snapshotdate}git%{gitshortcommit}%{?dist}
a8d592
Url: https://github.com/daveyoung/kdump-anaconda-addon
a8d592
License: GPLv2
a8d592
Summary: Kdump configuration anaconda addon
a8d592
a8d592
BuildArch: noarch
58571c
Requires: anaconda >= 32.18
a8d592
Requires: hicolor-icon-theme
a8d592
BuildRequires: intltool gettext
a8d592
Obsoletes: kexec-tools-anaconda-addon < 2.0.17-12
a8d592
Provides: kexec-tools-anaconda-addon = %{version}-%{release}
a8d592
a8d592
Source0: https://github.com/daveyoung/kdump-anaconda-addon/archive/%{gitcommit}/kdump-anaconda-addon-%{gitshortcommit}.tar.gz
a8d592
a8d592
%description
a8d592
Kdump anaconda addon
a8d592
a8d592
%prep
a8d592
%autosetup -n %{name}-%{gitcommit}
a8d592
a8d592
%build
a8d592
a8d592
%install
a8d592
%make_install
a8d592
a8d592
%find_lang kdump-anaconda-addon
a8d592
a8d592
%files -f kdump-anaconda-addon.lang
a8d592
%doc README
a8d592
%license LICENSE
a8d592
%{_datadir}/anaconda/addons/com_redhat_kdump
a8d592
%{_datadir}/icons/hicolor/scalable/apps/kdump.svg
a8d592
a8d592
%changelog
7b9fbb
* Thu May 19 2022 Coiby Xu <coxu@redhat.com> - 003-8.20220519gitffd365e
7b9fbb
- return False instead of None for the mandatory property
7b9fbb
b7df2e
* Thu Oct 21 2021 Kairui Song <kasong@redhat.com> - 003-7.20211021gitcb5edde
b7df2e
- Warn the user when encrypted storage is in-use
b7df2e
7a3b1c
* Thu Feb 04 2021 Kairui Song <kasong@redhat.com> - 003-6.20210204git43c39c1
7a3b1c
- Set default crashkernel value to 'auto'
7a3b1c
7a3b1c
* Mon Aug 10 2020 Kairui Song <kasong@redhat.com> - 003-5.20200810git0202fa1
7a3b1c
- Update kdump icon
7a3b1c
7a3b1c
* Fri Jul 10 2020 Kairui Song <kasong@redhat.com> - 003-4.20200526gita0c4527
7a3b1c
- Fix CI gating
7a3b1c
58571c
* Tue May 26 2020 Kairui Song <kasong@redhat.com> - 003-3.20200526gita0c4527
58571c
- Rebase to latest upstream
58571c
a8d592
* Wed Nov 07 2018 Kairui Song <kasong@redhat.com> - 003-2.20181107git443d7ed
a8d592
- Define help_id for Kdump spokes (#1637546)
a8d592
a8d592
* Wed Aug 29 2018 Kairui Song <kasong@redhat.com> - 003-1.20180730git06ad891
a8d592
- Initial package for kdump-anaconda-addon