import kdump-anaconda-addon-006-10.20211014git641a7b7.el9

This commit is contained in:
CentOS Sources 2021-12-07 13:07:22 -05:00 committed by Stepan Oksanichenko
parent 42cc1c80b4
commit c4b28ceb36
3 changed files with 8 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/kdump-anaconda-addon-2026d20.tar.gz
SOURCES/kdump-anaconda-addon-641a7b7.tar.gz

View File

@ -1 +1 @@
657de858b0f9e73f1d2ec7705d6737532286cb1a SOURCES/kdump-anaconda-addon-2026d20.tar.gz
1b5c4130b775abdc1a91d08324ddfae703a836e3 SOURCES/kdump-anaconda-addon-641a7b7.tar.gz

View File

@ -1,10 +1,10 @@
%global gitcommit 2026d203ea71bc4e2f35baa566e47db0b2fb9637
%global gitcommit 641a7b75c71eb080ce0a5d8bf03b94dbcb1ec6b6
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
%global snapshotdate 20210819
%global snapshotdate 20211014
Name: kdump-anaconda-addon
Version: 006
Release: 9.%{snapshotdate}git%{gitshortcommit}%{?dist}
Release: 10.%{snapshotdate}git%{gitshortcommit}%{?dist}
Url: https://github.com/daveyoung/kdump-anaconda-addon
License: GPLv2
Summary: Kdump configuration anaconda addon
@ -44,6 +44,9 @@ Kdump anaconda addon
%{_datadir}/icons/hicolor/scalable/apps/kdump.svg
%changelog
* Thu Oct 14 2021 Kairui Song <kasong@redhat.com> - 006-10.20211014git641a7b7
- Update to latest git snapshot, update encryption warning message. Resolves: bz1999662
* Thu Aug 19 2021 Kairui Song <kasong@redhat.com> - 006-9.20210819git2026d20
- Update to latest git snapshot, fix encryption warning still present after disabling encryption. Resolves: bz1937035