Import from CS git

This commit is contained in:
eabdullin 2025-07-15 09:33:22 +00:00
parent 3681702de4
commit ab2f51aaf5
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/kpatch-dnf-v0.4.tar.gz
SOURCES/kpatch-dnf-v0.5.tar.gz
SOURCES/v0.9.7.tar.gz

View File

@ -1,2 +1,2 @@
fa86620559069e8253b5172849797a6d03b509be SOURCES/kpatch-dnf-v0.4.tar.gz
28103e07453017fa2db783425dc1c23c3e7f3073 SOURCES/kpatch-dnf-v0.5.tar.gz
da88fa82b005bbafc1719c59bd00847ce2a22a60 SOURCES/v0.9.7.tar.gz

View File

@ -1,8 +1,8 @@
%define kpatch_dnf_ver 0.4
%define kpatch_dnf_ver 0.5
Name: kpatch
Version: 0.9.7
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Dynamic kernel patch manager
Group: System Environment/Kernel
@ -87,6 +87,9 @@ echo "To enable automatic kpatch-patch subscription, run:"
echo -e "\t$ dnf kpatch auto"
%changelog
* Tue Apr 08 2025 Rado Vrbovsky <rvrbovsk@redhat.com> 0.9.7-3
- Rebase kpatch DNF plugin with upstream to 0.5 (RHEL-85574)
* Wed Nov 16 2022 Yannick Cote <ycote@redhat.com> 0.9.7-2
- augment kpatch-dnf package versioning to satisfy build (rhbz#2121211)