import qatlib-23.02.0-2.el8_8
This commit is contained in:
parent
f598ff9224
commit
049b082703
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/qatlib-22.07.0.tar.gz
|
||||
SOURCES/qatlib-23.02.0.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
00c56119a51b6da207c0d009f343dcf90e595ef9 SOURCES/qatlib-22.07.0.tar.gz
|
||||
15f774d608a850173024399fb90c1e23cd7d4499 SOURCES/qatlib-23.02.0.tar.gz
|
||||
|
@ -3,15 +3,15 @@
|
||||
%global libqat_soversion 3
|
||||
%global libusdm_soversion 0
|
||||
Name: qatlib
|
||||
Version: 22.07.0
|
||||
Release: 1%{?dist}
|
||||
Version: 23.02.0
|
||||
Release: 2%{?dist}
|
||||
Summary: Intel QuickAssist user space library
|
||||
# The entire source code is released under BSD.
|
||||
# For a breakdown of inbound licenses see the INSTALL file.
|
||||
License: BSD and (BSD or GPLv2)
|
||||
URL: https://github.com/intel/%{name}
|
||||
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
|
||||
Recommends: qatlib-service
|
||||
# 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).
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
autoreconf -vif
|
||||
%configure
|
||||
%configure --enable-legacy-algorithms
|
||||
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 -e 's! -shared ! -Wl,--as-needed\0!g' libtool
|
||||
@ -95,6 +95,7 @@ exit 0
|
||||
%files devel
|
||||
%{_libdir}/libqat.so
|
||||
%{_libdir}/libusdm.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/qat
|
||||
|
||||
%files tests
|
||||
@ -129,6 +130,9 @@ exit 0
|
||||
%{_mandir}/man8/qat_init.sh.8*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Update to qatlib 22.07 (bz 2040743)
|
||||
- Moved qat.service to separate rpm
|
||||
|
Loading…
Reference in New Issue
Block a user