Auto sync2gitlab import of kdump-anaconda-addon-003-7.20211021gitcb5edde.el8.src.rpm
This commit is contained in:
parent
e46c8bf0c9
commit
6e0b4ee8a1
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/kdump-anaconda-addon-cb5edde.tar.gz
|
||||
60
kdump-anaconda-addon.spec
Normal file
60
kdump-anaconda-addon.spec
Normal file
@ -0,0 +1,60 @@
|
||||
%global gitcommit cb5edde7f5b53d3c7d03d40dae325348c3e2476b
|
||||
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
|
||||
%global snapshotdate 20211021
|
||||
|
||||
Name: kdump-anaconda-addon
|
||||
Version: 003
|
||||
Release: 7.%{snapshotdate}git%{gitshortcommit}%{?dist}
|
||||
Url: https://github.com/daveyoung/kdump-anaconda-addon
|
||||
License: GPLv2
|
||||
Summary: Kdump configuration anaconda addon
|
||||
|
||||
BuildArch: noarch
|
||||
Requires: anaconda >= 32.18
|
||||
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
|
||||
* Thu Oct 21 2021 Kairui Song <kasong@redhat.com> - 003-7.20211021gitcb5edde
|
||||
- Warn the user when encrypted storage is in-use
|
||||
|
||||
* Thu Feb 04 2021 Kairui Song <kasong@redhat.com> - 003-6.20210204git43c39c1
|
||||
- Set default crashkernel value to 'auto'
|
||||
|
||||
* Mon Aug 10 2020 Kairui Song <kasong@redhat.com> - 003-5.20200810git0202fa1
|
||||
- Update kdump icon
|
||||
|
||||
* Fri Jul 10 2020 Kairui Song <kasong@redhat.com> - 003-4.20200526gita0c4527
|
||||
- Fix CI gating
|
||||
|
||||
* 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)
|
||||
|
||||
* Wed Aug 29 2018 Kairui Song <kasong@redhat.com> - 003-1.20180730git06ad891
|
||||
- Initial package for kdump-anaconda-addon
|
||||
Loading…
Reference in New Issue
Block a user