import kdump-anaconda-addon-003-8.20220519gitffd365e.el8

This commit is contained in:
CentOS Sources 2022-11-08 01:42:22 -05:00 committed by Stepan Oksanichenko
parent 1a378a50bb
commit 5541b1a801
3 changed files with 8 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/kdump-anaconda-addon-cb5edde.tar.gz
SOURCES/kdump-anaconda-addon-ffd365e.tar.gz

View File

@ -1 +1 @@
7918a38ad7a839ad43ac9b4cbb6d22da65ec6442 SOURCES/kdump-anaconda-addon-cb5edde.tar.gz
683f2874ba7eecb5208b86fa2253caadf3215a6e SOURCES/kdump-anaconda-addon-ffd365e.tar.gz

View File

@ -1,10 +1,10 @@
%global gitcommit cb5edde7f5b53d3c7d03d40dae325348c3e2476b
%global gitcommit ffd365e8b1885b6f7dd285685f3b94ac0bc83e52
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
%global snapshotdate 20211021
%global snapshotdate 20220519
Name: kdump-anaconda-addon
Version: 003
Release: 7.%{snapshotdate}git%{gitshortcommit}%{?dist}
Release: 8.%{snapshotdate}git%{gitshortcommit}%{?dist}
Url: https://github.com/daveyoung/kdump-anaconda-addon
License: GPLv2
Summary: Kdump configuration anaconda addon
@ -38,6 +38,9 @@ Kdump anaconda addon
%{_datadir}/icons/hicolor/scalable/apps/kdump.svg
%changelog
* Thu May 19 2022 Coiby Xu <coxu@redhat.com> - 003-8.20220519gitffd365e
- return False instead of None for the mandatory property
* Thu Oct 21 2021 Kairui Song <kasong@redhat.com> - 003-7.20211021gitcb5edde
- Warn the user when encrypted storage is in-use