Blame SPECS/kmod-mptsas.spec

e28196
%global pkg mptsas
e28196
Kmods SIG 9ddd29
%global driver_version 5.14.0-79.el9
e28196
Kmods SIG 754c0d
%global kernel_version 5.14.0-83.el9
e28196
e28196
%global debug_package %{nil}
e28196
e28196
%global __spec_install_post \
e28196
  %{?__debug_package:%{__debug_install_post}} \
e28196
  %{__arch_install_post} \
e28196
  %{__os_install_post} \
e28196
  %{__mod_compress_install_post}
e28196
e28196
%global __mod_compress_install_post find %{buildroot}/lib/modules -type f -name \*.ko -exec xz \{\} \\;
e28196
e28196
e28196
Name:             kmod-%{pkg}
Kmods SIG 9ddd29
Version:          5.14.0.79
Kmods SIG 754c0d
Release:          2%{?dist}
e28196
Summary:          Fusion MPT SAS Host (%{pkg}) driver
e28196
e28196
License:          GPLv2
e28196
URL:              https://www.kernel.org/
e28196
e28196
Source0:          %{pkg}-%{driver_version}.tar.xz
e28196
Patch1:           0001-add-deprecated-ids.patch
e28196
Patch2:           0002-remove-unsupported-warning.patch
e28196
5b40dd
ExclusiveArch:    x86_64 aarch64 ppc64le
e28196
e28196
BuildRequires:    elfutils-libelf-devel
e28196
BuildRequires:    gcc
4182ee
BuildRequires:    kernel-rpm-macros
e28196
BuildRequires:    kmod
e28196
BuildRequires:    make
e28196
BuildRequires:    redhat-rpm-config
e28196
BuildRequires:    xz
e28196
4182ee
BuildRequires:    kernel-abi-stablelists = %{kernel_version}
e28196
BuildRequires:    kernel-devel = %{kernel_version}
e28196
BuildRequires:    kernel-devel-uname-r = %{kernel_version}.%{_arch}
e28196
4182ee
Requires:         kernel >= %{kernel_version}
4182ee
Requires:         kernel-uname-r >= %{kernel_version}.%{_arch}
4182ee
Requires:         kernel-modules >= %{kernel_version}
4182ee
Requires:         kernel-modules-uname-r >= %{kernel_version}.%{_arch}
e28196
e28196
Provides:         installonlypkg(kernel-module)
4182ee
Provides:         kernel-modules >= %{kernel_version}.%{_arch}
e28196
4182ee
Requires(post):   %{_sbindir}/depmod
4182ee
Requires(postun): %{_sbindir}/depmod
e28196
4182ee
Requires(post):   %{_sbindir}/weak-modules
4182ee
Requires(postun): %{_sbindir}/weak-modules
e28196
e28196
7cbeaf
%if "%{version}" == "5.14.0.1" && "%{release}" == "10%{?dist}"
7cbeaf
Obsoletes:        kmod-%{pkg} = %{?epoch:%{epoch}:}%{version}-9%{?dist}
7cbeaf
%endif
7cbeaf
7cbeaf
e28196
%description
e28196
This package provides the Fusion MPT SAS Host (%{pkg}) driver.  Compared to the
e28196
in-kernel driver this driver is not restricted to the virtualization use case.
e28196
It supports the following adapters:
e28196
e28196
- 0x1000:0x0050: LSI SAS1064
e28196
- 0x1000:0x0054: LSI SAS1068
e28196
- 0x1000:0x0056: LSI SAS1064E
e28196
- 0x1000:0x0058: LSI SAS1068E
e28196
- 0x1000:0x0059: LSI SAS1068_820XELP
e28196
- 0x1000:0x0062: LSI SAS1078
e28196
e28196
e28196
%prep
e28196
%autosetup -p1 -n %{pkg}-%{driver_version}
e28196
e28196
e28196
%build
e28196
pushd src
e28196
%{__make} -C /usr/src/kernels/%{kernel_version}.%{_arch} %{?_smp_mflags} M=$PWD modules
e28196
popd
e28196
e28196
e28196
%install
e28196
%{__install} -D -t %{buildroot}/lib/modules/%{kernel_version}.%{_arch}/extra/drivers/message/fusion src/%{pkg}.ko
e28196
e28196
# Make .ko objects temporarily executable for automatic stripping
e28196
find %{buildroot}/lib/modules -type f -name \*.ko -exec chmod u+x \{\} \+
e28196
4182ee
# Generate depmod.conf
4182ee
%{__install} -d %{buildroot}/%{_sysconfdir}/depmod.d/
4182ee
for kmod in $(find %{buildroot}/lib/modules/%{kernel_version}.%{_arch}/extra -type f -name \*.ko -printf "%%P\n" | sort)
4182ee
do
4182ee
    echo "override $(basename $kmod .ko) * weak-updates/$(dirname $kmod)" >> %{buildroot}/%{_sysconfdir}/depmod.d/%{pkg}.conf
