Blame SPECS/kdump-anaconda-addon.spec

471065
%global gitcommit 0202fa153e2d6db577a632271cb847b53b6af07e
bf7c49
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
471065
%global snapshotdate 20200810
bf7c49
bf7c49
Name: kdump-anaconda-addon
bf7c49
Version: 003
471065
Release: 5.%{snapshotdate}git%{gitshortcommit}%{?dist}
bf7c49
Url: https://github.com/daveyoung/kdump-anaconda-addon
bf7c49
License: GPLv2
bf7c49
Summary: Kdump configuration anaconda addon
bf7c49
bf7c49
BuildArch: noarch
471065
Requires: anaconda >= 32.18
bf7c49
Requires: hicolor-icon-theme
bf7c49
BuildRequires: intltool gettext
bf7c49
Obsoletes: kexec-tools-anaconda-addon < 2.0.17-12
bf7c49
Provides: kexec-tools-anaconda-addon = %{version}-%{release}
bf7c49
bf7c49
Source0: https://github.com/daveyoung/kdump-anaconda-addon/archive/%{gitcommit}/kdump-anaconda-addon-%{gitshortcommit}.tar.gz
bf7c49
bf7c49
%description
bf7c49
Kdump anaconda addon
bf7c49
bf7c49
%prep
bf7c49
%autosetup -n %{name}-%{gitcommit}
bf7c49
bf7c49
%build
bf7c49
bf7c49
%install
bf7c49
%make_install
bf7c49
bf7c49
%find_lang kdump-anaconda-addon
bf7c49
bf7c49
%files -f kdump-anaconda-addon.lang
bf7c49
%doc README
bf7c49
%license LICENSE
bf7c49
%{_datadir}/anaconda/addons/com_redhat_kdump
bf7c49
%{_datadir}/icons/hicolor/scalable/apps/kdump.svg
bf7c49
bf7c49
%changelog
471065
* Mon Aug 10 2020 Kairui Song <kasong@redhat.com> - 003-5.20200810git0202fa1
471065
- Update kdump icon
471065
471065
* Fri Jul 10 2020 Kairui Song <kasong@redhat.com> - 003-4.20200526gita0c4527
471065
- Fix CI gating
471065
471065
* Tue May 26 2020 Kairui Song <kasong@redhat.com> - 003-3.20200526gita0c4527
471065
- Rebase to latest upstream
471065
bf7c49
* Wed Nov 07 2018 Kairui Song <kasong@redhat.com> - 003-2.20181107git443d7ed
bf7c49
- Define help_id for Kdump spokes (#1637546)
bf7c49
bf7c49
* Wed Aug 29 2018 Kairui Song <kasong@redhat.com> - 003-1.20180730git06ad891
bf7c49
- Initial package for kdump-anaconda-addon