import kdump-anaconda-addon-003-3.20200526gita0c4527.el8

This commit is contained in:
CentOS Sources 2020-07-28 09:42:52 -04:00 committed by Stepan Oksanichenko
parent b32735aa93
commit 0172ae7034
3 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View File

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

View File

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

View File

@ -1,16 +1,16 @@
%global gitcommit 443d7ed6d232976723fbc5760ede809032b45030
%global gitcommit a0c452714052ab1f1d70403448f766c1eaa9f84a
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
%global snapshotdate 20181107
%global snapshotdate 20200526
Name: kdump-anaconda-addon
Version: 003
Release: 2.%{snapshotdate}git%{gitshortcommit}%{?dist}
Release: 3.%{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: anaconda >= 32.18
Requires: hicolor-icon-theme
BuildRequires: intltool gettext
Obsoletes: kexec-tools-anaconda-addon < 2.0.17-12
@ -38,6 +38,9 @@ Kdump anaconda addon
%{_datadir}/icons/hicolor/scalable/apps/kdump.svg
%changelog
* Tue May 26 2020 Kairui Song <kasong@redhat.com> - 003-3.20200526gita0c4527
- Rebase to latest upstream
* Wed Nov 07 2018 Kairui Song <kasong@redhat.com> - 003-2.20181107git443d7ed
- Define help_id for Kdump spokes (#1637546)