Compare commits
No commits in common. "imports/c9/qatlib-22.07.0-1.el9" and "c8" have entirely different histories.
imports/c9
...
c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/qatlib-22.07.0.tar.gz
|
||||
SOURCES/qatlib-23.11.0.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
00c56119a51b6da207c0d009f343dcf90e595ef9 SOURCES/qatlib-22.07.0.tar.gz
|
@ -1,9 +1,9 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
%global libqat_soversion 3
|
||||
%global libqat_soversion 4
|
||||
%global libusdm_soversion 0
|
||||
Name: qatlib
|
||||
Version: 22.07.0
|
||||
Version: 23.11.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Intel QuickAssist user space library
|
||||
# The entire source code is released under BSD.
|
||||
@ -11,7 +11,7 @@ Summary: Intel QuickAssist user space library
|
||||
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
|
||||
@ -102,6 +103,7 @@ exit 0
|
||||
%attr(0754,-,qat) %{_bindir}/cpa_sample_code
|
||||
%attr(0754,-,qat) %{_bindir}/dc_dp_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}/algchaining_sample
|
||||
%attr(0754,-,qat) %{_bindir}/ccm_sample
|
||||
@ -129,43 +131,37 @@ exit 0
|
||||
%{_mandir}/man8/qat_init.sh.8*
|
||||
|
||||
%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
|
||||
- Update to qatlib 22.07 (bz 2040744)
|
||||
- Update to qatlib 22.07 (bz 2040743)
|
||||
- Moved qat.service to separate rpm
|
||||
|
||||
* Thu Nov 11 2021 Vladis Dronov <vdronov@redhat.com> - 21.11.0-1
|
||||
- Update to qatlib 21.11 (bz 2012939)
|
||||
- Update to qatlib 21.11 (bz 1960303)
|
||||
- Add qatlib-tests package
|
||||
- Add OSCI testing harness
|
||||
|
||||
* Mon Aug 16 2021 Vladis Dronov <vdronov@redhat.com> - 21.05.0-1
|
||||
- Update to qatlib 21.05 with openssl-3 support (bz 1920444, bz 1953498)
|
||||
- Add documentation files to a package
|
||||
* Fri Aug 27 2021 Vladis Dronov <vdronov@redhat.com> - 21.05.0-2
|
||||
- Add documentation files to the main package
|
||||
|
||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 20.10.0-7
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
* Tue Jun 8 2021 Vladis Dronov <vdronov@redhat.com> - 21.05.0-1
|
||||
- Update to qatlib 21.05 (bz 1920237)
|
||||
|
||||
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 20.10.0-6
|
||||
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
||||
Related: rhbz#1971065
|
||||
* Tue Feb 9 2021 Vladis Dronov <vdronov@redhat.com> - 20.10.0-3
|
||||
- Add OSCI testing harness (bz 1907482)
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 20.10.0-5
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 20.10.0-4
|
||||
- Rebuilt for updated systemd-rpm-macros
|
||||
See https://pagure.io/fesco/issue/2583.
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20.10.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Dec 14 2020 Giovanni Cabiddu <giovanni.cabiddu@intel.com> - 20.10.0-2
|
||||
* Mon Dec 14 2020 Giovanni Cabiddu <giovanni.cabiddu@intel.com> - 20.10.0-2
|
||||
- Add ExcludeArch i686
|
||||
|
||||
* Mon Nov 16 2020 Giovanni Cabiddu <giovanni.cabiddu@intel.com> - 20.10.0-1
|
||||
* Mon Nov 16 2020 Giovanni Cabiddu <giovanni.cabiddu@intel.com> - 20.10.0-1
|
||||
- Update to qatlib 20.10
|
||||
- Fixes to spec to address comments from Fedora review
|
||||
|
||||
* Mon Aug 10 2020 Mateusz Polrola <mateuszx.potrola@intel.com> - 20.08.0-1
|
||||
* Mon Aug 10 2020 Mateusz Polrola <mateuszx.potrola@intel.com> - 20.08.0-1
|
||||
- Initial version of the package
|
||||
|
Loading…
Reference in New Issue
Block a user