|
|
@ -3,15 +3,15 @@
|
|
|
|
%global libqat_soversion 3
|
|
|
|
%global libqat_soversion 3
|
|
|
|
%global libusdm_soversion 0
|
|
|
|
%global libusdm_soversion 0
|
|
|
|
Name: qatlib
|
|
|
|
Name: qatlib
|
|
|
|
Version: 22.07.0
|
|
|
|
Version: 23.02.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Intel QuickAssist user space library
|
|
|
|
Summary: Intel QuickAssist user space library
|
|
|
|
# The entire source code is released under BSD.
|
|
|
|
# The entire source code is released under BSD.
|
|
|
|
# For a breakdown of inbound licenses see the INSTALL file.
|
|
|
|
# For a breakdown of inbound licenses see the INSTALL file.
|
|
|
|
License: BSD and (BSD or GPLv2)
|
|
|
|
License: BSD and (BSD or GPLv2)
|
|
|
|
URL: https://github.com/intel/%{name}
|
|
|
|
URL: https://github.com/intel/%{name}
|
|
|
|
Source0: https://github.com/intel/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/intel/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
BuildRequires: systemd gcc make autoconf automake libtool systemd-devel openssl-devel zlib-devel yasm
|
|
|
|
BuildRequires: systemd gcc make autoconf automake libtool systemd-devel openssl-devel zlib-devel nasm
|
|
|
|
Requires(pre): shadow-utils
|
|
|
|
Requires(pre): shadow-utils
|
|
|
|
Recommends: qatlib-service
|
|
|
|
Recommends: qatlib-service
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1897661
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1897661
|
|
|
@ -55,11 +55,11 @@ This package contains a daemon that manages QAT resources for the Intel
|
|
|
|
QuickAssist Technology user space library (qatlib).
|
|
|
|
QuickAssist Technology user space library (qatlib).
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
autoreconf -vif
|
|
|
|
autoreconf -vif
|
|
|
|
%configure
|
|
|
|
%configure --enable-legacy-algorithms
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
|
|
|
|
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
|
|
|
@ -95,6 +95,7 @@ exit 0
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_libdir}/libqat.so
|
|
|
|
%{_libdir}/libqat.so
|
|
|
|
%{_libdir}/libusdm.so
|
|
|
|
%{_libdir}/libusdm.so
|
|
|
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_includedir}/qat
|
|
|
|
%{_includedir}/qat
|
|
|
|
|
|
|
|
|
|
|
|
%files tests
|
|
|
|
%files tests
|
|
|
@ -129,9 +130,12 @@ exit 0
|
|
|
|
%{_mandir}/man8/qat_init.sh.8*
|
|
|
|
%{_mandir}/man8/qat_init.sh.8*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 22.07.0-1
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 23.02.0-1
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 03 2023 Vladis Dronov <vdronov@redhat.com> - 23.02.0-1
|
|
|
|
|
|
|
|
- Update to qatlib 23.02.0 (bz 2176879)
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Vladis Dronov <vdronov@redhat.com> - 22.07.0-1
|
|
|
|
* Fri Jul 22 2022 Vladis Dronov <vdronov@redhat.com> - 22.07.0-1
|
|
|
|
- Update to qatlib 22.07 (bz 2040743)
|
|
|
|
- Update to qatlib 22.07 (bz 2040743)
|
|
|
|
- Moved qat.service to separate rpm
|
|
|
|
- Moved qat.service to separate rpm
|
|
|
|