import libzdnn-0.4.0-2.el9

This commit is contained in:
CentOS Sources 2023-05-09 05:23:24 +00:00 committed by Stepan Oksanichenko
parent 64b07e6111
commit e5e4d7d623
1 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: libzdnn
Version: 0.4.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Driver library for the IBM Z Neural Network Processing Assist Facility
License: ASL 2.0
@ -76,6 +76,10 @@ ln -s -r $RPM_BUILD_ROOT%{_libdir}/libzdnn.so.%{version} $RPM_BUILD_ROOT%{_libdi
%{_libdir}/libzdnn.a
%changelog
* Mon Jun 27 2022 Jakub <jcajka@redhat.com> - 0.4.0-1
* Tue Jan 24 2022 Jakub Čajka <jcajka@redhat.com> - 0.4.0-2
- Release bump
- Resolves: RHBZ#2093292
* Fri Mar 25 2022 Jakub <jcajka@redhat.com> - 0.4.0-1
- Initial package import
- Resolves: RHBZ#2100479
- Resolves: RHBZ#2070957