Update to latest git snapshot
Fix encryption warning still present after disabling encryption Resolves: bz1937035 Signed-off-by: Kairui Song <kasong@redhat.com>
This commit is contained in:
parent
598c4a1c0b
commit
6829be642d
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/kdump-anaconda-addon-ce26db0.tar.gz
|
||||
/kdump-anaconda-addon-5b74c1d.tar.gz
|
||||
/kdump-anaconda-addon-400359b.tar.gz
|
||||
/kdump-anaconda-addon-2026d20.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
%global gitcommit 400359b243573d0e84adb64f1b48d42c1b64ce6e
|
||||
%global gitcommit 2026d203ea71bc4e2f35baa566e47db0b2fb9637
|
||||
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
|
||||
%global snapshotdate 20210818
|
||||
%global snapshotdate 20210819
|
||||
|
||||
Name: kdump-anaconda-addon
|
||||
Version: 006
|
||||
Release: 8.%{snapshotdate}git%{gitshortcommit}%{?dist}
|
||||
Release: 9.%{snapshotdate}git%{gitshortcommit}%{?dist}
|
||||
Url: https://github.com/daveyoung/kdump-anaconda-addon
|
||||
License: GPLv2
|
||||
Summary: Kdump configuration anaconda addon
|
||||
@ -44,7 +44,10 @@ Kdump anaconda addon
|
||||
%{_datadir}/icons/hicolor/scalable/apps/kdump.svg
|
||||
|
||||
%changelog
|
||||
* Thu Aug 18 2021 Kairui Song <kasong@redhat.com> - 006-8.20210818git400359b
|
||||
* 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
|
||||
|
||||
* Wed Aug 18 2021 Kairui Song <kasong@redhat.com> - 006-8.20210818git400359b
|
||||
- Update to latest git snapshot, fix installation failure when reuse old partition. Resolves: bz1937035
|
||||
|
||||
* Thu Aug 12 2021 Kairui Song <kasong@redhat.com> - 006-7.20210812git5b74c1d
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kdump-anaconda-addon-400359b.tar.gz) = e24c0dd099715b077ec142950ce507d9c8c281cbfc96eb7e0dff316a71491d83b5a18c7711528835ab07d1e740026d00a77cb7666238757f0f3ae7835ada888a
|
||||
SHA512 (kdump-anaconda-addon-2026d20.tar.gz) = efc1ca5344a2dc6041230009baae25d688a312f838fbd07c3f55102cf41a75843ef351ff6776f542df30ee87b5a20f5c49daf8e2f7b9c545d06accab78240866
|
||||
|
Loading…
Reference in New Issue
Block a user