4182ee
done
4182ee
e28196
e28196
%clean
e28196
%{__rm} -rf %{buildroot}
e28196
e28196
e28196
%post
e28196
mkdir -p %{_localstatedir}/lib/rpm-state/sig-kmods
4182ee
printf '%s\n' "/lib/modules/%{kernel_version}.%{_arch}/extra/drivers/message/fusion/%{pkg}.ko.xz" >> %{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-add
e28196
e28196
e28196
%preun
e28196
mkdir -p %{_localstatedir}/lib/rpm-state/sig-kmods
4182ee
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
e28196
e28196
e28196
%postun
4182ee
if [ -f %{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-remove ]
e28196
then
4182ee
    modules=( $(cat %{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-remove) )
4182ee
    rm -f %{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-remove
e28196
    rmdir --ignore-fail-on-non-empty %{_localstatedir}/lib/rpm-state/sig-kmods
4182ee
    printf '%s\n' "${modules[@]}" | %{_sbindir}/weak-modules --remove-modules
e28196
fi
e28196
e28196
4182ee
%pretrans -p <lua>
4182ee
posix.unlink("%{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-add")
4182ee
posix.unlink("%{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-remove")
4182ee
4182ee
e28196
%posttrans
4182ee
if [ -f %{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-add ]
e28196
then
4182ee
    modules=( $(cat %{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-add) )
4182ee
    rm -f %{_localstatedir}/lib/rpm-state/sig-kmods/weak-modules-add
e28196
    rmdir --ignore-fail-on-non-empty %{_localstatedir}/lib/rpm-state/sig-kmods
4182ee
    printf '%s\n' "${modules[@]}" | %{_sbindir}/weak-modules --add-modules
e28196
fi
e28196
e28196
e28196
%files
e28196
%defattr(644,root,root,755)
e28196
/lib/modules/%{kernel_version}.%{_arch}
3f05ed
%license LICENSES
4182ee
%config(noreplace) %{_sysconfdir}/depmod.d/%{pkg}.conf
e28196
e28196
e28196
%changelog
Kmods SIG 754c0d
* Thu May 26 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.79-2
Kmods SIG 754c0d
- Rebuild for 5.14.0-83.el9
Kmods SIG 754c0d
Kmods SIG 9ddd29
* Fri Apr 22 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.79-1
Kmods SIG 9ddd29
- Update to 5.14.0-79.el9
Kmods SIG 9ddd29
Kmods SIG b0c67e
* Wed Apr 13 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-9
Kmods SIG b0c67e
- Rebuild for 5.14.0-78.el9
Kmods SIG b0c67e
Kmods SIG 808399
* Tue Apr 12 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-8
Kmods SIG 808399
- Rebuild for 5.14.0-77.el9
Kmods SIG 808399
Kmods SIG 97c613
* Mon Mar 28 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-7
Kmods SIG 97c613
- Rebuild for 5.14.0-75.el9
Kmods SIG 97c613
Kmods SIG fc3fae
* Tue Mar 22 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-6
Kmods SIG fc3fae
- Rebuild for 5.14.0-73.el9
Kmods SIG fc3fae
Kmods SIG 167ec0
* Thu Feb 24 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-5
Kmods SIG 167ec0
- Rebuild for 5.14.0-65.el9
Kmods SIG 167ec0
Kmods SIG daab42
* Sun Feb 20 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-4
Kmods SIG daab42
- Rebuild for 5.14.0-62.el9
Kmods SIG daab42
Kmods SIG e5caea
* Fri Feb 18 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-3
Kmods SIG e5caea
- Rebuild for 5.14.0-60.el9
Kmods SIG e5caea
Kmods SIG 59c033
* Tue Feb 15 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-2
Kmods SIG 59c033
- Rebuild for 5.14.0-58.el9
Kmods SIG 59c033
Kmods SIG ba618e
* Sat Feb 12 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.57-1
Kmods SIG ba618e
- Update to 5.14.0-57.el9
Kmods SIG ba618e
Kmods SIG 076383
* Thu Feb 10 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.1-15
Kmods SIG 076383
- Rebuild for 5.14.0-56.el9
Kmods SIG 076383
Kmods SIG a37658
* Mon Feb 07 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.1-14
Kmods SIG a37658
- Rebuild for 5.14.0-55.el9
Kmods SIG a37658
Kmods SIG d364f4
* Wed Feb 02 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.1-13
Kmods SIG d364f4
- Rebuild for 5.14.0-51.el9
Kmods SIG d364f4
Kmods SIG 6a505e
* Thu Jan 27 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.1-12
Kmods SIG 6a505e
- Rebuild for 5.14.0-48.el9
Kmods SIG 6a505e
Kmods SIG c01bb7
* Tue Jan 25 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.1-11
Kmods SIG c01bb7
- Rebuild for 5.14.0-47.el9
Kmods SIG c01bb7
5b40dd
* Wed Jan 19 2022 Peter Georg <peter.georg@physik.uni-regensburg.de> - 5.14.0.1-10
5b40dd
- Enable ppc64le
5b40dd
Kmods SIG 698cfd
* Wed Jan 19 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.1-9
Kmods SIG 698cfd
- Rebuild for 5.14.0-44.el9
Kmods SIG 698cfd
Kmods SIG daf131
* Tue Jan 18 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.1-8
Kmods SIG daf131
- Rebuild for 5.14.0-43.el9
Kmods SIG daf131
Kmods SIG edeb64
* Mon Jan 17 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.1-7
Kmods SIG edeb64
- Rebuild for 5.14.0-42.el9
Kmods SIG edeb64
Kmods SIG 2f060e
* Fri Jan 14 2022 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.1-6
Kmods SIG 2f060e
- Rebuild for 5.14.0-41.el9
Kmods SIG 2f060e
e44e96
* Sat Dec 25 2021 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.1-5
e44e96
- Rebuild for 5.14.0-39.el9
e44e96
- Skip unreleased kernel -38
Kmods SIG 4f3fa7
Kmods SIG b8c320
* Thu Dec 23 2021 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.1-4
Kmods SIG b8c320
- Rebuild for 5.14.0-37.el9
Kmods SIG b8c320
Kmods SIG f18ad9
* Wed Dec 22 2021 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.1-3
Kmods SIG f18ad9
- Rebuild for 5.14.0-36.el9
Kmods SIG f18ad9
fb3622
* Wed Dec 22 2021 Kmods SIG <sig-kmods@centosproject.org> - 5.14.0.1-2
fb3622
- Rebuild for 5.14.0-34.el9
fb3622
- Skip unreleased kernel -32 and -33
Kmods SIG 0b0c82
4182ee
* Thu Dec 16 2021 Peter Georg <peter.georg@physik.uni-regensburg.de> - 5.14.0.1-1
4182ee
- Convert to kABI tracking kmod package (kernel >= 5.14.0-31.el9)