import kdump-anaconda-addon-003-2.20181107git443d7ed.el8

This commit is contained in:
CentOS Sources 2019-08-02 04:17:21 -04:00 committed by Stepan Oksanichenko
commit b32735aa93
3 changed files with 47 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
SOURCES/kdump-anaconda-addon-443d7ed.tar.gz

View File

@ -0,0 +1 @@
0eee1b21baa478d8ce333a7d894721d409e0e7fd SOURCES/kdump-anaconda-addon-443d7ed.tar.gz

View File

@ -0,0 +1,45 @@
%global gitcommit 443d7ed6d232976723fbc5760ede809032b45030
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
%global snapshotdate 20181107
Name: kdump-anaconda-addon
Version: 003
Release: 2.%{snapshotdate}git%{gitshortcommit}%{?dist}
Url: https://github.com/daveyoung/kdump-anaconda-addon
License: GPLv2
Summary: Kdump configuration anaconda addon
BuildArch: noarch
Requires: anaconda >= 21.33
Requires: hicolor-icon-theme
BuildRequires: intltool gettext
Obsoletes: kexec-tools-anaconda-addon < 2.0.17-12
Provides: kexec-tools-anaconda-addon = %{version}-%{release}
Source0: https://github.com/daveyoung/kdump-anaconda-addon/archive/%{gitcommit}/kdump-anaconda-addon-%{gitshortcommit}.tar.gz
%description
Kdump anaconda addon
%prep
%autosetup -n %{name}-%{gitcommit}
%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}/icons/hicolor/scalable/apps/kdump.svg
%changelog
* Wed Nov 07 2018 Kairui Song <kasong@redhat.com> - 003-2.20181107git443d7ed
- Define help_id for Kdump spokes (#1637546)
* Wed Aug 29 2018 Kairui Song <kasong@redhat.com> - 003-1.20180730git06ad891
- Initial package for kdump-anaconda-addon