Blame SPECS/kdump-anaconda-addon.spec

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