Compare commits
No commits in common. "c8" and "imports/c8s/qatlib-22.07.0-1.el8" have entirely different histories.
c8
...
imports/c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/qatlib-23.11.0.tar.gz
|
SOURCES/qatlib-22.07.0.tar.gz
|
||||||
|
1
.qatlib.metadata
Normal file
1
.qatlib.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
00c56119a51b6da207c0d009f343dcf90e595ef9 SOURCES/qatlib-22.07.0.tar.gz
|
@ -1,9 +1,9 @@
|
|||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
%global libqat_soversion 4
|
%global libqat_soversion 3
|
||||||
%global libusdm_soversion 0
|
%global libusdm_soversion 0
|
||||||
Name: qatlib
|
Name: qatlib
|
||||||
Version: 23.11.0
|
Version: 22.07.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?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.
|
||||||
@ -11,7 +11,7 @@ Summary: Intel QuickAssist user space library
|
|||||||
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 nasm
|
BuildRequires: systemd gcc make autoconf automake libtool systemd-devel openssl-devel zlib-devel yasm
|
||||||
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 -p1
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
%configure --enable-legacy-algorithms
|
%configure
|
||||||
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,7 +95,6 @@ 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
|
||||||
@ -103,7 +102,6 @@ exit 0
|
|||||||
%attr(0754,-,qat) %{_bindir}/cpa_sample_code
|
%attr(0754,-,qat) %{_bindir}/cpa_sample_code
|
||||||
%attr(0754,-,qat) %{_bindir}/dc_dp_sample
|
%attr(0754,-,qat) %{_bindir}/dc_dp_sample
|
||||||
%attr(0754,-,qat) %{_bindir}/dc_stateless_sample
|
%attr(0754,-,qat) %{_bindir}/dc_stateless_sample
|
||||||
%attr(0754,-,qat) %{_bindir}/chaining_sample
|
|
||||||
%attr(0754,-,qat) %{_bindir}/dc_stateless_multi_op_sample
|
%attr(0754,-,qat) %{_bindir}/dc_stateless_multi_op_sample
|
||||||
%attr(0754,-,qat) %{_bindir}/algchaining_sample
|
%attr(0754,-,qat) %{_bindir}/algchaining_sample
|
||||||
%attr(0754,-,qat) %{_bindir}/ccm_sample
|
%attr(0754,-,qat) %{_bindir}/ccm_sample
|
||||||
@ -131,13 +129,6 @@ exit 0
|
|||||||
%{_mandir}/man8/qat_init.sh.8*
|
%{_mandir}/man8/qat_init.sh.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Nov 20 2023 Vladis Dronov <vdronov@redhat.com> - 23.11.0-1
|
|
||||||
- Update to qatlib 23.11.0 (RHEL-15641)
|
|
||||||
- Add chaining_sample to qatlib-tests package
|
|
||||||
|
|
||||||
* Fri Mar 03 2023 Vladis Dronov <vdronov@redhat.com> - 23.02.0-1
|
|
||||||
- Update to qatlib 23.02.0 (bz 2084283)
|
|
||||||
|
|
||||||
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user