Blame SPECS/kmod-megaraid_sas.spec

7ecbca
%global pkg megaraid_sas
7ecbca
Kmods SIG 194f71
%global driver_version 5.14.0-99.el9
7ecbca
Kmods SIG 0ad853
%global kernel_version 5.14.0-115.el9
7ecbca
7ecbca
%global debug_package %{nil}
7ecbca
7ecbca
%global __spec_install_post \
7ecbca
  %{?__debug_package:%{__debug_install_post}} \
7ecbca
  %{__arch_install_post} \
7ecbca
  %{__os_install_post} \
7ecbca
  %{__mod_compress_install_post}
7ecbca
7ecbca
%global __mod_compress_install_post find %{buildroot}/lib/modules -type f -name \*.ko -exec xz \{\} \\;
7ecbca
7ecbca
7ecbca
Name:             kmod-%{pkg}
Kmods SIG 194f71
Version:          5.14.0.99
Kmods SIG 0ad853
Release:          3%{?dist}
7ecbca
Summary:          Broadcom MegaRAID SAS (%{pkg}) driver
7ecbca
dc7c7f
License:          GPLv2 and GPLv2+
7ecbca
URL:              https://www.kernel.org/
7ecbca
7ecbca
Source0:          %{pkg}-%{driver_version}.tar.xz
7ecbca
Patch1:           0001-add-deprecated-ids.patch
7ecbca
53afe3
ExclusiveArch:    x86_64 aarch64 ppc64le
7ecbca
7ecbca
BuildRequires:    elfutils-libelf-devel
7ecbca
BuildRequires:    gcc
f7805c
BuildRequires:    kernel-rpm-macros
7ecbca
BuildRequires:    kmod
7ecbca
BuildRequires:    make
7ecbca
BuildRequires:    redhat-rpm-config
7ecbca
BuildRequires:    xz
7ecbca
f7805c
BuildRequires:    kernel-abi-stablelists = %{kernel_version}
7ecbca
BuildRequires:    kernel-devel = %{kernel_version}
7ecbca
BuildRequires:    kernel-devel-uname-r = %{kernel_version}.%{_arch}
7ecbca
f7805c
Requires:         kernel >= %{kernel_version}
f7805c
Requires:         kernel-uname-r >= %{kernel_version}.%{_arch}
f7805c
Requires:         kernel-modules >= %{kernel_version}
f7805c
Requires:         kernel-modules-uname-r >= %{kernel_version}.%{_arch}
7ecbca
7ecbca
Provides:         installonlypkg(kernel-module)
f7805c
Provides:         kernel-modules >= %{kernel_version}.%{_arch}
7ecbca
f7805c
Requires(post):   %{_sbindir}/depmod
f7805c
Requires(postun): %{_sbindir}/depmod
7ecbca
f7805c
Requires(post):   %{_sbindir}/weak-modules
f7805c
Requires(postun): %{_sbindir}/weak-modules
7ecbca
7ecbca
ba32ad
%if "%{version}" == "5.14.0.27" && "%{release}" == "10%{?dist}"
ba32ad
Obsoletes:        kmod-%{pkg} = %{?epoch:%{epoch}:}%{version}-9%{?dist}
ba32ad
%endif
ba32ad
ba32ad
7ecbca
%description
7ecbca
This package provides the Broadcom MegaRAID SAS (%{pkg}) driver. Compared to
7ecbca
the in-kernel driver this driver re-enables support for deprecated adapters:
7ecbca
7ecbca
- 0x1000:0x0060: LSI MegaRAID SAS1078R
7ecbca
- 0x1000:0x0078: LSI MegaRAID SAS1078 Gen2
7ecbca
- 0x1000:0x007C: LSI MegaRAID SAS1078DE
7ecbca
- 0x1000:0x0411: LSI MegaRAID SAS1064R
7ecbca
- 0x1000:0x0413: LSI MegaRAID SAS1068 Verde ZCR
7ecbca
- 0x1028:0x0015: Dell PERC5
7ecbca
7ecbca
The removal of the following adapters has been reverted in 4.18.0-290 [1761485]:
7ecbca
- 0x1000:0x0071: LSI MegaRAID SAS0071 Skinny
7ecbca
- 0x1000:0x0073: LSI MegaRAID SAS0073 Skinny
7ecbca
- 0x1000:0x0079: LSI MegaRAID SAS0079 Gen2
7ecbca
7ecbca
7ecbca
%prep
7ecbca
%autosetup -p1 -n %{pkg}-%{driver_version}
7ecbca
7ecbca
7ecbca
%build
7ecbca
pushd src
7ecbca
%{__make} -C /usr/src/kernels/%{kernel_version}.%{_arch} %{?_smp_mflags} M=$PWD modules
7ecbca
popd
7ecbca
7ecbca
7ecbca
%install
7ecbca
%{__install} -D -t %{buildroot}/lib/modules/%{kernel_version}.%{_arch}/extra/drivers/scsi/megaraid src/%{pkg}.ko
7ecbca
7ecbca
# Make .ko objects temporarily executable for automatic stripping
7ecbca
find %{buildroot}/lib/modules -type f -name \*.ko -exec chmod u+x \{\} \+
7ecbca
f7805c
# Generate depmod.conf
f7805c
%{__install} -d %{buildroot}/%{_sysconfdir}/depmod.d/
f7805c
for kmod in $(find %{buildroot}/lib/modules/%{kernel_version}.%{_arch}/extra -type f -name \*.ko -printf "%%P\n" | sort)
f7805c
do
f7805c
    echo "override $(basename $kmod .ko) * weak-updates/$(dirname $kmod)" >> %{buildroot}/%{_sysconfdir}/depmod.d/%{pkg}.conf
