Update to qatzip 1.2.0
Add qatzip-test tool SW fallback Fix some bugs Resolves: RHEL-20179 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
This commit is contained in:
parent
4f24155881
commit
f806be6f92
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
11
qatzip.spec
11
qatzip.spec
@ -4,8 +4,8 @@
|
||||
%global libqatzip_soversion 3
|
||||
|
||||
Name: qatzip
|
||||
Version: 1.1.2
|
||||
Release: 5%{?dist}
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Intel QuickAssist Technology (QAT) QATzip Library
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/intel/%{githubname}
|
||||
@ -74,6 +74,7 @@ rm -vf %{buildroot}%{_mandir}/*.pdf
|
||||
%license LICENSE*
|
||||
%{_mandir}/man1/qzip.1*
|
||||
%{_bindir}/qzip
|
||||
%{_bindir}/qatzip-test
|
||||
|
||||
%files libs
|
||||
%license LICENSE*
|
||||
@ -86,6 +87,12 @@ rm -vf %{buildroot}%{_mandir}/*.pdf
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Fri Mar 22 2024 Vladis Dronov <vdronov@redhat.com> - 1.2.0-1
|
||||
- Update to qatzip v1.2.0 (RHEL-20179)
|
||||
- Add qatzip-test tool
|
||||
- SW fallback
|
||||
- Fix some bugs
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qatzip-1.1.2.tar.gz) = f88f61945495f487566ee65d8a9d743218d2c9298f8b3540a7fd13670f121bec7d863309b482c108c96ca734fc2c1c5d4b693c0602161e5e9bb7de4ea1e428b7
|
||||
SHA512 (qatzip-1.2.0.tar.gz) = 9c2305152aad5e0c75adcb5a600009fc4abe9c0aa3d9701a0b2dc283cbc4665d685d755973ae0da37e0850dd3d8e95c31fd5992b17c3c0dea1fff5e0371aa0d8
|
||||
|
Loading…
Reference in New Issue
Block a user