From 88f87284dea049b3ec68d508e10323f0502252ec Mon Sep 17 00:00:00 2001 From: Kmods SIG Date: Jan 13 2022 23:40:34 +0000 Subject: Switch to EL kernel source and versioning --- diff --git a/.gitignore b/.gitignore index 71a8871..c74f599 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/pata_atiixp-5.13.tar.xz +SOURCES/pata_atiixp-4.18.0-80.el8.tar.xz diff --git a/.kmod-pata_atiixp.metadata b/.kmod-pata_atiixp.metadata index fc920e6..50ea38e 100644 --- a/.kmod-pata_atiixp.metadata +++ b/.kmod-pata_atiixp.metadata @@ -1 +1 @@ -fd75c58321b3497bed9aecf5966d089e23d31ba5 SOURCES/pata_atiixp-5.13.tar.xz +6bb983d1da85bab61c6d2a8eb323becc822ccf2c SOURCES/pata_atiixp-4.18.0-80.el8.tar.xz diff --git a/SPECS/kmod-pata_atiixp.spec b/SPECS/kmod-pata_atiixp.spec index aa034f7..e58189a 100644 --- a/SPECS/kmod-pata_atiixp.spec +++ b/SPECS/kmod-pata_atiixp.spec @@ -1,6 +1,8 @@ %global pkg pata_atiixp -%global kernel_version 4.18.0-358.el8 +%global driver_version 4.18.0-80.el8 + +%global kernel_version 4.18.0-348.el8 %global _use_internal_dependency_generator 0 %global __find_requires /usr/lib/rpm/redhat/find-requires @@ -18,14 +20,14 @@ Name: kmod-%{pkg} -Version: 5.13 -Release: 6%{?dist} +Version: 4.18.0.80 +Release: 1%{?dist} Summary: ATI PATA Controller (%{pkg}) driver License: GPLv2 URL: https://www.kernel.org/ -Source0: %{pkg}-%{version}.tar.xz +Source0: %{pkg}-%{driver_version}.tar.xz ExclusiveArch: x86_64 @@ -61,7 +63,7 @@ This driver supports ATI PATA interfaces found on many ATI chipsets. %prep -%autosetup -p1 -n %{pkg}-%{version} +%autosetup -p1 -n %{pkg}-%{driver_version} %build @@ -126,8 +128,6 @@ fi %changelog -* Mon Jan 10 2022 Kmods SIG - 5.13-6 -- Rebuild for 4.18.0-358.el8 - -* Tue Sep 28 2021 Peter Georg - 5.13-5 -- Convert to kABI tracking kmod package (kernel >= 4.18.0-315.el8) +* Wed Jan 12 2022 Kmods SIG - 4.18.0.80-1 +- Switch to EL kernel source and versioning +- kABI tracking kmod package (kernel >= 4.18.0-348.el8)