f7805c
done
f7805c
7ecbca
7ecbca
%clean
7ecbca
%{__rm} -rf %{buildroot}
7ecbca
7ecbca
7ecbca
%post
7ecbca
mkdir -p %{_localstatedir}/lib/rpm-state/sig-kmods
f7805c
printf '%s\n' "/lib/modules/%{kernel_version}.%{_arch}/extra/drivers/scsi/megaraid/%{pkg}.ko.xz" >> %{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-add
7ecbca
7ecbca
7ecbca
%preun
7ecbca
mkdir -p %{_localstatedir}/lib/rpm-state/sig-kmods
f7805c
rpm -ql kmod-%{pkg}-%{?epoch:%{epoch}:}%{version}-%{release}.%{_arch} | grep '/lib/modules/%{kernel_version}.%{_arch}/.*\.ko\.xz$' >> %{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-remove
7ecbca
7ecbca
7ecbca
%postun
f7805c
if [ -f %{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-remove ]
7ecbca
then
f7805c
    modules=( $(cat %{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-remove) )
f7805c
    rm -f %{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-remove
7ecbca
    rmdir --ignore-fail-on-non-empty %{_localstatedir}/lib/rpm-state/sig-kmods
f7805c
    printf '%s\n' "${modules[@]}" | %{_sbindir}/weak-modules --remove-modules
7ecbca
fi
7ecbca
7ecbca
f7805c
%pretrans -p <lua>
f7805c
posix.unlink("%{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-add")
f7805c
posix.unlink("%{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-remove")
f7805c
f7805c
7ecbca
%posttrans
f7805c
if [ -f %{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-add ]
7ecbca
then
f7805c
    modules=( $(cat %{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-add) )
f7805c
    rm -f %{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-add
7ecbca
    rmdir --ignore-fail-on-non-empty %{_localstatedir}/lib/rpm-state/sig-kmods
f7805c
    printf '%s\n' "${modules[@]}" | %{_sbindir}/weak-modules --add-modules
7ecbca
fi
7ecbca
7ecbca
7ecbca
%files
7ecbca
%defattr(644,root,root,755)
7ecbca
/lib/modules/%{kernel_version}.%{_arch}
50102e
%license LICENSES
f7805c
%config(noreplace) %{_sysconfdir}/depmod.d/%{pkg}.conf
7ecbca
7ecbca
7ecbca
%changelog
Kmods SIG 0ad853
* Tue Jun 21 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.99-3
Kmods SIG 0ad853
- Rebuild for 5.14.0-115.el9
Kmods SIG 0ad853
Kmods SIG 1ec6c1
* Tue Jun 07 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.99-2
Kmods SIG 1ec6c1
- Rebuild for 5.14.0-105.el9
Kmods SIG 1ec6c1
Kmods SIG 194f71
* Wed Jun 01 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.99-1
Kmods SIG 194f71
- Update to 5.14.0-99.el9
Kmods SIG 194f71
Kmods SIG b38623
* Fri May 27 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-15
Kmods SIG b38623
- Rebuild for 5.14.0-96.el9
Kmods SIG b38623
Kmods SIG 94ee6b
* Fri May 27 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-14
Kmods SIG 94ee6b
- Rebuild for 5.14.0-92.el9
Kmods SIG 94ee6b
Kmods SIG af475d
* Fri May 27 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-13
Kmods SIG af475d
- Rebuild for 5.14.0-86.el9
Kmods SIG af475d
Kmods SIG 9e0c36
* Fri May 27 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-12
Kmods SIG 9e0c36
- Rebuild for 5.14.0-85.el9
Kmods SIG 9e0c36
Kmods SIG fab3b2
* Thu May 26 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-11
Kmods SIG fab3b2
- Rebuild for 5.14.0-83.el9
Kmods SIG fab3b2
Kmods SIG a76eb3
* Fri Apr 22 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-10
Kmods SIG a76eb3
- Rebuild for 5.14.0-79.el9
Kmods SIG a76eb3
Kmods SIG 247916
* Wed Apr 13 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-9
Kmods SIG 247916
- Rebuild for 5.14.0-78.el9
Kmods SIG 247916
Kmods SIG 5c740d
* Tue Apr 12 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-8
Kmods SIG 5c740d
- Rebuild for 5.14.0-77.el9
Kmods SIG 5c740d
Kmods SIG e3fed1
* Mon Mar 28 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-7
Kmods SIG e3fed1
- Rebuild for 5.14.0-75.el9
Kmods SIG e3fed1
Kmods SIG 14231a
* Tue Mar 22 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-6
Kmods SIG 14231a
- Rebuild for 5.14.0-73.el9
Kmods SIG 14231a
Kmods SIG c5f3e3
* Thu Feb 24 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-5
Kmods SIG c5f3e3
- Rebuild for 5.14.0-65.el9
Kmods SIG c5f3e3
Kmods SIG 1d9bdc
* Sun Feb 20 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-4
Kmods SIG 1d9bdc
- Rebuild for 5.14.0-62.el9
Kmods SIG 1d9bdc
Kmods SIG 067a2c
* Fri Feb 18 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-3
Kmods SIG 067a2c
- Rebuild for 5.14.0-60.el9
Kmods SIG 067a2c
Kmods SIG ac3e83
* Tue Feb 15 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-2
Kmods SIG ac3e83
- Rebuild for 5.14.0-58.el9
Kmods SIG ac3e83
Kmods SIG de0d72
* Sat Feb 12 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-1
Kmods SIG de0d72
- Update to 5.14.0-57.el9
Kmods SIG de0d72
Kmods SIG a2368d
* Thu Feb 10 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.27-17
Kmods SIG a2368d
- Rebuild for 5.14.0-56.el9
Kmods SIG a2368d
Kmods SIG a8a41e
* Mon Feb 07 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.27-16
Kmods SIG a8a41e
- Rebuild for 5.14.0-55.el9
Kmods SIG a8a41e
Kmods SIG 062ec3
* Wed Feb 02 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.27-15
Kmods SIG 062ec3
- Rebuild for 5.14.0-51.el9
Kmods SIG 062ec3
Kmods SIG a3739e
* Tue Feb 01 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.27-14
Kmods SIG a3739e
- Rebuild for 5.14.0-50.el9
Kmods SIG a3739e
Kmods SIG 4d865c
* Sat Jan 29 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.27-13
Kmods SIG 4d865c
- Rebuild for 5.14.0-49.el9
Kmods SIG 4d865c
Kmods SIG 6b37de
* Thu Jan 27 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.27-12
Kmods SIG 6b37de
- Rebuild for 5.14.0-48.el9
Kmods SIG 6b37de
Kmods SIG 19d1be
* Tue Jan 25 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.27-11
Kmods SIG 19d1be
- Rebuild for 5.14.0-47.el9
Kmods SIG 19d1be
53afe3
* Wed Jan 19 2022 Peter Georg <peter.georg@physik.uni-regensburg.de> - 5.14.0.27-10
53afe3
- Enable ppc64le
53afe3
Kmods SIG 3950f0
* Wed Jan 19 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.27-9
Kmods SIG 3950f0
- Rebuild for 5.14.0-44.el9
Kmods SIG 3950f0
Kmods SIG 84a43a
* Tue Jan 18 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.27-8
Kmods SIG 84a43a
- Rebuild for 5.14.0-43.el9
Kmods SIG 84a43a
Kmods SIG f1ae9e
* Mon Jan 17 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.27-7
Kmods SIG f1ae9e
- Rebuild for 5.14.0-42.el9
Kmods SIG f1ae9e
Kmods SIG a3af22
* Fri Jan 14 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.27-6
Kmods SIG a3af22
- Rebuild for 5.14.0-41.el9
Kmods SIG a3af22
a6246d
* Sat Dec 25 2021 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.27-5
a6246d
- Rebuild for 5.14.0-39.el9
a6246d
- Skip unreleased kernel -38
Kmods SIG ab1f0c
Kmods SIG 7beb87
* Thu Dec 23 2021 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.27-4
Kmods SIG 7beb87
- Rebuild for 5.14.0-37.el9
Kmods SIG 7beb87
Kmods SIG cd0c36
* Wed Dec 22 2021 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.27-3
Kmods SIG cd0c36
- Rebuild for 5.14.0-36.el9
Kmods SIG cd0c36
6d7388
* Wed Dec 22 2021 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.27-2
6d7388
- Rebuild for 5.14.0-34.el9
6d7388
- Skip unreleased kernel -32 and -33
Kmods SIG e49ef5
f7805c
* Thu Dec 16 2021 Peter Georg <peter.georg@physik.uni-regensburg.de> - 5.14.0.27-1
f7805c
- Convert to kABI tracking kmod package (kernel >= 5.14.0-31.el9)