import CS qatzip-1.2.0-1.el9_4

This commit is contained in:
eabdullin 2024-07-24 08:06:58 +00:00
parent 3a36471da1
commit dd321848f4
3 changed files with 11 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/qatzip-1.1.2.tar.gz
SOURCES/qatzip-1.2.0.tar.gz

View File

@ -1 +1 @@
ecf085e51660d4fe5da588a4144c3295d455555f SOURCES/qatzip-1.1.2.tar.gz
b3102051fb9310c4a813a3202ddcd9ca2edfdb07 SOURCES/qatzip-1.2.0.tar.gz

View File

@ -4,8 +4,8 @@
%global libqatzip_soversion 3
Name: qatzip
Version: 1.1.2
Release: 2%{?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-20180)
- Add qatzip-test tool
- SW fallback
- Fix some bugs
* Mon Nov 20 2023 Vladis Dronov <vdronov@redhat.com> - 1.1.2-2
- Rebuild qatzip 1.1.2 for qatlib 23.11 (RHEL-15635)